Link Search Menu Expand Document

Constructor: account.sentEmailCode

Back to constructors index

The sent email code

Attributes:

NameTypeRequiredDescription
email_patternstringYesThe email (to which the code was sent) must match this pattern
lengthintYesThe length of the verification code

Type: account.SentEmailCode

Example:

$account_sentEmailCode = ['_' => 'account.sentEmailCode', 'email_pattern' => 'string', 'length' => int];