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
IndexedDbDPoPStore
()
:
IndexedDbDPoPStore
Returns
IndexedDbDPoPStore
Properties
Readonly
_db
Name
_dbName
:
string
= "oidc"
Readonly
_store
Name
_storeName
:
string
= "dpop"
Methods
create
Store
createStore
<
T
>
(
dbName
:
string
,
storeName
:
string
,
)
:
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
:
string
)
:
Promise
<
DPoPState
>
Parameters
key
:
string
Returns
Promise
<
DPoPState
>
get
All
Keys
getAllKeys
()
:
Promise
<
string
[]
>
Returns
Promise
<
string
[]
>
promisify
Request
promisifyRequest
<
T
=
undefined
>
(
request
:
IDBRequest
<
T
>
|
IDBTransaction
,
)
:
Promise
<
T
>
Type Parameters
T
=
undefined
Parameters
request
:
IDBRequest
<
T
>
|
IDBTransaction
Returns
Promise
<
T
>
remove
remove
(
key
:
string
)
:
Promise
<
DPoPState
>
Parameters
key
:
string
Returns
Promise
<
DPoPState
>
set
set
(
key
:
string
,
value
:
DPoPState
)
:
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.