Sporades SDK API
Preparing search index...
client
SvelteAuthStore
Type Alias SvelteAuthStore
SvelteAuthStore
:
SvelteReadable
<
Omit
<
UseAuthState
,
"signUp"
|
"signIn"
|
"signOut"
>
,
>
&
{
setPassword
:
AuthApi
[
"setPassword"
]
;
signIn
:
AuthApi
[
"signIn"
]
;
signOut
:
AuthApi
[
"signOut"
]
;
signUp
:
AuthApi
[
"signUp"
]
;
}
Svelte auth state and commands over one lazily observed auth subscription.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Sporades SDK API
Loading...
Svelte auth state and commands over one lazily observed auth subscription.