AppServicesAuthenticationHandler Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor for the AppServiceAuthenticationHandler. Note the parameters are required by the base class.
public AppServicesAuthenticationHandler (Microsoft.Extensions.Options.IOptionsMonitor<Microsoft.Identity.Web.AppServicesAuthenticationOptions> options, Microsoft.Extensions.Logging.ILoggerFactory logger, System.Text.Encodings.Web.UrlEncoder encoder, Microsoft.AspNetCore.Authentication.ISystemClock clock);
new Microsoft.Identity.Web.AppServicesAuthenticationHandler : Microsoft.Extensions.Options.IOptionsMonitor<Microsoft.Identity.Web.AppServicesAuthenticationOptions> * Microsoft.Extensions.Logging.ILoggerFactory * System.Text.Encodings.Web.UrlEncoder * Microsoft.AspNetCore.Authentication.ISystemClock -> Microsoft.Identity.Web.AppServicesAuthenticationHandler
Public Sub New (options As IOptionsMonitor(Of AppServicesAuthenticationOptions), logger As ILoggerFactory, encoder As UrlEncoder, clock As ISystemClock)
Parameters
App service authentication options.
- logger
- ILoggerFactory
Logger factory.
- encoder
- UrlEncoder
URL encoder.
- clock
- ISystemClock
System clock.
Remarks
Note the parameters are required by the base class.