AzureActiveDirectoryOpenIdConnectRequestTokenContext Class
This class represents the context used as part of the RequestToken code path.
Namespace: Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory
Assembly: Microsoft.WindowsAzure.Mobile.Service.Security (in Microsoft.WindowsAzure.Mobile.Service.Security.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.Provider.BaseContext
Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectRequestTokenContext
Syntax
public class AzureActiveDirectoryOpenIdConnectRequestTokenContext : BaseContext
public ref class AzureActiveDirectoryOpenIdConnectRequestTokenContext : BaseContext
type AzureActiveDirectoryOpenIdConnectRequestTokenContext =
class
inherit BaseContext
end
Public Class AzureActiveDirectoryOpenIdConnectRequestTokenContext
Inherits BaseContext
Constructors
Name | Description | |
---|---|---|
AzureActiveDirectoryOpenIdConnectRequestTokenContext(IOwinContext, String, String) | Initializes a new instance of the AzureActiveDirectoryOpenIdConnectRequestTokenContext class. |
Properties
Name | Description | |
---|---|---|
OwinContext | (Inherited from BaseContext.) |
|
Request | (Inherited from BaseContext.) |
|
Response | (Inherited from BaseContext.) |
|
State | Gets or sets the state. |
|
Token | Gets or sets the token. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory Namespace
Return to top