CertHttpChallengeResponse

data class CertHttpChallengeResponse(val path: String, val token: String)

Represents an HTTP certificate challenge.

Constructors

Link copied to clipboard
constructor(path: String, token: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The URL path on which to serve the specified token to satisfy the certificate challenge.

Link copied to clipboard

The token to serve at the specified URL path to satisfy the certificate challenge.