Enumeration UserState

The state of a user within the app

Enumeration Members

Enumeration Members

Active: "active"

Active, with both access and refresh tokens

LoggedOut: "logged-out"

Logged out, but there might still be data persisted about the user, in the browser.

Removed: "removed"

Logged out and all data about the user has been removed.

Generated using TypeDoc