Module webauthn_rs_core::proto::extensions
source · Expand description
Extensions allowing certain types of authenticators to provide supplemental information.
Structs
- The set of extensions that were provided by the client during authentication
- https://w3c.github.io/webauthn/#dictdef-authenticationextensionsclientoutputs The default option here for Options are None, so it can be derived
- The desired options for the client’s use of the
credProtectextension - The inputs to the hmac secret if it was created during registration.
- The response to a hmac get secret request.
- The set of extensions that were registered by this credential.
- https://w3c.github.io/webauthn/#dictdef-authenticationextensionsclientoutputs The default option here for Options are None, so it can be derived
- Extension option inputs for PublicKeyCredentialRequestOptions
- Extension option inputs for PublicKeyCredentialCreationOptions.
Enums
- Valid credential protection policies
- The result state of an extension as returned from the authenticator.