ChallengeResponse

The result from the inspection of the web request for a valid challenge token.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The reason for failure, populated when the evaluation of the token fails.

Link copied to clipboard

The HTTP response code indicating the status of the challenge token in the web request. If the token is missing, invalid, or expired, this code is 202 Request Accepted.

Link copied to clipboard

The time that the challenge was last solved for the supplied token.

Functions

Link copied to clipboard
inline fun copy(block: ChallengeResponse.Builder.() -> Unit = {}): ChallengeResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String