Share via


AdalAuthenticator.IAuthenticator.GetTokenAsync(Boolean) Method

Definition

System.Threading.Tasks.Task<Microsoft.Bot.Connector.Authentication.AuthenticatorResult> IAuthenticator.GetTokenAsync (bool forceRefresh);
abstract member Microsoft.Bot.Connector.Authentication.IAuthenticator.GetTokenAsync : bool -> System.Threading.Tasks.Task<Microsoft.Bot.Connector.Authentication.AuthenticatorResult>
override this.Microsoft.Bot.Connector.Authentication.IAuthenticator.GetTokenAsync : bool -> System.Threading.Tasks.Task<Microsoft.Bot.Connector.Authentication.AuthenticatorResult>
Function GetTokenAsync (forceRefresh As Boolean) As Task(Of AuthenticatorResult) Implements IAuthenticator.GetTokenAsync

Parameters

forceRefresh
Boolean

Returns

Implements

Applies to