AzureActiveDirectoryOpenIdConnectAuthenticationProvider.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.
System.Threading.Tasks.Task IAzureActiveDirectoryOpenIdConnectAuthenticationProvider.RequestToken (Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectRequestTokenContext context);
abstract member Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.IAzureActiveDirectoryOpenIdConnectAuthenticationProvider.RequestToken : Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectRequestTokenContext -> System.Threading.Tasks.Task
override this.Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.IAzureActiveDirectoryOpenIdConnectAuthenticationProvider.RequestToken : Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectRequestTokenContext -> System.Threading.Tasks.Task
Function RequestToken (context As AzureActiveDirectoryOpenIdConnectRequestTokenContext) As Task Implements IAzureActiveDirectoryOpenIdConnectAuthenticationProvider.RequestToken
Parameters
Contains the token string.
Returns
A Task representing the completed operation.