TdxAuthorizationAgentUserInfo.AuthorizationAgent Property
In This Article
Provides access to the parent authorization agent component.
#Declaration
Delphi
property AuthorizationAgent: TdxCustomAuthorizationAgent read;
#Property Value
Type | Description |
---|---|
Tdx |
The parent authorization agent component. Cast the property value to the corresponding terminal Tdx Tip You can call the |
#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 Authorization
.On
See Also