Back to Devexpress

TdxCustomAuthorizationAgent Class

vcl-dxauthorizationagents-9041a217.md

latest2.5 KB
Original Source

TdxCustomAuthorizationAgent Class

The base class for all classes that implement components that authorize DevExpress products in online accounts.

Declaration

delphi
TdxCustomAuthorizationAgent = class abstract(TComponent)

Remarks

This class implements the functionality common to all authorization agent components, such as account connection management and the capability to obtain authentication and authorization errors. The TdxCustomAuthorizationAgent class provides the following members that allow you to:

You do not need to create instances of the TdxCustomAuthorizationAgent class. Use its descendants instead.

Inheritance

TObject TPersistent TComponent TdxCustomAuthorizationAgent

See Also

TdxGoogleAPIOAuth2AuthorizationAgent

TdxMicrosoftGraphAPIOAuth2AuthorizationAgent

TdxOAuth2AuthorizationAgent

TdxCustomAuthorizationAgent Members

dxAuthorizationAgents Unit