Acmex v0.1.1 Acmex.Resource.Authorization View Source
This structure represents an account authorization to act for an identifier.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %Acmex.Resource.Authorization{ challenges: [Acmex.Resource.Challenge.t()], expires: String.t(), identifier: %{type: String.t(), value: String.t()}, status: String.t() }