@archastro/sdk
Preparing search index...
app-session
SessionStorage
Interface SessionStorage
interface
SessionStorage
{
clear
()
:
Promise
<
void
>
;
load
()
:
Promise
<
AppSession
|
null
>
;
save
(
session
:
AppSession
)
:
Promise
<
void
>
;
}
Index
Methods
clear
load
save
Methods
clear
clear
()
:
Promise
<
void
>
Returns
Promise
<
void
>
load
load
()
:
Promise
<
AppSession
|
null
>
Returns
Promise
<
AppSession
|
null
>
save
save
(
session
:
AppSession
)
:
Promise
<
void
>
Parameters
session
:
AppSession
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
clear
load
save
@archastro/sdk
Loading...