AppCredentials.GetTokenAsync(Boolean) Metodo

Definizione

Ottiene un token di accesso 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)

Parametri

forceRefresh
Boolean

True per forzare un aggiornamento del token; o false per ottenere un token memorizzato nella cache, se esistente.

Restituisce

Attività che rappresenta il lavoro in coda da eseguire.

Commenti

Se l'attività ha esito positivo, il risultato contiene la stringa del token di accesso.

Si applica a