public method IFXConnectLiteSession.loginBySsoTokenLogs the user in to the trading system by SSO token
Declaration
protojavascriptjavacsharppublic loginBySsoToken(user : string, ssoToken : string, tradingSystemUrl : string, connection : string, loginCallback : ILoginCallback) : void
| Parameters | |
user |
The username |
ssoToken |
The SSO token |
tradingSystemUrl |
The URL of the server. The URL must be a full URL, including the path to the host descriptor |
connection |
The name of the connection, for example 'Demo' or 'Real' |
loginCallback |
An instance of the callback class for handling login events |
See also: ILoginCallback
Declared in IFXConnectLiteSession