--- title: auth_authorization --- ## Constructor: auth\_authorization [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |tmp\_sessions|[int](../types/int.md) | Optional| |user|[User](../types/User.md) | Required| ### Type: [auth\_Authorization](../types/auth_Authorization.md) ### Example: ``` $auth_authorization = ['_' => auth_authorization', 'tmp_sessions' => int, 'user' => User, ]; ```