Sporades SDK API
Preparing search index...
client
AuthObserverState
Type Alias AuthObserverState
Complete current browser auth replacement delivered by
auth.subscribe()
.
type
AuthObserverState
=
{
auth
:
AuthState
|
null
;
error
:
SporadesError
|
null
;
loading
:
boolean
;
providers
:
AuthProviders
;
}
Index
Properties
auth
error
loading
providers
Properties
auth
auth
:
AuthState
|
null
error
error
:
SporadesError
|
null
loading
loading
:
boolean
providers
providers
:
AuthProviders
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auth
error
loading
providers
Sporades SDK API
Loading...
Complete current browser auth replacement delivered by
auth.subscribe().