Validate SSO
Validates the current session for the SSO user.
This endpoint is only valid for Client Portal Gateway and OAuth 2.0 clients.
Abap
Python
Abap
Response Object:
USER_ID: int.
Internal user identifier.
USER_NAME: String.
current username logged in for the session.
RESULT: bool.
Confirms if validation was successful.
true if session was validated; false if not.
AUTH_TIME: int.
Returns the time of authentication in epoch time.
SF_ENABLED: bool.
Internal use only.
IS_FREE_TRIAL: bool.
Returns if the account is a trial account or a funded account.
CREDENTIAL: String.
Returns the underlying username of the account.
IP: String.
Internal use only.
Does not reflect the IP address of the user.
EXPIRES: int.
Returns the time until expiration in milliseconds.
QUALIFIED_FOR_MOBILE_AUTH: bool.
Returns if the customer requires two factor authentication.
LANDING_APP: String.
Used for Client Portal (Internal use only)
IS_MASTER: bool.
Returns whether the account is a master account (true) or subaccount (false).
lastAccessed: int.
Returns the last time the user was accessed in epoch time.
loginType: int.
Returns the login type.
1 for Live, 2 for Paper
PAPER_USER_NAME: Returns the paper username for the account.
features: object.
Returns supported features such as bonds and option trading.

