Click or drag to resize

IAppContextAuthenticateUser Method (String)

Authenticates a user and populates the UserContext object. Note that if the application is being used to authenticate a different user than the one associated with the application (and therefore the user represented by UserContext) you must use the AuthenticateUser command.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void AuthenticateUser(
	string userToken
)

Parameters

userToken
Type: SystemString
The user token returned by the initial call to AuthenticateUser
See Also