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 Details

    • authenticatorData

      public String authenticatorData
      The authenticator data in CBOR that has been base64URL-encoded for transport
    • clientDataJSON

      public String clientDataJSON
      Base64URL-encoded client data for the authentication ceremony
    • signature

      public String signature
      The base64URL-encoded signature generated by the authenticator for this authentication ceremony
    • userHandle

      public String userHandle
      The base64URL-encoded user handle for this authentication ceremony, if present
  • Constructor Details

    • WebAuthnAuthenticatorAuthenticationResponse

      public WebAuthnAuthenticatorAuthenticationResponse()