Skip to main content

TdxAuthorizationAgentUserInfo Class

The base class for all classes that implement all data providers that obtain user information from online accounts.

Declaration

TdxAuthorizationAgentUserInfo = class abstract(TcxIUnknownObject)

Remarks

This class provides the following members that allow you to:

  • Create a new user information provider that uses a specific authorization agent to connect to an online account (GetUserInfo);

  • Access the authorization agent to which the user information provider belongs (AuthorizationAgent);

  • Connect to an online account and obtain the user information from it (UpdateInfo);

  • Read the user e-mail and display name obtained from the connected account (Mail and DisplayName).

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

Inheritance

TObject
TcxIUnknownObject
TdxAuthorizationAgentUserInfo
See Also