Represents an API Token, that is used to represent a successful authentication of a user
| Name | Type | Description | Notes |
|---|---|---|---|
| token | String | The token | |
| owner | String | owner of the token | [optional] |
| issuedTime | Long | SystemMillis Token was issued | [optional] |
| expireTime | Long | SystemMillis the Token expires | [optional] |