BotFrameworkAuthenticationFactory class
環境固有の Bot Framework プロトコル認証コードをカプセル化する BotFrameworkAuthentication を
メソッド
create() | 匿名テスト シナリオ用の新しい BotFrameworkAuthentication インスタンスを作成します。 |
create(string, boolean, string, string, string, string, string, string, string, Service |
BotFrameworkAuthentication インスタンス |
メソッドの詳細
create()
匿名テスト シナリオ用の新しい BotFrameworkAuthentication インスタンスを作成します。
static function create(): BotFrameworkAuthentication
戻り値
新しい BotFrameworkAuthentication インスタンス。
create(string, boolean, string, string, string, string, string, string, string, ServiceClientCredentialsFactory, AuthenticationConfiguration, (input: RequestInfo, init?: RequestInit) => Promise<Response>, ConnectorClientOptions)
BotFrameworkAuthentication インスタンス
static function create(channelService: string, validateAuthority: boolean, toChannelFromBotLoginUrl: string, toChannelFromBotOAuthScope: string, toBotFromChannelTokenIssuer: string, oAuthUrl: string, toBotFromChannelOpenIdMetadataUrl: string, toBotFromEmulatorOpenIdMetadataUrl: string, callerId: string, credentialFactory: ServiceClientCredentialsFactory, authConfiguration: AuthenticationConfiguration, botFrameworkClientFetch?: (input: RequestInfo, init?: RequestInit) => Promise<Response>, connectorClientOptions?: ConnectorClientOptions): BotFrameworkAuthentication
パラメーター
- channelService
-
string
チャネル サービス。
- validateAuthority
-
boolean
使用する検証機関の値。
- toChannelFromBotLoginUrl
-
string
ボットのログイン URL からチャネルに移動します。
- toChannelFromBotOAuthScope
-
string
ボットの oauth スコープからチャネルに移動します。
- toBotFromChannelTokenIssuer
-
string
チャネル トークン発行者からボットへ。
- oAuthUrl
-
string
OAuth URL。
- toBotFromChannelOpenIdMetadataUrl
-
string
Channel Open ID メタデータ URL からボットへ。
- toBotFromEmulatorOpenIdMetadataUrl
-
string
エミュレーターの Open Id メタデータ URL からボットへ。
- callerId
-
string
認証済みの アクティビティで設定された callerId。
- credentialFactory
- ServiceClientCredentialsFactory
資格情報の作成に使用する ServiceClientCredentialsFactory。
- authConfiguration
- AuthenticationConfiguration
- botFrameworkClientFetch
-
(input: RequestInfo, init?: RequestInit) => Promise<Response>
BotFrameworkClient で使用するフェッチ。
- connectorClientOptions
- ConnectorClientOptions
ConnectorClientOptions ConnectorClients の作成時に使用します。