CertDnsChallengeResponse

data class CertDnsChallengeResponse(val domainName: String, val token: String)

Represents a DNS certificate challenge.

Constructors

Link copied to clipboard
fun CertDnsChallengeResponse(domainName: String, token: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The domain name upon which the DNS challenge must be satisfied.

Link copied to clipboard

The value that must be present as a TXT record on the domain name to satisfy the challenge.