AzureActiveDirectoryOpenIdConnectAuthenticatedContext Constructor (IOwinContext, String, ClaimsIdentity)
Initializes a new instance of the AzureActiveDirectoryOpenIdConnectAuthenticatedContext class.
Assembly: Microsoft.WindowsAzure.Mobile.Service.Security (in Microsoft.WindowsAzure.Mobile.Service.Security.dll)
Parameters
- context
-
Type:
Microsoft.Owin.IOwinContext
The IOwinContext representing the request/response context.
- idToken
-
Type:
System.String
The Azure Active Directory ID token.
- identity
-
Type:
System.Security.Claims.ClaimsIdentity
The ClaimsIdentity representing the user.
Show: