LogOnService.logOnByToken Method

Performs a log on on the server by using a token.
 

Parameters

token

Type: String
The ID for the token (GUID).
cultureName

Type: String
(optional) The culture name to log on with.
Optional: True
deleteOtherSessions

Type: Boolean
(optional) If specified, all other sessions for this account will be deleted if this log on succeeds.
Optional: True

Return Value


Type: jQuery.Promise
Value: Object
A promise object that is resolved when the call is complete. If successful, the object returned is Dundas.BI.WebApi.Models.LogOnResultData.