Skip to main content

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.

type tg.InputPasskeyResponseLogin struct { /* ... */ }

Implements InputPasskeyResponse.

Fields

NameTypeRequiredDescription
ClientDataDataJSONyesBase64url-decoded clientDataJSON field of an AuthenticatorAssertionResponse, wrapped in dataJSON
AuthenticatorData[]byteyesBase64url-decoded authenticatorData field of an AuthenticatorAssertionResponse
Signature[]byteyesBase64url-decoded signature field of an AuthenticatorAssertionResponse
UserHandlestringyesBase64url-decoded userHandle field of an AuthenticatorAssertionResponse. The user handle specified by the server is in <dc_id>:<user_id> format.

References