Click or drag to resize

HomeControllerSWILogin Method

Start a session with the Web Report Server using the user name, password, token (may be optional according to the authentication configured on the server) and returns information of the logged user (SWIUserProfile).

Namespace: SealWebServer.Controllers
Assembly: SealWebServer (in SealWebServer.exe) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public ActionResult SWILogin(
	string user,
	string password,
	string token
)

Parameters

user  String
 
password  String
 
token  String
 

Return Value

ActionResult
See Also