Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

OAuthMatchEndpointContext Class

 

Provides context information used when determining the OAuth flow type based on the request.

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


public ref class OAuthMatchEndpointContext : EndpointContext<OAuthAuthorizationServerOptions^>

NameDescription
System_CAPS_pubmethodOAuthMatchEndpointContext(IOwinContext^, OAuthAuthorizationServerOptions^)

Initializes a new instance of the OAuthMatchEndpointContext class

NameDescription
System_CAPS_pubpropertyIsAuthorizeEndpoint

Gets whether or not the endpoint is an OAuth authorize endpoint.

System_CAPS_pubpropertyIsRequestCompleted

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

System_CAPS_pubpropertyIsTokenEndpoint

Gets whether or not the endpoint is an OAuth token endpoint.

System_CAPS_pubpropertyOptions

(Inherited from BaseContext<TOptions>.)

System_CAPS_pubpropertyOwinContext

(Inherited from BaseContext<TOptions>.)

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

Sets the endpoint type to authorize endpoint.

System_CAPS_pubmethodMatchesNothing()

Sets the endpoint type to neither authorize nor token.

System_CAPS_pubmethodMatchesTokenEndpoint()

Sets the endpoint type to token endpoint.

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: