Click or drag to resize

ISecurityServiceAuthenticate Method

Authenticates a user and caches the security context upon successful authentication for subsequent use.

Namespace: GSF.Web.Embedded
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
[WebGetAttribute(UriTemplate = "/authenticate?username={username}&password={password}")]
[OperationContractAttribute]
UserData Authenticate(
	string username,
	string password
)
View Source

Parameters

username  String
Username of the user.
password  String
Password of the user.

Return Value

UserData
An UserData object of the user.
See Also