Link Search Menu Expand Document

Constructor: auth.sentCodeTypeCall

Back to constructors index

The code will be sent via a phone call: a synthesized voice will tell the user which verification code to input.

Attributes:

NameTypeRequiredDescription
lengthintYesLength of the verification code

Type: auth.SentCodeType

Example:

$auth_sentCodeTypeCall = ['_' => 'auth.sentCodeTypeCall', 'length' => int];