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


OAuthMatchEndpointContext Methods

 

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod MatchesAuthorizeEndpoint()

Sets the endpoint type to authorize endpoint.

System_CAPS_pubmethod MatchesNothing()

Sets the endpoint type to neither authorize nor token.

System_CAPS_pubmethod MatchesTokenEndpoint()

Sets the endpoint type to token endpoint.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod RequestCompleted()

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

System_CAPS_pubmethod ToString()

(Inherited from Object.)

See Also

OAuthMatchEndpointContext Class
Microsoft.Owin.Security.OAuth Namespace

Return to top