Constructor: auth.sentCodeSuccess
The user successfully authorized using future auth tokens
Attributes:
Name | Type | Required | Description |
---|---|---|---|
authorization | auth.Authorization | Yes | Authorization info |
Type: auth.SentCode
Example:
$auth_sentCodeSuccess = ['_' => 'auth.sentCodeSuccess', 'authorization' => auth.Authorization];