You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, the UserState enum needs to be updated to align with this to:
enumUserState{/** Authenticated and available to communicate with services. */LoggedIn="LoggedIn",/** Logged out, but ready to be logged in. */LoggedOut="LoggedOut",/** Removed from the app entirely. */Removed="Removed",}
It should be possible to access the
state
(UserState
) on a user. Implementation is missing for v12.Also, the
UserState
enum needs to be updated to align with this to:(Similar issue for v pre-12: Issue 5203)
The text was updated successfully, but these errors were encountered: