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)
Syntax
[DebuggerStepThroughAttribute]
protected virtual Task UpdateTokenContext(
OAuthRequestTokenContext context
)
protected:
[DebuggerStepThroughAttribute]
virtual Task^ UpdateTokenContext(
OAuthRequestTokenContext^ context
)
[<DebuggerStepThroughAttribute>]
abstract UpdateTokenContext :
context:OAuthRequestTokenContext -> Task
[<DebuggerStepThroughAttribute>]
override UpdateTokenContext :
context:OAuthRequestTokenContext -> Task
<DebuggerStepThroughAttribute>
Protected Overridable Function UpdateTokenContext (
context As OAuthRequestTokenContext
) As Task
Parameters
context
Type: Microsoft.Owin.Security.OAuth.OAuthRequestTokenContextThe OAuthRequestTokenContext context for this request.
Return Value
Type: System.Threading.Tasks.Task
A Task representing the current operation.
See Also
AzureActiveDirectoryLoginAuthenticationProvider Class
Microsoft.WindowsAzure.Mobile.Service.Security.Providers Namespace
Return to top