次の方法で共有


ManagedIdentityServiceClientCredentialsFactory コンストラクター

定義

ManagedIdentityServiceClientCredentialsFactory クラスの新しいインスタンスを初期化します。

public ManagedIdentityServiceClientCredentialsFactory (string appId, Microsoft.Bot.Connector.Authentication.IJwtTokenProviderFactory tokenProviderFactory, System.Net.Http.HttpClient httpClient = default, Microsoft.Extensions.Logging.ILogger logger = default);
new Microsoft.Bot.Connector.Authentication.ManagedIdentityServiceClientCredentialsFactory : string * Microsoft.Bot.Connector.Authentication.IJwtTokenProviderFactory * System.Net.Http.HttpClient * Microsoft.Extensions.Logging.ILogger -> Microsoft.Bot.Connector.Authentication.ManagedIdentityServiceClientCredentialsFactory
Public Sub New (appId As String, tokenProviderFactory As IJwtTokenProviderFactory, Optional httpClient As HttpClient = Nothing, Optional logger As ILogger = Nothing)

パラメーター

appId
String

ボットに割り当てられたマネージド ID のクライアント ID。

tokenProviderFactory
IJwtTokenProviderFactory

使用する JWT トークン プロバイダー ファクトリ。

httpClient
HttpClient

使用するカスタム httpClient。

logger
ILogger

使用するロガー インスタンス。

適用対象