InputPasskeyCredential

class pyrogram.raw.base.InputPasskeyCredential
Constructors:

This base type has 2 constructors available.

InputPasskeyCredentialFirebasePNV

{schema}

InputPasskeyCredentialPublicKey

{schema}

TL Schema


Parameter Tree

InputPasskeyCredential
│ ├── idstring
│ ├── raw_idstring
│ └── responseInputPasskeyResponse
│ │ ├── client_dataDataJSON
│ │ │ └── DataJSON
│ │ └── attestation_databytes
│ ├── client_dataDataJSON
│ │ └── DataJSON
│ ├── authenticator_databytes
│ ├── signaturebytes
│ └── user_handlestring
└── pnv_tokenstring

Example