Back to Devexpress

TdxAuthorizationAgentUserInfo.AuthorizationAgent Property

vcl-dxauthorizationagents-dot-tdxauthorizationagentuserinfo.md

latest1.7 KB
Original Source

TdxAuthorizationAgentUserInfo.AuthorizationAgent Property

Provides access to the parent authorization agent component.

Declaration

delphi
property AuthorizationAgent: TdxCustomAuthorizationAgent read;

Property Value

TypeDescription
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

TdxOAuth2AuthorizationAgentUserInfo.AuthorizationAgent Property

TdxAuthorizationAgentUserInfo Class

TdxAuthorizationAgentUserInfo Members

dxAuthorizationAgents Unit