BotAuthenticator Constructors
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.
Overloads
BotAuthenticator(ICredentialProvider, BotAuthenticator+EndorsementsValidator)
public BotAuthenticator (Microsoft.Bot.Connector.ICredentialProvider credentialProvider, Microsoft.Bot.Connector.BotAuthenticator.EndorsementsValidator validator = default);
new Microsoft.Bot.Connector.BotAuthenticator : Microsoft.Bot.Connector.ICredentialProvider * Microsoft.Bot.Connector.BotAuthenticator.EndorsementsValidator -> Microsoft.Bot.Connector.BotAuthenticator
Public Sub New (credentialProvider As ICredentialProvider, Optional validator As BotAuthenticator.EndorsementsValidator = Nothing)
Parameters
- credentialProvider
- ICredentialProvider
- validator
- BotAuthenticator.EndorsementsValidator
Applies to
BotAuthenticator(String, String, BotAuthenticator+EndorsementsValidator)
public BotAuthenticator (string microsoftAppId, string microsoftAppPassword, Microsoft.Bot.Connector.BotAuthenticator.EndorsementsValidator validator = default);
new Microsoft.Bot.Connector.BotAuthenticator : string * string * Microsoft.Bot.Connector.BotAuthenticator.EndorsementsValidator -> Microsoft.Bot.Connector.BotAuthenticator
Public Sub New (microsoftAppId As String, microsoftAppPassword As String, Optional validator As BotAuthenticator.EndorsementsValidator = Nothing)
Parameters
- microsoftAppId
- String
- microsoftAppPassword
- String
- validator
- BotAuthenticator.EndorsementsValidator
Applies to
BotAuthenticator(ICredentialProvider, String, Boolean, BotAuthenticator+EndorsementsValidator)
public BotAuthenticator (Microsoft.Bot.Connector.ICredentialProvider credentialProvider, string openIdConfigurationUrl, bool disableEmulatorTokens, Microsoft.Bot.Connector.BotAuthenticator.EndorsementsValidator validator = default);
new Microsoft.Bot.Connector.BotAuthenticator : Microsoft.Bot.Connector.ICredentialProvider * string * bool * Microsoft.Bot.Connector.BotAuthenticator.EndorsementsValidator -> Microsoft.Bot.Connector.BotAuthenticator
Public Sub New (credentialProvider As ICredentialProvider, openIdConfigurationUrl As String, disableEmulatorTokens As Boolean, Optional validator As BotAuthenticator.EndorsementsValidator = Nothing)
Parameters
- credentialProvider
- ICredentialProvider
- openIdConfigurationUrl
- String
- disableEmulatorTokens
- Boolean
- validator
- BotAuthenticator.EndorsementsValidator