GitHub
Preparing search index...
The search index is not available
Documentation
Documentation
@forgerock/storage
StorageClient
Interface StorageClient<Value>
interface
StorageClient
<
Value
>
{
get
:
()
=>
Promise
<
null
|
Value
|
GenericError
>
;
remove
:
()
=>
Promise
<
void
>
;
set
:
(
value
:
Value
,
)
=>
Promise
<
void
|
{
code
:
string
;
message
:
string
;
type
:
string
}
>
;
}
Type Parameters
Value
Index
Properties
get
remove
set
Properties
get
get
:
()
=>
Promise
<
null
|
Value
|
GenericError
>
remove
remove
:
()
=>
Promise
<
void
>
set
set
:
(
value
:
Value
,
)
=>
Promise
<
void
|
{
code
:
string
;
message
:
string
;
type
:
string
}
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
get
remove
set
GitHub
Documentation
Loading...