AppCredentials.BuildIAuthenticator Metodo

Definizione

Compila lazy IAuthenticator da usare per l'acquisizione di token.

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)

Restituisce

Un oggetto lazy IAuthenticator.

Si applica a