InputPasskeyCredential

class pyrogram.raw.base.InputPasskeyCredential
Constructors:

This base type has 2 constructors available.

InputPasskeyCredentialFirebasePNV

{schema}

InputPasskeyCredentialPublicKey

{schema}

TL Schema


Parameter Tree

InputPasskeyCredential
│ ├── id → string
│ ├── raw_id → string
│ └── response → InputPasskeyResponse
│ │ ├── client_data → DataJSON
│ │ │ └── DataJSON
│ │ └── attestation_data → bytes
│ ├── client_data → DataJSON
│ │ └── DataJSON
│ ├── authenticator_data → bytes
│ ├── signature → bytes
│ └── user_handle → string
└── pnv_token → string

Example