TdxCustomAuthorizationAgent.FinishAuthorization Method
In This Article
Performs all routines required to properly terminate the current authorization session.
#Declaration
Delphi
procedure FinishAuthorization;
#Remarks
Call this procedure to safely disconnect a DevExpress data provider from an online account.
The RestartAuthorization procedure calls FinishAuthorization internally to terminate the current authorization session.
Note
The Finish
See Also