PublicKeyCredential (Login Response)
Represents a public key credential returned by the authenticator during WebAuthn authentication. The response field contains the AuthenticatorAssertionResponse, which includes the data needed to verify the authentication on the server.
Fields
| Name | Type | Notes | |
|---|---|---|---|
id |
|
The credential’s identifier, base64url-encoded |
|
rawId |
|
Raw binary ID of the credential, also base64url-encoded |
|
response |
Contains the assertion data returned by the authenticator |
||
authenticatorAttachment |
|
How the authenticator is attached (e.g. |
|
type |
|
The credential type, must be |