All Classes and Interfaces

Class
Description
When a webauthn authentication request workflow starts, we need a cache store to store and pull data from the flow.
When a relying party app requests relying party for a sign/authentication request, for instance login request.
Special case handling, in AuthenticationRequest property of type AssertionRequest is transient and JsonIgnore'd.
When a relying party app sends a Webauthn authentication request to a Webauthn device to sign the challenge, the Webauthn device sends back a response with signature.
This is model which is persisted to track registered Webauthn users/credentials.
When a webauthn register request workflow starts, we need a cache store to store and pull data from the flow.
When a relying party app requests relying party for a registration request.
When a relying party app sends a Webauthn registration request to a Webauthn device to create a PKI key, the Webauthn device sends back a response with public key details.
This interface describes operations that are used to store and query registered webauthn credentials.
 
Model used for user information.
Validators logic which validate the incoming request using username or request id.
Webauthn Registration and Authentication workflows.