PublicKeyCredential (Registration Response)


Represents the credential created by the client during WebAuthn registration, submitted to the server for verification.

Fields

Name Type Notes

id

String

The credential’s identifier, base64url-encoded

rawId

String

Raw binary ID of the credential, also base64url-encoded

response

AuthenticatorAttestationResponse

The authenticator’s attestation response, including client data and the attestation object

authenticatorAttachment

String

How the authenticator is attached (e.g. platform or cross-platform)

type

String

The credential type, must be "public-key"