Preparing search index...
The search index is not available
Auth React SDK Reference - v0.0.3
Auth React SDK Reference
AuthContextType
Type Alias AuthContextType
Auth
Context
Type
:
{
availableLogins
:
Logins
[]
;
connect
:
(
(
)
=>
Promise
<
EthereumProvider
>
)
;
isLoggedIn
:
boolean
;
loading
:
boolean
;
loginWithLink
:
(
(
email
:
string
)
=>
Promise
<
EthereumProvider
>
)
;
loginWithSocial
:
(
(
provider
:
string
)
=>
Promise
<
EthereumProvider
>
)
;
logo
:
string
;
logout
:
(
(
)
=>
void
)
;
provider
:
EthereumProvider
;
theme
:
"light"
|
"dark"
;
user
:
UserInfo
|
null
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Docs
Auth React SDK Reference - v0.0.3
Loading...