Sanity App SDK
Preparing search index...
@sanity/sdk
index
LoggedInAuthState
Type Alias LoggedInAuthState
Logged-in state from the auth state.
type
LoggedInAuthState
=
{
currentUser
:
CurrentUser
|
null
;
token
:
string
;
type
:
LOGGED_IN
;
}
Index
Properties
current
User
token
type
Properties
current
User
currentUser
:
CurrentUser
|
null
token
token
:
string
type
type
:
LOGGED_IN
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
current
User
token
type
Sanity App SDK
Loading...
Logged-in state from the auth state.