Skip to content
rw3iss Auth

AuthStatus

AuthStatus

AuthStatus = "bootstrapping" | "authenticated" | "anonymous" | "offline"

Defined in: auth-client/src/core/types.ts:172

Lifecycle state of an AuthClient. Adapters typically project this into their idiomatic reactive primitive so UIs can render the right thing per phase.