Link Search Menu Expand Document

Constructor: account.emailVerifiedLogin

Back to constructors index

The email was verified correctly, and a login code was just sent to it.

Attributes:

NameTypeRequiredDescription
emailstringYesThe verified email address.
sent_codeauth.SentCodeYesInfo about the sent login code

Type: account.EmailVerified

Example:

$account_emailVerifiedLogin = ['_' => 'account.emailVerifiedLogin', 'email' => 'string', 'sent_code' => auth.SentCode];