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

TdxAuthorizationAgentUserInfo.AuthorizationAgent Property

Provides access to the parent authorization agent component.

#Declaration

Delphi
property AuthorizationAgent: TdxCustomAuthorizationAgent read;

#Property Value

Type Description
TdxCustomAuthorizationAgent

The parent authorization agent component.

Cast the property value to the corresponding terminal TdxCustomAuthorizationAgent class descendant to access all public API members.

Tip

You can call the AuthorizationAgent.ClassType function to identify the actual authorization agent type.

#Remarks

Call the UpdateInfo procedure to attempt to connect to an online account through the configured parent authorization component. If the attempt is successful, the provider loads user information from the connected online account.

Tip

To obtain information on possible connection errors, handle the AuthorizationAgent.OnError event.

See Also