Type Alias: AuthStatus
Type Alias: AuthStatus
AuthStatus =
"bootstrapping"|"authenticated"|"anonymous"|"offline"
Defined in: auth-client/src/core/types.ts:144
Lifecycle state of an AuthClient. Adapters typically project this into their idiomatic reactive primitive so UIs can render the right thing per phase.