WebAuthnAssertionResponse
Represents the response from a WebAuthn assertion ceremony.
This data class encapsulates the output of the platform's WebAuthn API after a successful assertion (authentication) ceremony. The values are base64url-encoded as specified by the WebAuthn standard.
These fields map 1:1 to the platform authenticator's AuthenticatorAssertionResponse (clientDataJSON/authenticatorData/signature/userHandle), for developers hand-rolling the ceremony instead of using a com.okta.directauth.api.WebAuthnCeremonyHandler.
Parameters
The base64url-encoded client data JSON from the authenticator response.
The base64url-encoded authenticator data.
The base64url-encoded signature.
The base64url-encoded user handle, if available. This is optional and may not be present for all authenticators.