Abstract
This event will be triggered right AFTER the instance was initialised
This event will be triggered right BEFORE the instance was closed
Logouts the user. This function will:
Abstract
logoutLogs out the current user and erase the instance
Base model class for future authentication workflows/scenarios. This class contains the authentication state authState and the key-value store store, exposes events to external sources, and implements some common functionality you might find in any workflow/scenario.