SignalCD Modern PoC API
Preparing search index...
identity/src
MemoryIdentityStorage
Class MemoryIdentityStorage
Implements
IdentityStorage
Index
Constructors
constructor
Methods
close
delete
Local
Identity
load
Local
Identity
load
Remote
Identity
save
Local
Identity
save
Remote
Identity
Constructors
constructor
new
MemoryIdentityStorage
()
:
MemoryIdentityStorage
Returns
MemoryIdentityStorage
Methods
close
close
()
:
Promise
<
void
>
Returns
Promise
<
void
>
delete
Local
Identity
deleteLocalIdentity
()
:
Promise
<
void
>
Returns
Promise
<
void
>
load
Local
Identity
loadLocalIdentity
()
:
Promise
<
UserIdentity
|
undefined
>
Returns
Promise
<
UserIdentity
|
undefined
>
load
Remote
Identity
loadRemoteIdentity
(
userId
:
string
)
:
Promise
<
RemoteIdentity
|
undefined
>
Parameters
userId
:
string
Returns
Promise
<
RemoteIdentity
|
undefined
>
save
Local
Identity
saveLocalIdentity
(
identity
:
UserIdentity
)
:
Promise
<
void
>
Parameters
identity
:
UserIdentity
Returns
Promise
<
void
>
save
Remote
Identity
saveRemoteIdentity
(
identity
:
RemoteIdentity
)
:
Promise
<
void
>
Parameters
identity
:
RemoteIdentity
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
close
delete
Local
Identity
load
Local
Identity
load
Remote
Identity
save
Local
Identity
save
Remote
Identity
SignalCD Modern PoC API
Loading...