Skip to main content

TdxAuthorizationAgentUserInfo.UpdateInfo Method

Connects the provider to an online account and obtains the user information from it.

Declaration

procedure UpdateInfo;

Remarks

Call this procedure to attempt to authenticate and authorize the user information provider in an online account with the current authorization agent settings. If the attempt is successful, the provider retrieves the account’s user email and display name that you can obtain via the Mail and DisplayName properties, respectively.

If an authentication or authorization error occurs, an UpdateInfo procedure call has no effect. You can handle the authorization agent’s OnError event to obtain information on possible errors.

See Also