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
)
Public Shared Function Authenticate (
appCxt As IAppContext,
cred As Credentials
) As UserToken
Parameters
- appCxt
- Type: NetQuarryIAppContext
The application context. - cred
- Type: NetQuarry.Web.APICredentials
The credentials object.
Return Value
Type:
UserTokenThe newly created user context.
See Also