Skip to main content

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

NameTypeRequiredDescription
ClientDataDataJSONyesBase64url-decoded clientDataJSON field of an AuthenticatorAttestationResponse, wrapped in dataJSON
AttestationData[]byteyesBase64url-decoded attestationObject field of an AuthenticatorAttestationResponse

References