Skip to main content

TdxOAuth2AuthorizationAgentClass Type

The class-reference to a class that implements an OAuth 2.0-compatible authorization agent.

Declaration

TdxOAuth2AuthorizationAgentClass = class of TdxOAuth2AuthorizationAgent;

Referenced Class

Type Description
TdxOAuth2AuthorizationAgent

An OAuth 2.0-compatible authorization agent component.

Remarks

This class-reference is used to refer to the TdxOAuth2AuthorizationAgent class descendants that implement all components that can authenticate and authorize DevExpress products in various online account types via the OAuth 2.0 authentication protocol.

See Also