MicrosoftAppCredentials.BuildAuthenticator Method

Definition

Builds the lazy AdalAuthenticator to be used for token acquisition.

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

Returns

A lazy AdalAuthenticator.

Applies to