Skip to main content

TdxCustomAuthorizationAgent.FinishAuthorization Method

Performs all routines required to properly terminate the current authorization session.

Declaration

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 FinishAuthorization procedure raises the OnFinishAuthorization event only if the agent has successfully terminated the authorization session as a result. Calling this procedure has no effect if the IsAuthorized property returns False.

See Also