Share via


MicrosoftAppCredentials.BuildIAuthenticator Method

Definition

Builds the lazy IAuthenticator to be used for token acquisition.

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)

Returns

A lazy IAuthenticator.

Applies to