Type Alias: SignOut()
Signs out the current user from Mimeeq. This clears the current session and removes cached authentication data.
After signing out, the user will need to sign in again to access authenticated resources. It's recommended to reload the page after sign-out for a clean state.
Returns
A promise that resolves to true on success or AuthError on failure
Example
window.mimeeqAuth.authorization.signOut().then(() => {
window.location.reload();
});
Fires
@mimeeq#mimeeqRefreshSession
Fires
@mimeeq#mimeeq-user-signed-out