Share via


BotFrameworkAuthenticationFactory Class

Definition

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.

Applies to