Skip to main content

Interface: PasskeyAuthenticator

An passkey authenticator with parsed fields. See field definition below. Can be initialized from [struct RawPasskeyAuthenticator].

Properties

authenticator_data

authenticator_data: number[]

authenticatorData is a bytearray that encodes Authenticator Data structure returned by the authenticator attestation response as is.


client_data_json

client_data_json: string

clientDataJSON contains a JSON-compatible UTF-8 encoded string of the client data which is passed to the authenticator by the client during the authentication request (see CollectedClientData)