FutureverseAuthProvider
It supplies session-related methods and variable objects to the children and exposes the following properties:
signer
signIn()
signOut()
authClient
userSession
authMethod
isFetchingSession
Information and examples of the properties above can be found on theuseAuth()
page.
In the code below, we instantiate FutureverseAuthClient
and pass the initialized variable authClient
as the provider's property.
authClient
is a required property.
Example:
Last updated