AzureActiveDirectoryLoginAuthenticationProvider.UpdateTokenContext Method

Definition

Gets the token from the Authorization HTTP header field or from the request body.

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

Parameters

context
Microsoft.Owin.Security.OAuth.OAuthRequestTokenContext

The Microsoft.Owin.Security.OAuth.OAuthRequestTokenContext context for this request.

Returns

A Task representing the current operation.

Applies to