TdxCustomAuthorizationAgent.RestartAuthorization Method
In This Article
Restarts the current authorization session.
#Declaration
Delphi
procedure RestartAuthorization;
#Remarks
You can call this procedure to terminate the current authorization session and attempt to authenticate and authorize the agent component in the same online account. RestartAuthorization calls the FinishAuthorization and StartAuthorization procedures internally, thus firing both the OnFinishAuthorization and OnStartAuthorization events if no error occurs.
Note
Calling the Restart
See Also