GitHub
Preparing search index...
The search index is not available
Documentation
Documentation
@forgerock/sdk-types
CustomStorageObject
Interface CustomStorageObject
API for implementing a custom token store
interface
CustomStorageObject
{
get
:
(
key
:
string
)
=>
Promise
<
null
|
string
>
;
remove
:
(
key
:
string
)
=>
Promise
<
void
>
;
set
:
(
key
:
string
,
valueToSet
:
string
)
=>
Promise
<
void
>
;
}
Index
Properties
get
remove
set
Properties
get
get
:
(
key
:
string
)
=>
Promise
<
null
|
string
>
remove
remove
:
(
key
:
string
)
=>
Promise
<
void
>
set
set
:
(
key
:
string
,
valueToSet
:
string
)
=>
Promise
<
void
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
get
remove
set
GitHub
Documentation
Loading...
API for implementing a custom token store