Login Response
The response from a login request.
Fields
| Name | Type | Notes | |
|---|---|---|---|
authentication |
|
The session token. The client should include this token in subsequent calls. The token is included in the
|
|
renewalToken |
|
The session renewal token. You can renew the session token with this renewal token. This should be done before the session expires. Max size of the token is 512 characters. |
|
validUntil |
|
The token’s expiration date. |
|
version |
|
The API version. |
|
serverVersion |
|
The server’s version. |
|
brand |
|
The brand name, in case the server is branded. |
|
buildNumber |
|
The API build number. |
|
host |
|
The host name (optional, can be NULL) |
|
tenant |
|
The tenant name (optional, can be NULL) |
|
userName |
|
The user name (optional, can be NULL) |