| Name | Description | Type | Additional information |
|---|---|---|---|
| access_token |
This token is generated by the OAuth system and needs to be supplied in the Authorize header in subsequent requests. |
string |
None. |
| token_type |
The type of token. This will be set to bearer |
string |
None. |
| expires_in |
The number of seconds in which this token expires. |
integer |
None. |
| userName |
The username for which this token was issued. |
string |
None. |
| userID |
The userId for which this token was issued. |
string |
None. |
| sessionKey |
The sessionkey for the new session that was created with this login. |
string |
None. |
| clientKey |
The client supplied key for the new session that was created with this login. |
string |
None. |