Layer 227
AuthPasskeyLoginOptionsObj
Passkey login options, see here for more info on the full flow.
constructor
auth.passkeyLoginOptions#e2037789 options:DataJSON = auth.PasskeyLoginOptions;
Parameters
| Name | Type | Description |
|---|---|---|
| Options | DataJSON | JSON-encoded object whose public Key field contains a Public Key Credential Request Options object. |
Returns
auth.PasskeyLoginOptionsGogram Example
// Creating AuthPasskeyLoginOptionsObj constructor obj := &tg.AuthPasskeyLoginOptionsObj{ Options: &tg.DataJson{}, }