Package-level declarations
Types
Link copied to clipboard
interface PasskeyPersistence
Storage for both the registered passkeys and the ephemeral per-ceremony challenge.
Link copied to clipboard
interface PasskeyVerifier
The security-critical extension point. Implementations decode CBOR/COSE, validate attestation and check signatures using a library (eg. webauthn4j, Yubico).
Link copied to clipboard
interface Principals
Links a verified passkey (or any login) to the app's HTTP session: it writes the authenticated user handle onto a response and reads it back off later requests.