Skip to main content

Log Out


The Log out confirmation screen ends the active user session.


This screen includes:

#ElementDescription
1Dialog titleDisplays Log out
2Close actionDismisses the dialog and keeps the session active
3Confirmation messageAsks the user to confirm log out
4Log out actionEnds the active session

Workflow​

  1. Open Account.
  2. Select Log out.
  3. Review the confirmation dialog.
  4. Select Log out to end the session, or close the dialog to remain signed in.

Validations​

ScenarioApp BehaviorSDK Output
No active sessionIgnore log out action or display Sign in screenstate = unauthenticated
Active session existsDisplay confirmation dialogstate = logout_pending
Request in progressShow loading statestate = loading

Actions​

ScenarioApp BehaviorSDK Output
Log out selected from AccountOpen confirmation dialogstate = logout_pending
Log out selected in dialogEnd session and clear tokenstate = loggedOut
Close selectedDismiss dialog and keep session activestate = active

Endpoint Resources​

Logout Confirmation​

PUT 

v3/account/logout

Returns the log out confirmation screen configuration for the active session.

Logout​

POST 

v3/account/logout

Ends the authenticated user session and revokes active access tokens.