Sdílet prostřednictvím


ManagedIdentityAuthenticator.GetTokenAsync(Boolean) Metoda

Definice

Získá token zabezpečení.

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

Parametry

forceRefresh
Boolean

Říká metodě, aby získala nový token bez ohledu na vypršení platnosti.

Návraty

Objekt Task<TResult> .

Implementuje

Platí pro