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
System_CAPS_pubmethod AzureActiveDirectoryOpenIdConnectRequestTokenContext(IOwinContext, String, String)

Initializes a new instance of the AzureActiveDirectoryOpenIdConnectRequestTokenContext class.

Properties

Name Description
System_CAPS_pubproperty OwinContext

(Inherited from BaseContext.)

System_CAPS_pubproperty Request

(Inherited from BaseContext.)

System_CAPS_pubproperty Response

(Inherited from BaseContext.)

System_CAPS_pubproperty State

Gets or sets the state.

System_CAPS_pubproperty Token

Gets or sets the token.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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