Creates a new session for the user identified by the credentials provided by the basic authentication header and returns a session token for subsequent calls.
Remarks
SECURITY NOTE: Always invoke any call to the API that includes the Basic authentication header over a secure connection, eg. HTTPS with
valid certificate information.
PERFORMANCE NOTE: Re-authenticating with username and password credentials for secured resources is supported, but not recommended when
multiple / frequent calls are made. Instead, it is more efficient and faster for consumers of the API to first authenticate (by calling this Authentication resource) and obtain
a session token, which can then be used instead of the basic authorization header.
To use the session based authentication, replace your "Authorization Basic {basicAuthData}" header with "Authorization Session {sessionAuthToken}".
AuthenticationResult - Session Token
Sample not available.