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
WebStorageStateStore
(
__namedParameters
?:
{
prefix
?:
string
;
store
?:
Storage
|
AsyncStorage
}
,
)
:
WebStorageStateStore
Parameters
__namedParameters
:
{
prefix
?:
string
;
store
?:
Storage
|
AsyncStorage
}
= {}
Returns
WebStorageStateStore
Methods
get
get
(
key
:
string
)
:
Promise
<
null
|
string
>
Parameters
key
:
string
Returns
Promise
<
null
|
string
>
get
All
Keys
getAllKeys
()
:
Promise
<
string
[]
>
Returns
Promise
<
string
[]
>
remove
remove
(
key
:
string
)
:
Promise
<
null
|
string
>
Parameters
key
:
string
Returns
Promise
<
null
|
string
>
set
set
(
key
:
string
,
value
:
string
)
:
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...