Partager via


AzureActiveDirectoryLoginAuthenticationProvider.UpdateTokenContext Méthode

Définition

Obtient le jeton du champ d’en-tête Authorization HTTP ou du corps de la requête.

protected virtual System.Threading.Tasks.Task UpdateTokenContext (Microsoft.Owin.Security.OAuth.OAuthRequestTokenContext context);
abstract member UpdateTokenContext : Microsoft.Owin.Security.OAuth.OAuthRequestTokenContext -> System.Threading.Tasks.Task
override this.UpdateTokenContext : Microsoft.Owin.Security.OAuth.OAuthRequestTokenContext -> System.Threading.Tasks.Task
Protected Overridable Function UpdateTokenContext (context As OAuthRequestTokenContext) As Task

Paramètres

context
Microsoft.Owin.Security.OAuth.OAuthRequestTokenContext

Contexte Microsoft.Owin.Security.OAuth.OAuthRequestTokenContext de cette requête.

Retours

Task représentant l’opération en cours.

S’applique à