AppContextAuthenticateUser 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 public void AuthenticateUser(
string userToken
)
Public Sub AuthenticateUser (
userToken As String
)
Parameters
- userToken
- Type: SystemString
The user token returned by the initial call to AuthenticateUser
Implements
IAppContextAuthenticateUser(String)See Also