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.

inputPasskeyCredentialPublicKey#3c27b78f id:string raw_id:string response:InputPasskeyResponse = InputPasskeyCredential;

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