Link Search Menu Expand Document

Constructor: auth.sentCodeTypeFragmentSms

Back to constructors index

The code was delivered via fragment.com.

Attributes:

NameTypeRequiredDescription
urlstringYesOpen the specified URL to log into fragment.com with the wallet that owns the specified phone number and view the code.
lengthintYesLength of the delivered code.

Type: auth.SentCodeType

Example:

$auth_sentCodeTypeFragmentSms = ['_' => 'auth.sentCodeTypeFragmentSms', 'url' => 'string', 'length' => int];