Back to Devexpress

TdxOAuth2AuthorizationAgentClass Type

vcl-dxauthorizationagents-dot-tdxoauth2authorizationagentclass.md

latest1.1 KB
Original Source

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

TypeDescription
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

TdxGoogleAPIOAuth2AuthorizationAgent

TdxMicrosoftGraphAPIOAuth2AuthorizationAgent

dxAuthorizationAgents Unit