Login and Refresh Tokens to be used in subsequent API calls.
| Name | Type | Description | Notes |
|---|---|---|---|
| access_token | str | [optional] | |
| refresh_token | str | [optional] | |
| token_type | str | [optional] | |
| expires_in | int | [optional] | |
| idle_timeout | int | [optional] | |
| username | str | [optional] | |
| created | int | [optional] | |
| acl_template | WebTokenAclTemplate | [optional] |