Authorization Attempt Info Response
data class AuthorizationAttemptInfoResponse(val details: String, val domain: String, val failureReason: String, val state: String)
State of the latest attempt to authorize a domain for certificate issuance.
Constructors
Link copied to clipboard
fun AuthorizationAttemptInfoResponse(details: String, domain: String, failureReason: String, state: String)