Sanity App SDK
Preparing search index...
@sanity/sdk
index
ClientState
Interface ClientState
States tracked by the client store
interface
ClientState
{
authMethod
?:
"localstorage"
|
"cookie"
;
clients
:
{
[
key
:
string
]:
undefined
|
SanityClient
}
;
token
:
null
|
string
;
}
Index
Properties
auth
Method?
clients
token
Properties
Optional
auth
Method
authMethod
?:
"localstorage"
|
"cookie"
clients
clients
:
{
[
key
:
string
]:
undefined
|
SanityClient
}
token
token
:
null
|
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auth
Method
clients
token
Sanity App SDK
Loading...
States tracked by the client store