OAuthTokenEndpointResponseContext Class

 

Provides context information used at the end of a token-endpoint-request.

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::OAuthTokenEndpointResponseContext

public ref class OAuthTokenEndpointResponseContext : EndpointContext<OAuthAuthorizationServerOptions^>

NameDescription
System_CAPS_pubpropertyAccessToken

The issued Access-Token

System_CAPS_pubpropertyAdditionalResponseParameters

Enables additional values to be appended to the token response.

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>.)

System_CAPS_pubpropertyTokenEndpointRequest

Gets information about the token endpoint request.

System_CAPS_pubpropertyTokenIssued

Gets whether or not the token should be issued.

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_pubmethodIssue(ClaimsIdentity^, AuthenticationProperties^)

Issues the token.

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: