PasskeyAuthenticator
@iota/iota-sdk / client / PasskeyAuthenticator
Interface: PasskeyAuthenticator
Defined in: sdk/typescript/src/client/types/generated.ts:1532
An passkey authenticator with parsed fields. See field definition below. Can be initialized from [struct RawPasskeyAuthenticator].
Properties
authenticator_data
authenticator_data:
number[]
Defined in: sdk/typescript/src/client/types/generated.ts:1538
authenticatorData is a bytearray that encodes
Authenticator Data structure returned
by the authenticator attestation response as is.
client_data_json
client_data_json:
string
Defined in: sdk/typescript/src/client/types/generated.ts:1544
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)