inputPasskeyCredentialPublicKey

Public-key passkey credential used both for registration and for login, see creating a passkey » and logging in with a passkey » for the full flows.

Constructor schema is available as of layer 219. Switch »

Parameters

Name Type Description
id string id field of a PublicKeyCredential, passed as-is without base64url-decoding when using the JSON representation
raw_id string rawId field of a PublicKeyCredential, passed as-is without base64url-decoding when using the JSON representation
response InputPasskeyResponse Registration or login response.

Type

InputPasskeyCredential

Related pages

Passkeys