Directus / @directus/sdk / auth / AuthenticationStorage
Interface: AuthenticationStorage ​
Properties ​
get() ​
get: () =>
null
|AuthenticationData
|Promise
<null
|AuthenticationData
>
Returns ​
null
| AuthenticationData
| Promise
<null
| AuthenticationData
>
Defined in ​
set() ​
set: (
value
) =>unknown
Parameters ​
• value: null
| AuthenticationData
Returns ​
unknown