Preparing search index...
The search index is not available
@me2em/react - React bindings
@me2em/react - React bindings
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/react - React bindings
Loading...
Reload the cache for the current identity (after sync).