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)

Syntax

Task RequestToken(
    AzureActiveDirectoryOpenIdConnectRequestTokenContext context
)
Task^ RequestToken(
    AzureActiveDirectoryOpenIdConnectRequestTokenContext^ context
)
abstract RequestToken : 
        context:AzureActiveDirectoryOpenIdConnectRequestTokenContext -> Task
Function RequestToken (
    context As AzureActiveDirectoryOpenIdConnectRequestTokenContext
) As Task

Parameters

Return Value

Type: System.Threading.Tasks.Task

A Task representing the completed operation.

See Also

IAzureActiveDirectoryOpenIdConnectAuthenticationProvider Interface
Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory Namespace

Return to top