fieldnotesai
Preparing search index...
src/types
AuthState
Interface AuthState
Provides functionality for auth state.
interface
AuthState
{
isAuthenticated
:
boolean
;
isLoading
:
boolean
;
token
:
string
|
null
;
user
:
User
|
null
;
}
Index
Properties
is
Authenticated
is
Loading
token
user
Properties
is
Authenticated
isAuthenticated
:
boolean
is
Loading
isLoading
:
boolean
token
token
:
string
|
null
user
user
:
User
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Authenticated
is
Loading
token
user
fieldnotesai
Loading...
Provides functionality for auth state.