Constructor: auth.sentCodeTypeSetUpEmailRequired
The user should add and verify an email address in order to login as described here ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
apple_signin_allowed | Bool | Optional | Whether authorization through Apple ID is allowed |
google_signin_allowed | Bool | Optional | Whether authorization through Google ID is allowed |
Type: auth.SentCodeType
Example:
$auth_sentCodeTypeSetUpEmailRequired = ['_' => 'auth.sentCodeTypeSetUpEmailRequired', 'apple_signin_allowed' => Bool, 'google_signin_allowed' => Bool];