Preparing search index...
The search index is not available
oidc-client-ts
oidc-client-ts
WebStorageStateStore
Class WebStorageStateStore
Implements
StateStore
Index
Constructors
constructor
Methods
get
get
All
Keys
remove
set
Constructors
constructor
new
Web
Storage
State
Store
(
__namedParameters
?
)
:
WebStorageStateStore
Parameters
__namedParameters
:
{
prefix
?:
string
;
store
?:
Storage
|
AsyncStorage
;
}
= {}
Optional
prefix
?:
string
Optional
store
?:
Storage
|
AsyncStorage
Returns
WebStorageStateStore
Methods
get
get
(
key
)
:
Promise
<
null
|
string
>
Parameters
key
:
string
Returns
Promise
<
null
|
string
>
get
All
Keys
get
All
Keys
(
)
:
Promise
<
string
[]
>
Returns
Promise
<
string
[]
>
remove
remove
(
key
)
:
Promise
<
null
|
string
>
Parameters
key
:
string
Returns
Promise
<
null
|
string
>
set
set
(
key
,
value
)
:
Promise
<
void
>
Parameters
key
:
string
value
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
get
All
Keys
remove
set
oidc-client-ts
Loading...