Package-level declarations
Types
Attestation handling strategy applied during registration completion.
Input for finishing authentication (WebAuthn L3 §7.2 assertion verification).
Server authentication ceremony service (WebAuthn L3 §7.2).
Input for starting authentication (WebAuthn L3 §7.2 ceremony options assembly).
Stores one-time challenge sessions for registration/authentication ceremonies.
Stores credential public keys and signature counters.
In-memory challenge/session store for development and tests.
In-memory credential store for development and tests.
In-memory user-account store for development and tests.
Input for finishing registration (WebAuthn L3 §7.1 response verification).
Server registration ceremony service (WebAuthn L3 §7.1).
Input for starting registration (WebAuthn L3 §7.1 ceremony options assembly).
Persisted authenticator credential material used for assertion verification.
Server-side account identity used to map usernames to stable UserHandle values.
Stores user-account records keyed by login name.