Link Search Menu Expand Document

Constructor: auth.sentCodeTypeSmsWord

Back to constructors index

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

Attributes:

NameTypeRequiredDescription
beginningstringOptionalIf set, the secret word in the sent SMS (which may contain multiple words) starts with this letter.

Type: auth.SentCodeType

Example:

$auth_sentCodeTypeSmsWord = ['_' => 'auth.sentCodeTypeSmsWord', 'beginning' => 'string'];