次の方法で共有


IJwtTokenProviderFactory インターフェイス

定義

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

public interface IJwtTokenProviderFactory
type IJwtTokenProviderFactory = interface
Public Interface IJwtTokenProviderFactory
派生

メソッド

CreateAzureServiceTokenProvider(String, HttpClient)

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

適用対象