Enumeration UserState

The state of a user.

Enumeration Members

Enumeration Members

Active: "active"

Authenticated and available to communicate with services.

Deprecated

Will be removed in v13. Please use UserState.LoggedIn

LoggedIn: "LoggedIn"

Authenticated and available to communicate with services.

LoggedOut: "LoggedOut"

Logged out, but ready to be logged in.

Removed: "Removed"

Removed from the app entirely.

Generated using TypeDoc