InputPasskeyResponseLogin#
- class pyrogram.raw.types.InputPasskeyResponseLogin#
WebAuthn authentication response used when logging in with a passkey, see here for more info on the full flow. Generated from the AuthenticatorAssertionResponse object.
Constructor of
InputPasskeyResponse.- Details:
Layer:
225ID:
C31FC14A
- Parameters:
client_data (
DataJSON) – Base64url-decoded clientDataJSON field of an AuthenticatorAssertionResponse, wrapped in dataJSONauthenticator_data (
bytes) – Base64url-decoded authenticatorData field of an AuthenticatorAssertionResponsesignature (
bytes) – Base64url-decoded signature field of an AuthenticatorAssertionResponseuser_handle (
str) – Base64url-decoded userHandle field of an AuthenticatorAssertionResponse. The user handle specified by the server is in <dc_id>:<user_id> format.