auth.PasskeyLoginOptions¶
- class pyrogram.raw.types.auth.PasskeyLoginOptions[source]¶
Passkey login options, see here » for more info on the full flow.
Constructor of
PasskeyLoginOptions.- Details:
Layer:
229ID:
E2037789
- Parameters:
options (
DataJSON) – JSON-encoded object whosepublicKeyfield contains a PublicKeyCredentialRequestOptions object.
- Functions:
This object can be returned by 1 function.
Initialize login with a passkey over an unauthenticated connection, see here » for more info.