Click or drag to resize

AuthenticationHandlerAuthenticateCoreAsync Method

The core authentication logic which must be provided by the handler. Will be invoked at most once per request. Do not call directly, call the wrapping Authenticate method instead.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
protected override Task<AuthenticationTicket> AuthenticateCoreAsync()
View Source

Return Value

TaskAuthenticationTicket
The ticket data provided by the authentication logic
See Also