InputPasskeyCredentialPublicKey¶
- class pyrogram.raw.types.InputPasskeyCredentialPublicKey[source]¶
Public-key passkey credential used both for registration and for login, see creating a passkey » and logging in with a passkey » for the full flows.
Constructor of
InputPasskeyCredential.- Details:
Layer:
229ID:
3C27B78F
- Parameters:
id (
str) –idfield of a PublicKeyCredential, passed as-is without base64url-decoding when using the JSON representationraw_id (
str) –rawIdfield of a PublicKeyCredential, passed as-is without base64url-decoding when using the JSON representationresponse (
InputPasskeyResponse) – Registration or login response.