AzureActiveDirectoryOpenIdConnectRequestTokenContext Constructor (IOwinContext^, String^, String^)

 

Initializes a new instance of the AzureActiveDirectoryOpenIdConnectRequestTokenContext class.

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

public:
AzureActiveDirectoryOpenIdConnectRequestTokenContext(
	IOwinContext^ context,
	String^ token,
	String^ state
)

Parameters

context
Type: Microsoft.Owin::IOwinContext^

The IOwinContext representing the request/response context.

token
Type: System::String^

The Azure Active Directory token.

state
Type: System::String^

The Azure Active state.

Return to top
Show: