Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxOAuth2AuthorizationAgentClass Type

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

#Declaration

Delphi
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