Preparing search index...
The search index is not available
oidc-client-ts
oidc-client-ts
IndexedDbDPoPStore
Class IndexedDbDPoPStore
Provides a default implementation of the DPoP store using IndexedDB.
Implements
DPoPStore
Index
Constructors
constructor
Properties
_db
Name
_store
Name
Methods
create
Store
get
get
All
Keys
promisify
Request
remove
set
Constructors
constructor
new
Indexed
DbDPoPStore
(
)
:
IndexedDbDPoPStore
Returns
IndexedDbDPoPStore
Properties
Readonly
_db
Name
_db
Name
:
string
= "oidc"
Readonly
_store
Name
_store
Name
:
string
= "dpop"
Methods
create
Store
create
Store
<
T
>
(
dbName
,
storeName
)
:
Promise
<
(
(
txMode
:
IDBTransactionMode
,
callback
:
(
(
store
:
IDBObjectStore
)
=>
T
|
PromiseLike
<
T
>
)
)
=>
Promise
<
T
>
)
>
Type Parameters
T
Parameters
dbName
:
string
storeName
:
string
Returns
Promise
<
(
(
txMode
:
IDBTransactionMode
,
callback
:
(
(
store
:
IDBObjectStore
)
=>
T
|
PromiseLike
<
T
>
)
)
=>
Promise
<
T
>
)
>
get
get
(
key
)
:
Promise
<
DPoPState
>
Parameters
key
:
string
Returns
Promise
<
DPoPState
>
get
All
Keys
get
All
Keys
(
)
:
Promise
<
string
[]
>
Returns
Promise
<
string
[]
>
promisify
Request
promisify
Request
<
T
>
(
request
)
:
Promise
<
T
>
Type Parameters
T
=
undefined
Parameters
request
:
IDBRequest
<
T
>
|
IDBTransaction
Returns
Promise
<
T
>
remove
remove
(
key
)
:
Promise
<
DPoPState
>
Parameters
key
:
string
Returns
Promise
<
DPoPState
>
set
set
(
key
,
value
)
:
Promise
<
void
>
Parameters
key
:
string
value
:
DPoPState
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_db
Name
_store
Name
Methods
create
Store
get
get
All
Keys
promisify
Request
remove
set
oidc-client-ts
Loading...
Provides a default implementation of the DPoP store using IndexedDB.