Login Response


The response from a login request.

Fields

Name Type Notes

authentication

String

The session token. The client should include this token in subsequent calls. The token is included in the Authorization header. The format of this header is: Authorization: xelion <authentication-token> . Max size of the token is 512 characters.

renewalToken

String

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

DateTime

The token’s expiration date.

version

String

The API version.

serverVersion

String

The server’s version.

brand

String

The brand name, in case the server is branded.

buildNumber

String

The API build number.

host

String

The host name (optional, can be NULL)

tenant

String

The tenant name (optional, can be NULL)

userName

String

The user name (optional, can be NULL)