Preparing search index...
The search index is not available
PAOIDCClient
PAOIDCClient
LocalStorageStateStore
Class LocalStorageStateStore<T>
Type Parameters
T
=
any
Hierarchy (
View Summary
)
StateStore
<
T
>
LocalStorageStateStore
Index
Constructors
constructor
Properties
prefix
Methods
clear
del
get
init?
set
Constructors
constructor
new
LocalStorageStateStore
<
T
=
any
>
(
prefix
?:
string
)
:
LocalStorageStateStore
<
T
>
Type Parameters
T
=
any
Parameters
prefix
:
string
= "pa_oidc."
Returns
LocalStorageStateStore
<
T
>
Properties
prefix
prefix
:
string
Methods
clear
clear
(
before
?:
number
)
:
Promise
<
void
>
Parameters
Optional
before
:
number
Returns
Promise
<
void
>
del
del
(
key
:
string
)
:
Promise
<
void
>
Parameters
key
:
string
Returns
Promise
<
void
>
get
get
(
key
:
string
)
:
Promise
<
null
|
T
>
Parameters
key
:
string
Returns
Promise
<
null
|
T
>
Optional
init
init
()
:
Promise
<
StateStore
<
T
>
>
Returns
Promise
<
StateStore
<
T
>
>
set
set
(
key
:
string
,
value
:
T
)
:
Promise
<
void
>
Parameters
key
:
string
value
:
T
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
prefix
Methods
clear
del
get
init
set
PAOIDCClient
Loading...