Constructor: auth.sentCodeTypeCall
The code will be sent via a phone call: a synthesized voice will tell the user which verification code to input.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
length | int | Yes | Length of the verification code |
Type: auth.SentCodeType
Example:
$auth_sentCodeTypeCall = ['_' => 'auth.sentCodeTypeCall', 'length' => int];