Link Search Menu Expand Document

Constructor: auth.sentCodeTypeSetUpEmailRequired

Back to constructors index

The user should add and verify an email address in order to login as described here ».

Attributes:

NameTypeRequiredDescription
apple_signin_allowedBoolOptionalWhether authorization through Apple ID is allowed
google_signin_allowedBoolOptionalWhether authorization through Google ID is allowed

Type: auth.SentCodeType

Example:

$auth_sentCodeTypeSetUpEmailRequired = ['_' => 'auth.sentCodeTypeSetUpEmailRequired', 'apple_signin_allowed' => Bool, 'google_signin_allowed' => Bool];