Preparing search index...
The search index is not available
@notifi-network/notifi-frontend-client
@notifi-network/notifi-frontend-client
NotifiFrontendStorage
Class NotifiFrontendStorage
Implements
NotifiStorage
Index
Constructors
constructor
Methods
get
Authorization
get
Roles
has
Authorization
has
Roles
set
Authorization
set
Roles
Constructors
constructor
new
Notifi
Frontend
Storage
(
_driver
)
:
NotifiFrontendStorage
Parameters
_driver
:
Readonly
<
{
get
:
(
<
T
>
(
key
:
string
)
=>
Promise
<
null
|
T
>
)
;
has
:
(
(
key
:
string
)
=>
Promise
<
boolean
>
)
;
set
:
(
<
T
>
(
key
:
string
,
newValue
:
null
|
T
)
=>
Promise
<
void
>
)
;
}
>
Returns
NotifiFrontendStorage
Methods
get
Authorization
get
Authorization
(
)
:
Promise
<
null
|
Readonly
<
{
expiry
:
string
;
token
:
string
;
}
>
>
Returns
Promise
<
null
|
Readonly
<
{
expiry
:
string
;
token
:
string
;
}
>
>
get
Roles
get
Roles
(
)
:
Promise
<
null
|
Roles
>
Returns
Promise
<
null
|
Roles
>
has
Authorization
has
Authorization
(
)
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
has
Roles
has
Roles
(
)
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
set
Authorization
set
Authorization
(
newValue
)
:
Promise
<
void
>
Parameters
newValue
:
null
|
Readonly
<
{
expiry
:
string
;
token
:
string
;
}
>
Returns
Promise
<
void
>
set
Roles
set
Roles
(
newValue
)
:
Promise
<
void
>
Parameters
newValue
:
null
|
Roles
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
Authorization
get
Roles
has
Authorization
has
Roles
set
Authorization
set
Roles
@notifi-network/notifi-frontend-client
Loading...