Link Search Menu Expand Document

Constructor: auth.sentCodeSuccess

Back to constructors index

The user successfully authorized using future auth tokens

Attributes:

NameTypeRequiredDescription
authorizationauth.AuthorizationYesAuthorization info

Type: auth.SentCode

Example:

$auth_sentCodeSuccess = ['_' => 'auth.sentCodeSuccess', 'authorization' => auth.Authorization];