OAuthAuthorizationEndpointResponseContext Class

 

Provides context information when processing an Authorization Response

Namespace:   Microsoft.Owin.Security.OAuth
Assembly:  Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)

System::Object
  Microsoft.Owin.Security.Provider::BaseContext<TOptions>
    Microsoft.Owin.Security.Provider::EndpointContext<TOptions>
      Microsoft.Owin.Security.OAuth::OAuthAuthorizationEndpointResponseContext

public ref class OAuthAuthorizationEndpointResponseContext : EndpointContext<OAuthAuthorizationServerOptions^>

NameDescription
System_CAPS_pubpropertyAccessToken

The serialized Access-Token. Depending on the flow, it can be null.

System_CAPS_pubpropertyAdditionalResponseParameters

Enables additional values to be appended to the token response.

System_CAPS_pubpropertyAuthorizationCode

The created Authorization-Code. Depending on the flow, it can be null.

System_CAPS_pubpropertyAuthorizeEndpointRequest

Gets information about the authorize endpoint request.

System_CAPS_pubpropertyIdentity

Gets the identity of the resource owner.

System_CAPS_pubpropertyIsRequestCompleted

True if the request should not be processed further by other components.(Inherited from EndpointContext<TOptions>.)

System_CAPS_pubpropertyOptions

(Inherited from BaseContext<TOptions>.)

System_CAPS_pubpropertyOwinContext

(Inherited from BaseContext<TOptions>.)

System_CAPS_pubpropertyProperties

Dictionary containing the state of the authentication session.

System_CAPS_pubpropertyRequest

(Inherited from BaseContext<TOptions>.)

System_CAPS_pubpropertyResponse

(Inherited from BaseContext<TOptions>.)

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_pubmethodRequestCompleted()

Prevents the request from being processed further by other components. IsRequestCompleted becomes true after calling.(Inherited from EndpointContext<TOptions>.)

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: