Use Case: Secure Session Termination in a Mobile Application

In a mobile application, when a user enters the ‘Settings’ tab and clicks the ‘Logout’ button, they want to securely close their session on the system and be redirected to the login screen.

Application Flow:

  • Element: Content Menu-Logout Button
  • Trigger: OnClick
  • Action: Authorization → Logout
  • Next Action: Redirect to LoginScreen using the Navigate action.

Purpose

  • The user is logged out of their account.
  • Access to the application content is blocked for security reasons.
  • The user is redirected to the login screen to log in again.