useSignUp()
The useSignUp() hook provides access to the SignUpFuture object, which allows you to check the current state of a sign-up attempt and manage the sign-up flow. You can use this to create a custom sign-up flow.
Returns
- Name
signUp- Type
- SignUpFuture
- Description
The current active
SignUpFutureinstance, for use in custom flows.
- Name
errors- Type
- Errors
- Description
The errors that occurred during the last API request.
- Name
fetchStatus- Type
'idle' | 'fetching'- Description
The fetch status of the underlying
SignUpFutureresource.
Examples
For example usage of the useSignUp() hook, see the Build your own UI guide.
Feedback
Last updated on