AzureActiveDirectoryLoginAuthenticationProvider.UpdateTokenContext Method (OAuthRequestTokenContext)

 

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

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security.Providers
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

[DebuggerStepThroughAttribute]
protected virtual Task UpdateTokenContext(
	OAuthRequestTokenContext context
)

Parameters

context
Type: Microsoft.Owin.Security.OAuth.OAuthRequestTokenContext

The OAuthRequestTokenContext context for this request.

Return Value

Type: System.Threading.Tasks.Task

A Task representing the current operation.

Return to top
Show: