InputPasskeyCredentialPublicKey#
- class pyrogram.raw.types.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 of
InputPasskeyCredential.- Details:
Layer:
225ID:
3C27B78F
- Parameters:
id (
str) – id field of a PublicKeyCredential, passed as-is without base64url-decoding when using the JSON representationraw_id (
str) – rawId field of a PublicKeyCredential, passed as-is without base64url-decoding when using the JSON representationresponse (
InputPasskeyResponse) – Registration or login response.