Partager via


UserTokenProvider.GetAuthenticationHeaderAsync(CancellationToken) Méthode

Définition

Obtient un jeton d’accès à partir du cache de jetons ou du point de terminaison d’authentification AD. Tente d’actualiser le jeton d’accès s’il a expiré.

public virtual System.Threading.Tasks.Task<System.Net.Http.Headers.AuthenticationHeaderValue> GetAuthenticationHeaderAsync (System.Threading.CancellationToken cancellationToken);
abstract member GetAuthenticationHeaderAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Net.Http.Headers.AuthenticationHeaderValue>
override this.GetAuthenticationHeaderAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Net.Http.Headers.AuthenticationHeaderValue>
Public Overridable Function GetAuthenticationHeaderAsync (cancellationToken As CancellationToken) As Task(Of AuthenticationHeaderValue)

Paramètres

cancellationToken
CancellationToken

Retours

Implémente

S’applique à