inputPasskeyResponseRegister
WebAuthn registration response used when registering a new passkey, see here » for more info on the full flow. Generated from the AuthenticatorAttestationResponse object.
type tg.InputPasskeyResponseRegister struct { /* ... */ }
Implements InputPasskeyResponse.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ClientData | DataJSON | yes | Base64url-decoded clientDataJSON field of an AuthenticatorAttestationResponse, wrapped in dataJSON |
AttestationData | []byte | yes | Base64url-decoded attestationObject field of an AuthenticatorAttestationResponse |
References
- Official documentation
- Generated Go reference
- TL definition:
inputPasskeyResponseRegister#3e63935c