Sanity App SDK
Preparing search index...
@sanity/sdk
index
AuthStoreState
Interface AuthStoreState
interface
AuthStoreState
{
authState
:
AuthState
;
dashboardContext
?:
DashboardContext
;
options
:
{
apiHost
:
undefined
|
string
;
authMethod
:
AuthMethodOptions
;
callbackUrl
:
undefined
|
string
;
clientFactory
:
(
config
:
ClientConfig
)
=>
SanityClient
;
customProviders
:
|
undefined
|
AuthProvider
[]
|
(
(
prev
:
AuthProvider
[]
)
=>
AuthProvider
[]
|
Promise
<
AuthProvider
[]
>
)
;
initialLocationHref
:
string
;
loginUrl
:
string
;
providedToken
:
undefined
|
string
;
storageArea
:
undefined
|
Storage
;
storageKey
:
string
;
}
;
providers
?:
AuthProvider
[]
;
}
Index
Properties
auth
State
dashboard
Context?
options
providers?
Properties
auth
State
authState
:
AuthState
Optional
dashboard
Context
dashboardContext
?:
DashboardContext
options
options
:
{
apiHost
:
undefined
|
string
;
authMethod
:
AuthMethodOptions
;
callbackUrl
:
undefined
|
string
;
clientFactory
:
(
config
:
ClientConfig
)
=>
SanityClient
;
customProviders
:
|
undefined
|
AuthProvider
[]
|
(
(
prev
:
AuthProvider
[]
)
=>
AuthProvider
[]
|
Promise
<
AuthProvider
[]
>
)
;
initialLocationHref
:
string
;
loginUrl
:
string
;
providedToken
:
undefined
|
string
;
storageArea
:
undefined
|
Storage
;
storageKey
:
string
;
}
Optional
providers
providers
?:
AuthProvider
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auth
State
dashboard
Context
options
providers
Sanity App SDK
Loading...