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.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
Syntax
C#
public ActionResult SWILogin(
	string user,
	string password,
	string token
)

Parameters

user  String
 
password  String
 
token  String
 

Return Value

ActionResult
See Also