Layer 227
InputPasskeyResponseRegister
Web Authn registration response used when registering a new passkey, see here for more info on the full flow.
constructor
inputPasskeyResponseRegister#3e63935c client_data:DataJSON attestation_data:bytes = InputPasskeyResponse;
Parameters
| Name | Type | Description |
|---|---|---|
| ClientData | DataJSON | Base 64 url-decoded client Data JSON field of an Authenticator Attestation Response, wrapped in data JSON |
| AttestationData | bytes | Base 64 url-decoded attestation Object field of an Authenticator Attestation Response |
Returns
InputPasskeyResponseGogram Example
// Creating InputPasskeyResponseRegister constructor obj := &tg.InputPasskeyResponseRegister{ ClientData: &tg.DataJson{}, AttestationData: []byte{0x01, 0x02, 0x03}, }