PasskeyVerifier
The security-critical extension point. Implementations decode CBOR/COSE, validate attestation and check signatures using a library (eg. webauthn4j, Yubico).
Inheritors
Functions
Link copied to clipboard
abstract fun verifyAuthentication(options: AuthenticationOptions, response: AuthenticationResponse, stored: RegisteredCredential): Result<AuthenticationVerdict, PasskeyError>
Link copied to clipboard
abstract fun verifyRegistration(options: RegistrationOptions, response: RegistrationResponse): Result<RegisteredCredential, PasskeyError>