2016-12-19 18:56:52 +03:00
|
|
|
## Constructor: auth\_authorization
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
|
|
|
|tmp\_sessions|[int](../types/int.md) | Optional|
|
|
|
|
|user|[User](../types/User.md) | Required|
|
|
|
|
|
2016-12-19 20:56:05 +03:00
|
|
|
|
|
|
|
|
|
|
|
### Type: [auth\_Authorization](../types/auth_Authorization.md)
|
|
|
|
|
|
|
|
|
2016-12-19 18:56:52 +03:00
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
2016-12-19 19:48:27 +03:00
|
|
|
$auth_authorization = ['_' => auth_authorization', 'tmp_sessions' => int, 'user' => User, ];
|
2016-12-19 18:56:52 +03:00
|
|
|
```
|