Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
core/auth
HonuaAuthEvent
Type Alias HonuaAuthEvent
Honua
Auth
Event
:
|
{
credential
:
StoredCredential
;
type
:
"signed-in"
;
}
|
{
credential
:
StoredCredential
;
type
:
"token-refreshed"
;
}
|
{
error
:
HonuaAuthError
;
type
:
"refresh-failed"
;
}
|
{
type
:
"signed-out"
;
}
Lifecycle events emitted by the OAuth2 / client-credentials providers.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@honua/sdk-js
Loading...
Lifecycle events emitted by the OAuth2 / client-credentials providers.