Resets the timeouts during cleanup
Cleans up the idle manager and its listeners
function to be called when user goes idle
Creates an IdleManager
Optional configuration
capture scroll events
timeout in ms
scroll debounce time in ms
Callback after the user has gone idle
Generated using TypeDoc
Detects if the user has been idle for a duration of
idleTimeout
ms, and callsonIdle
and registered callbacks. By default, the IdleManager will log a user out after 10 minutes of inactivity. To override these defaults, you can pass anonIdle
callback, or configure a customidleTimeout
in milliseconds