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: 225

  • ID: 3C27B78F

Parameters:
  • id (str) – id field of a PublicKeyCredential, passed as-is without base64url-decoding when using the JSON representation

  • raw_id (str) – rawId field of a PublicKeyCredential, passed as-is without base64url-decoding when using the JSON representation

  • response (InputPasskeyResponse) – Registration or login response.