AppCredentials.BuildIAuthenticator 方法

定义

生成用于获取令牌的延迟 IAuthenticator

protected abstract Lazy<Microsoft.Bot.Connector.Authentication.IAuthenticator> BuildIAuthenticator ();
abstract member BuildIAuthenticator : unit -> Lazy<Microsoft.Bot.Connector.Authentication.IAuthenticator>
Protected MustOverride Function BuildIAuthenticator () As Lazy(Of IAuthenticator)

返回

一个懒惰 IAuthenticator的 。

适用于