Click or drag to resize

CredentialsAuthenticate Method

Authenticates the user and returns the user context object.

Namespace:  NetQuarry.Web.API
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static UserToken Authenticate(
	IAppContext appCxt,
	Credentials cred
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context.
cred
Type: NetQuarry.Web.APICredentials
The credentials object.

Return Value

Type: UserToken
The newly created user context.
See Also