Constructor: auth.sentCodeTypeSmsPhrase
The code was sent via SMS as a secret phrase starting with the word specified in beginning
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| beginning | string | Optional | If set, the secret phrase (and the SMS) starts with this word. |
Type: auth.SentCodeType
Example:
$auth_sentCodeTypeSmsPhrase = ['_' => 'auth.sentCodeTypeSmsPhrase', 'beginning' => 'string'];