MsalAppCredentials.IAuthenticator.GetTokenAsync(Boolean) Metodo

Definizione

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

Parametri

forceRefresh
Boolean

Restituisce

Implementazioni

Si applica a