AzureActiveDirectoryOpenIdConnectRequestTokenContext Constructor (IOwinContext^, String^, String^)
Initializes a new instance of the AzureActiveDirectoryOpenIdConnectRequestTokenContext class.
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.
Show: