WebAuthn authentication response used when logging in with a passkey, see here » for more info on the full flow.
Generated from the AuthenticatorAssertionResponse object.
Constructor schema is available as of layer 219. Switch »
| Name | Type | Description |
|---|---|---|
| client_data | DataJSON | Base64url-decoded clientDataJSON field of an AuthenticatorAssertionResponse, wrapped in dataJSON |
| authenticator_data | bytes | Base64url-decoded authenticatorData field of an AuthenticatorAssertionResponse |
| signature | bytes | Base64url-decoded signature field of an AuthenticatorAssertionResponse |
| user_handle | string | Base64url-decoded userHandle field of an AuthenticatorAssertionResponse. The user handle specified by the server is in <dc_id>:<user_id> format. |
Represents a json-encoded object