Preparing search index...
The search index is not available
@openfort/ecosystem-js - v0.1.9
@openfort/ecosystem-js
react
OpenfortContextValue
Interface OpenfortContextValue
interface
OpenfortContextValue
{
isLoading
:
boolean
;
isAuthenticated
:
boolean
;
isReady
:
boolean
;
user
?:
User
;
error
?:
Error
;
login
:
(
(
options
?:
LoginOptions
)
=>
Promise
<
void
>
)
;
logout
:
(
(
)
=>
Promise
<
void
>
)
;
navigateTo
:
(
(
appState
?:
AppState
)
=>
void
)
;
handleWalletRecovery
:
(
(
recoveryProps
:
RecoveryProps
)
=>
void
)
;
configuration
:
OpenfortProviderProps
;
}
Index
Properties
is
Loading
is
Authenticated
is
Ready
user?
error?
login
logout
navigate
To
handle
Wallet
Recovery
configuration
Properties
is
Loading
is
Loading
:
boolean
is
Authenticated
is
Authenticated
:
boolean
is
Ready
is
Ready
:
boolean
Optional
user
user
?:
User
Optional
error
error
?:
Error
login
login
:
(
(
options
?:
LoginOptions
)
=>
Promise
<
void
>
)
logout
logout
:
(
(
)
=>
Promise
<
void
>
)
navigate
To
navigate
To
:
(
(
appState
?:
AppState
)
=>
void
)
handle
Wallet
Recovery
handle
Wallet
Recovery
:
(
(
recoveryProps
:
RecoveryProps
)
=>
void
)
configuration
configuration
:
OpenfortProviderProps
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Loading
is
Authenticated
is
Ready
user
error
login
logout
navigate
To
handle
Wallet
Recovery
configuration
@openfort/ecosystem-js - v0.1.9
Loading...