useSignUp()
The useSignUp() hook provides access to the SignUpFuture
Returns
- Name
signUp- Type
- SignUpFuture
JavaScript Icon - Description
The current active
SignUpFutureinstance, for use in custom flows.
- Name
errors- Type
- Errors
JavaScript Icon - 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