AppCredentials.BuildAuthenticator Method

Definition

Builds the lazy AdalAuthenticator to be used for token acquisition.

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

Returns

Lazy<AdalAuthenticator>

A lazy AdalAuthenticator.

Applies to