useSignIn()
The useSignIn() hook provides access to the SignInFuture
Returns
- Name
signIn- Type
- SignInFuture
JavaScript Icon - Description
The current active
SignInFutureinstance, 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
SignInFutureresource.
Examples
For example usage of the useSignIn() hook, see the Build your own UI guide.
Feedback
Last updated on