次の方法で共有


JwtTokenProviderFactory クラス

定義

JWT 認証トークンを生成するための OAuth トークン プロバイダーを作成できるファクトリ。

public class JwtTokenProviderFactory : Microsoft.Bot.Connector.Authentication.IJwtTokenProviderFactory
type JwtTokenProviderFactory = class
    interface IJwtTokenProviderFactory
Public Class JwtTokenProviderFactory
Implements IJwtTokenProviderFactory
継承
JwtTokenProviderFactory
実装

コンストラクター

JwtTokenProviderFactory()

JWT 認証トークンを生成するための OAuth トークン プロバイダーを作成できるファクトリ。

メソッド

CreateAzureServiceTokenProvider(String, HttpClient)

AzureServiceTokenProvider クラスの新しいインスタンスを作成します。

適用対象