@inrupt/solid-client-authn-node
Preparing search index...
IStorage
Interface IStorage
Interface that various platforms should implement for their own storage implementation
interface
IStorage
{
delete
:
(
key
:
string
)
=>
Promise
<
void
>
;
get
:
(
key
:
string
)
=>
Promise
<
undefined
|
string
>
;
set
:
(
key
:
string
,
value
:
string
)
=>
Promise
<
void
>
;
}
Index
Properties
delete
get
set
Properties
delete
delete
:
(
key
:
string
)
=>
Promise
<
void
>
get
get
:
(
key
:
string
)
=>
Promise
<
undefined
|
string
>
set
set
:
(
key
:
string
,
value
:
string
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
delete
get
set
@inrupt/solid-client-authn-node
Loading...
Interface that various platforms should implement for their own storage implementation