Layer 227
AccountPasskeyRegistrationOptionsObj
Passkey registration options, see here for more info on the full flow.
constructor
account.passkeyRegistrationOptions#e16b5ce1 options:DataJSON = account.PasskeyRegistrationOptions;
Parameters
| Name | Type | Description |
|---|---|---|
| Options | DataJSON | JSON-encoded object whose public Key field contains a Public Key Credential Creation Options object. |
Gogram Example
// Creating AccountPasskeyRegistrationOptionsObj constructor obj := &tg.AccountPasskeyRegistrationOptionsObj{ Options: &tg.DataJson{}, }