AuthenticatorAttestationResponse
Represents the response from the authenticator during WebAuthn registration. It contains the cryptographic attestation 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 |
|
attestationObject |
|
Base64url-encoded CBOR object containing the attestation statement and the public key |