Constructor: account.webAuthorizations
Web authorizations
Attributes:
Name | Type | Required | Description |
---|---|---|---|
authorizations | Array of WebAuthorization | Yes | Web authorization list |
users | Array of User | Yes | Users |
Type: account.WebAuthorizations
Example:
$account_webAuthorizations = ['_' => 'account.webAuthorizations', 'authorizations' => [WebAuthorization, WebAuthorization], 'users' => [User, User]];