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
| Name | Type | Required | Description |
|---|---|---|---|
ClientData | DataJSON | yes | Base64url-decoded clientDataJSON field of an AuthenticatorAssertionResponse, wrapped in dataJSON |
AuthenticatorData | []byte | yes | Base64url-decoded authenticatorData field of an AuthenticatorAssertionResponse |
Signature | []byte | yes | Base64url-decoded signature field of an AuthenticatorAssertionResponse |
UserHandle | string | yes | Base64url-decoded userHandle field of an AuthenticatorAssertionResponse. The user handle specified by the server is in <dc_id>:<user_id> format. |
References
- Official documentation
- Generated Go reference
- TL definition:
inputPasskeyResponseLogin#c31fc14a