InputPasskeyResponseLogin¶
- class pyrogram.raw.types.InputPasskeyResponseLogin[source]¶
WebAuthn authentication response used when logging in with a passkey, see here » for more info on the full flow.
Constructor of
InputPasskeyResponse.- Details:
Layer:
229ID:
C31FC14A
- Parameters:
client_data (
DataJSON) – Base64url-decodedclientDataJSONfield of an AuthenticatorAssertionResponse, wrapped in dataJSONauthenticator_data (
bytes) – Base64url-decodedauthenticatorDatafield of an AuthenticatorAssertionResponsesignature (
bytes) – Base64url-decodedsignaturefield of an AuthenticatorAssertionResponseuser_handle (
str) – Base64url-decodeduserHandlefield of an AuthenticatorAssertionResponse. The user handle specified by the server is in<dc_id>:<user_id>format.