auth.PasskeyLoginOptions#

class pyrogram.raw.types.auth.PasskeyLoginOptions#

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

Constructor of PasskeyLoginOptions.

Details:
  • Layer: 225

  • ID: E2037789

Parameters:

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

Functions:

This object can be returned by 1 function.

auth.InitPasskeyLogin

Initialize login with a passkey over an unauthenticated connection, see here for more info.