AuthenticatorAssertionResponse
Represents the response from the authenticator during WebAuthn authentication. It contains the cryptographic assertion and client data necessary to verify the credential on the server.
Fields
| Name | Type | Notes | |
|---|---|---|---|
clientDataJSON |
|
Base64url-encoded JSON containing the challenge, origin, type, and other client data. |
|
authenticatorData |
|
Base64url-encoded binary data containing RP ID hash, flags, counter, and any extension outputs. |
|
signature |
|
Base64url-encoded signature over |
|
userHandle |
|
Base64url-encoded user identifier, or |