APIAuthenticationHandler Properties

Properties

ClaimsIssuer Gets the issuer that should be used when any claims are issued.
(Inherited from AuthenticationHandlerAPIAuthenticationOptions)
Clock Gets the ISystemClock.
(Inherited from AuthenticationHandlerAPIAuthenticationOptions)
Obsolete
Context Gets or sets the HttpContext.
(Inherited from AuthenticationHandlerAPIAuthenticationOptions)
CurrentUri Gets the absolute current url.
(Inherited from AuthenticationHandlerAPIAuthenticationOptions)
Events The handler calls methods on the events which give the application control at certain points where processing is occurring. If it is not provided a default instance is supplied which does nothing when the methods are called.
(Inherited from AuthenticationHandlerAPIAuthenticationOptions)
Logger Gets the ILogger.
(Inherited from AuthenticationHandlerAPIAuthenticationOptions)
Options Gets or sets the options associated with this authentication handler.
(Inherited from AuthenticationHandlerAPIAuthenticationOptions)
OptionsMonitor Gets the IOptionsMonitorTOptions to detect changes to options.
(Inherited from AuthenticationHandlerAPIAuthenticationOptions)
OriginalPath Gets the path as seen by the authentication middleware.
(Inherited from AuthenticationHandlerAPIAuthenticationOptions)
OriginalPathBase Gets the path base as seen by the authentication middleware.
(Inherited from AuthenticationHandlerAPIAuthenticationOptions)
Request Gets the HttpRequest associated with the current request.
(Inherited from AuthenticationHandlerAPIAuthenticationOptions)
Response Gets the HttpResponse associated with the current request.
(Inherited from AuthenticationHandlerAPIAuthenticationOptions)
Scheme Gets or sets the AuthenticationScheme associated with this authentication handler.
(Inherited from AuthenticationHandlerAPIAuthenticationOptions)
TimeProvider Gets the current time, primarily for unit testing.
(Inherited from AuthenticationHandlerAPIAuthenticationOptions)
UrlEncoder Gets the UrlEncoder.
(Inherited from AuthenticationHandlerAPIAuthenticationOptions)

See Also