Acmex v0.2.0 Acmex.Resource.Authorization View Source
This structure represents an authorization for an account.
Link to this section Summary
Functions
Returns the DNS challenge from an authorization.
Returns the HTTP challenge from an authorization.
Builds an authorization struct.
Link to this section Types
Specs
t() :: %Acmex.Resource.Authorization{
challenges: [Acmex.Resource.Challenge.t()],
expires: String.t(),
identifier: %{type: String.t(), value: String.t()},
status: String.t()
}
Link to this section Functions
Specs
dns(t()) :: Acmex.Resource.Challenge.t()
Returns the DNS challenge from an authorization.
Specs
http(t()) :: Acmex.Resource.Challenge.t()
Returns the HTTP challenge from an authorization.
Specs
Builds an authorization struct.