Package io.fusionauth.domain.api
Class WebAuthnAuthenticatorAuthenticationResponse
java.lang.Object
io.fusionauth.domain.api.WebAuthnAuthenticatorAuthenticationResponse
- All Implemented Interfaces:
Buildable<WebAuthnAuthenticatorAuthenticationResponse>
public class WebAuthnAuthenticatorAuthenticationResponse
extends Object
implements Buildable<WebAuthnAuthenticatorAuthenticationResponse>
The authenticator's response for the authentication ceremony in its encoded format
- Author:
- Spencer Witt
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe authenticator data in CBOR that has been base64URL-encoded for transportBase64URL-encoded client data for the authentication ceremonyThe base64URL-encoded signature generated by the authenticator for this authentication ceremonyThe base64URL-encoded user handle for this authentication ceremony, if present -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
authenticatorData
The authenticator data in CBOR that has been base64URL-encoded for transport -
clientDataJSON
Base64URL-encoded client data for the authentication ceremony -
signature
The base64URL-encoded signature generated by the authenticator for this authentication ceremony -
userHandle
The base64URL-encoded user handle for this authentication ceremony, if present
-
-
Constructor Details
-
WebAuthnAuthenticatorAuthenticationResponse
public WebAuthnAuthenticatorAuthenticationResponse()
-