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)

System.Object
  Microsoft.Owin.Security.Provider.BaseContext
    Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectRequestTokenContext

Public Class AzureActiveDirectoryOpenIdConnectRequestTokenContext
	Inherits BaseContext

NameDescription
System_CAPS_pubmethodAzureActiveDirectoryOpenIdConnectRequestTokenContext(IOwinContext, String, String)

Initializes a new instance of the AzureActiveDirectoryOpenIdConnectRequestTokenContext class.

NameDescription
System_CAPS_pubpropertyOwinContext

(Inherited from BaseContext.)

System_CAPS_pubpropertyRequest

(Inherited from BaseContext.)

System_CAPS_pubpropertyResponse

(Inherited from BaseContext.)

System_CAPS_pubpropertyState

Gets or sets the state.

System_CAPS_pubpropertyToken

Gets or sets the token.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: