Documentation
Preparing search index...
@tidal-music/auth
StorageAdapter
Type Alias StorageAdapter
type
StorageAdapter
=
{
load
(
key
:
string
)
:
Promise
<
string
|
null
>
;
remove
(
key
:
string
)
:
Promise
<
void
>
;
save
(
key
:
string
,
value
:
string
)
:
Promise
<
void
>
;
}
Index
Methods
load
remove
save
Methods
load
load
(
key
:
string
)
:
Promise
<
string
|
null
>
Parameters
key
:
string
Returns
Promise
<
string
|
null
>
remove
remove
(
key
:
string
)
:
Promise
<
void
>
Parameters
key
:
string
Returns
Promise
<
void
>
save
save
(
key
:
string
,
value
:
string
)
:
Promise
<
void
>
Parameters
key
:
string
value
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
load
remove
save
Documentation
Loading...