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