AppCredentials.BuildIAuthenticator Method

Definition

Builds the lazy IAuthenticator to be used for token acquisition.

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

Returns

A lazy IAuthenticator.

Applies to