Partager via


IAuthenticator.GetTokenAsync(Boolean) Méthode

Définition

Acquiert le jeton de sécurité.

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>
Public Function GetTokenAsync (Optional forceRefresh As Boolean = false) As Task(Of AuthenticatorResult)

Paramètres

forceRefresh
Boolean

Indique à la méthode d’acquérir un nouveau jeton, quelle que soit l’expiration.

Retours

Objet Task<TResult>.

S’applique à