MsalServiceClientCredentialsFactory クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
MSAL を使用してトークンを取得する資格情報ファクトリ。
public class MsalServiceClientCredentialsFactory : Microsoft.Bot.Connector.Authentication.ServiceClientCredentialsFactory
type MsalServiceClientCredentialsFactory = class
inherit ServiceClientCredentialsFactory
Public Class MsalServiceClientCredentialsFactory
Inherits ServiceClientCredentialsFactory
- 継承
コンストラクター
MsalServiceClientCredentialsFactory(IConfiguration, IConfidentialClientApplication, ILogger) |
MsalServiceClientCredentialsFactory クラスの新しいインスタンスを初期化します。 |
プロパティ
AppId |
Microsoft アプリ ID を取得します。 |
TenantId |
Microsoft テナント ID を取得します。 |
メソッド
CreateCredentialsAsync(String, String, String, Boolean, CancellationToken) |
ServiceClientCredentials を作成するためのファクトリ メソッド。 |
IsAuthenticationDisabledAsync(CancellationToken) |
ボット認証が無効になっているかどうかを確認します。 |
IsValidAppIdAsync(String, CancellationToken) |
アプリ ID を検証します。 |