IAzureActiveDirectoryOpenIdConnectAuthenticationProvider.RequestToken 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.
Invoked before the ClaimsIdentity is created. Gives the application an opportunity to find the identity from a different location, adjust, or reject the token.
public System.Threading.Tasks.Task RequestToken (Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectRequestTokenContext context);
abstract member RequestToken : Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectRequestTokenContext -> System.Threading.Tasks.Task
Public Function RequestToken (context As AzureActiveDirectoryOpenIdConnectRequestTokenContext) As Task
Parameters
Contains the token string.
Returns
A Task representing the completed operation.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET