IAzureActiveDirectoryOpenIdConnectAuthenticationProvider.RequestToken Method

Definition

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

context
AzureActiveDirectoryOpenIdConnectRequestTokenContext

Contains the token string.

Returns

A Task representing the completed operation.

Applies to