Skip to main content

Interface: PasskeyAuthenticator

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

Properties

PropertyTypeDescription
authenticator_datanumber[]authenticatorData is a bytearray that encodes Authenticator Data structure returned by the authenticator attestation response as is.
client_data_jsonstringclientDataJSON 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)