account.PasskeyRegistrationOptions#

class pyrogram.raw.types.account.PasskeyRegistrationOptions#

Passkey registration options, see here for more info on the full flow.

Constructor of PasskeyRegistrationOptions.

Details:
  • Layer: 225

  • ID: E16B5CE1

Parameters:

options (DataJSON) – JSON-encoded object whose publicKey field contains a PublicKeyCredentialCreationOptions object.

Functions:

This object can be returned by 1 function.

account.InitPasskeyRegistration

Initialize passkey registration for the current account, see here for more info on the full flow.