次の方法で共有


MicrosoftAppCredentials.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.

適用対象