Constructor: auth.sentCodeTypeSmsWord
The code was sent via SMS as a secret word, starting with the letter specified in beginning
Attributes:
Name | Type | Required | Description |
---|---|---|---|
beginning | string | Optional | If 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'];