BotFrameworkAuthenticationFactory Class
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.
A factory for BotFrameworkAuthentication which encapsulate the environment specific Bot Framework Protocol auth code.
public static class BotFrameworkAuthenticationFactory
type BotFrameworkAuthenticationFactory = class
Public Class BotFrameworkAuthenticationFactory
- Inheritance
-
BotFrameworkAuthenticationFactory
Methods
Create() |
Creates the a BotFrameworkAuthentication instance for anonymous testing scenarios. |
Create(String, Boolean, String, String, String, String, String, String, String, ServiceClientCredentialsFactory, AuthenticationConfiguration, IHttpClientFactory, ILogger) |
Creates the appropriate BotFrameworkAuthentication instance. |