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: 8.3.0.0+c4d725cbae26375217e6c77c92a07fffaea6377d
Syntax
C#
public ActionResult SWILogin(
	string user,
	string password,
	string token
)

Parameters

user  String
 
password  String
 
token  String
 

Return Value

ActionResult
See Also