BotAuthenticationHandler 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.
public BotAuthenticationHandler (Microsoft.Extensions.Options.IOptionsMonitor<Microsoft.Bot.Connector.BotAuthenticationOptions> options, Microsoft.Extensions.Logging.ILoggerFactory logger, System.Text.Encodings.Web.UrlEncoder encoder, Microsoft.AspNetCore.Authentication.ISystemClock clock);
new Microsoft.Bot.Connector.BotAuthenticationHandler : Microsoft.Extensions.Options.IOptionsMonitor<Microsoft.Bot.Connector.BotAuthenticationOptions> * Microsoft.Extensions.Logging.ILoggerFactory * System.Text.Encodings.Web.UrlEncoder * Microsoft.AspNetCore.Authentication.ISystemClock -> Microsoft.Bot.Connector.BotAuthenticationHandler
Public Sub New (options As IOptionsMonitor(Of BotAuthenticationOptions), logger As ILoggerFactory, encoder As UrlEncoder, clock As ISystemClock)
Parameters
- options
- IOptionsMonitor<BotAuthenticationOptions>
- logger
- ILoggerFactory
- encoder
- UrlEncoder
- clock
- ISystemClock