IAzureActiveDirectoryOpenIdConnectAuthenticationProvider.RequestToken Method (AzureActiveDirectoryOpenIdConnectRequestTokenContext)

 

Invoked before the ClaimsIdentity is created. Gives the application an opportunity to find the identity from a different location, adjust, or reject the token.

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

Task RequestToken(
	AzureActiveDirectoryOpenIdConnectRequestTokenContext context
)

Return Value

Type: System.Threading.Tasks.Task

A Task representing the completed operation.

Return to top
Show: