ChallengeValidationResult

Result of matching and consuming the challenge referenced by received client data.

Inheritors

Types

Link copied to clipboard

Challenge matching failed for reason.

Link copied to clipboard
class Success(val validatedChallenge: AttestationChallenge) : ChallengeValidationResult

Contains the exact previously issued challenge matched by the validator.