LogOnService.getLogOnToken Method

Gets a log on token from the server.
 

Parameters

accountName

Type: String
The name of the account to get the token for.
password

Type: String
The password for the account to get the token for.

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.GetLogOnTokenResultData.