Sporades SDK API
Preparing search index...
client
SolidAuth
Type Alias SolidAuth
Root-owned SolidJS auth primitive and direct auth commands.
type
SolidAuth
=
{
setPassword
:
AuthApi
[
"setPassword"
]
;
signIn
:
AuthApi
[
"signIn"
]
;
signOut
:
AuthApi
[
"signOut"
]
;
signUp
:
AuthApi
[
"signUp"
]
;
state
:
SolidAccessor
<
AuthObserverState
>
;
isAuthenticated
()
:
boolean
;
}
Index
Properties
set
Password
sign
In
sign
Out
sign
Up
state
Methods
is
Authenticated
Properties
set
Password
setPassword
:
AuthApi
[
"setPassword"
]
sign
In
signIn
:
AuthApi
[
"signIn"
]
sign
Out
signOut
:
AuthApi
[
"signOut"
]
sign
Up
signUp
:
AuthApi
[
"signUp"
]
state
state
:
SolidAccessor
<
AuthObserverState
>
Methods
is
Authenticated
isAuthenticated
()
:
boolean
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
set
Password
sign
In
sign
Out
sign
Up
state
Methods
is
Authenticated
Sporades SDK API
Loading...
Root-owned SolidJS auth primitive and direct auth commands.