Step 8.5: Move logout call during deactivation

This commit is contained in:
Travis Ralston 2022-03-24 16:11:01 -06:00
parent bcf413734b
commit c8582c7199
3 changed files with 20 additions and 2 deletions

View file

@ -283,4 +283,13 @@ export enum Action {
* Payload: OpenTabbedIntegrationManagerDialogPayload
*/
OpenTabbedIntegrationManagerDialog = "open_tabbed_imanager_dialog",
/**
* Fired when something within the application has determined that a logout,
* or logout-like behaviour, needs to happen. Specifically meant to target
* storage deletion rather than calling the logout API.
*
* No payload.
*/
TriggerLogout = "trigger_logout",
}