BetaBetaauthenticatedSimilar to a logged-in flag. This state is used in places like the
AuthBoundary to determine whether or not it should render the
NotAuthenticatedComponent. Implementers may choose to set this to true
while also also emitting a currentUser of null if a null user is
accepted (e.g. a project that doesn't require a login)
BetaclientA client that is expected to be pre-configured to allow for any downstream requests in the Studio
BetacurrentThe value of the user logged in or null if none is provided
The unit an
AuthStoreemits to determine the user's authentication state.Hidden