PasskeyAuthenticator

A passkey authenticator.

See struct.PasskeyAuthenticator for more information on the requirements on the shape of the client_data_json field.

Properties

Link copied to clipboard
abstract val authenticatorData: <Error class: unknown class>?

Opaque authenticator data for this passkey signature.

Link copied to clipboard
abstract val clientDataJson: String?

Structured, unparsed, JSON for this passkey signature.

Link copied to clipboard

Returns the field-presence view for this PasskeyAuthenticator instance.

Link copied to clipboard

A secp256r1 signature.

Functions

Link copied to clipboard
fun PasskeyAuthenticator.copy(body: <Error class: unknown class>.() -> Unit = {}): PasskeyAuthenticator

Copies the original message, including unknown fields.