AppCredentials.GetTokenAsync(Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un jeton d’accès OAuth.
public System.Threading.Tasks.Task<string> GetTokenAsync (bool forceRefresh = false);
member this.GetTokenAsync : bool -> System.Threading.Tasks.Task<string>
Public Function GetTokenAsync (Optional forceRefresh As Boolean = false) As Task(Of String)
Paramètres
- forceRefresh
- Boolean
True pour forcer une actualisation du jeton ; ou false pour obtenir un jeton mis en cache s’il existe.
Retours
Tâche qui représente le travail mis en file d’attente à exécuter.
Remarques
Si la tâche réussit, le résultat contient la chaîne de jeton d’accès.