AzureActiveDirectoryOpenIdConnectRequestTokenContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class represents the context used as part of the RequestToken(AzureActiveDirectoryOpenIdConnectRequestTokenContext) code path.
public class AzureActiveDirectoryOpenIdConnectRequestTokenContext : Microsoft.Owin.Security.Provider.BaseContext
type AzureActiveDirectoryOpenIdConnectRequestTokenContext = class
inherit BaseContext
Public Class AzureActiveDirectoryOpenIdConnectRequestTokenContext
Inherits BaseContext
- Inheritance
-
Microsoft.Owin.Security.Provider.BaseContextAzureActiveDirectoryOpenIdConnectRequestTokenContext
Constructors
AzureActiveDirectoryOpenIdConnectRequestTokenContext(IOwinContext, String, String) |
Initializes a new instance of the AzureActiveDirectoryOpenIdConnectRequestTokenContext class |
Properties
State |
Gets or sets the state. |
Token |
Gets or sets the token. |