auth.sentCodeTypeSetUpEmailRequired
The user should add and verify an email address in order to login as described here ».
type tg.AuthSentCodeTypeSetUpEmailRequired struct { /* ... */ }
Implements auth.SentCodeType.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
AppleSigninAllowed | bool | — | Whether authorization through Apple ID is allowed |
GoogleSigninAllowed | bool | — | Whether authorization through Google ID is allowed |
References
- Official documentation
- Generated Go reference
- TL definition:
auth.sentCodeTypeSetUpEmailRequired#a5491dea