AzureActiveDirectoryOpenIdConnectReturnEndpointContext Constructor

Definition

Initializes a new instance of the AzureActiveDirectoryOpenIdConnectReturnEndpointContext with a given context and ticket.

public AzureActiveDirectoryOpenIdConnectReturnEndpointContext (Microsoft.Owin.IOwinContext context, Microsoft.Owin.Security.AuthenticationTicket ticket);
new Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectReturnEndpointContext : Microsoft.Owin.IOwinContext * Microsoft.Owin.Security.AuthenticationTicket -> Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectReturnEndpointContext
Public Sub New (context As IOwinContext, ticket As AuthenticationTicket)

Parameters

context
IOwinContext

OWIN environment.

ticket
Microsoft.Owin.Security.AuthenticationTicket

The authentication ticket.

Applies to