AzureActiveDirectoryLoginAuthenticationProvider.UpdateTokenContext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.