Acmex v0.1.2 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

Link to this type

t()

View Source
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

Returns the DNS challenge from an authorization.

Returns the HTTP challenge from an authorization.

Link to this function

new(authorization)

View Source
new(map()) :: t()

Builds an authorization struct.