次の方法で共有


MsalAppCredentials.BuildIAuthenticator メソッド

定義

トークンの取得に使用される遅延 IAuthenticator をビルドします。

protected override Lazy<Microsoft.Bot.Connector.Authentication.IAuthenticator> BuildIAuthenticator ();
override this.BuildIAuthenticator : unit -> Lazy<Microsoft.Bot.Connector.Authentication.IAuthenticator>
Protected Overrides Function BuildIAuthenticator () As Lazy(Of IAuthenticator)

戻り値

遅延 IAuthenticator

適用対象