Link Search Menu Expand Document

Constructor: auth.sentCodeTypeSmsPhrase

Back to constructors index

The code was sent via SMS as a secret phrase starting with the word specified in beginning

Attributes:

NameTypeRequiredDescription
beginningstringOptionalIf set, the secret phrase (and the SMS) starts with this word.

Type: auth.SentCodeType

Example:

$auth_sentCodeTypeSmsPhrase = ['_' => 'auth.sentCodeTypeSmsPhrase', 'beginning' => 'string'];