Sign Out
A logged in End User can be actively signed out of the Web App by sending an
onSignOutRequested
event. This will:
- Invalidate the session cookie so that it's no longer usable in the backend.
- Reset (empty) the session cookie stored in the frontend.
- Send an
onExitRequested
event back to the Bank App to signal that you can now close the Web App.