Preparing search index...
The search index is not available
me2em Protocol API Reference - v0.1.0-alpha.1
me2em Protocol API Reference
UseIdentityContextResult
Interface UseIdentityContextResult
interface
UseIdentityContextResult
{
context
:
null
|
IdentityContextData
;
isLoaded
:
boolean
;
error
:
null
|
string
;
save
:
(
(
data
:
IdentityContextData
)
=>
Promise
<
void
>
)
;
clear
:
(
(
)
=>
Promise
<
void
>
)
;
refresh
:
(
(
)
=>
Promise
<
void
>
)
;
}
Index
Properties
context
is
Loaded
error
save
clear
refresh
Properties
context
context
:
null
|
IdentityContextData
is
Loaded
is
Loaded
:
boolean
error
error
:
null
|
string
save
save
:
(
(
data
:
IdentityContextData
)
=>
Promise
<
void
>
)
clear
clear
:
(
(
)
=>
Promise
<
void
>
)
refresh
refresh
:
(
(
)
=>
Promise
<
void
>
)
Reload the cache for the current identity (after sync).
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
is
Loaded
error
save
clear
refresh
me2em Protocol API Reference - v0.1.0-alpha.1
Loading...
Reload the cache for the current identity (after sync).