Поділитися через


OAuthMatchEndpointContext Properties

 

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

Properties

Name Description
System_CAPS_pubproperty IsAuthorizeEndpoint

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

System_CAPS_pubproperty IsRequestCompleted

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

System_CAPS_pubproperty IsTokenEndpoint

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

System_CAPS_pubproperty Options

(Inherited from BaseContext<TOptions>.)

System_CAPS_pubproperty OwinContext

(Inherited from BaseContext<TOptions>.)

System_CAPS_pubproperty Request

(Inherited from BaseContext<TOptions>.)

System_CAPS_pubproperty Response

(Inherited from BaseContext<TOptions>.)

See Also

OAuthMatchEndpointContext Class
Microsoft.Owin.Security.OAuth Namespace

Return to top