Constructor: auth.sentCodeTypeFragmentSms
The code was delivered via fragment.com.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
url | string | Yes | Open the specified URL to log into fragment.com with the wallet that owns the specified phone number and view the code. |
length | int | Yes | Length of the delivered code. |
Type: auth.SentCodeType
Example:
$auth_sentCodeTypeFragmentSms = ['_' => 'auth.sentCodeTypeFragmentSms', 'url' => 'string', 'length' => int];