WebAppService.logOn Method

Logs the user on to the web application.
 

Parameters

accountname

Type: String
The account name.
password

Type: String
The password
cultureName

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

Return Value


Type: jQuery.Promise
Value: Object
A promise object that is resolved when the call is complete. If the call doesn't fail, then a Dundas.BI.Web.Controllers.Models.LogOnResponse object is returned.