SignInSubmitPasswordResultState type
The possible states of the SignInSubmitPasswordResult. This includes:
- SignInCompletedState: The sign-in process has completed successfully.
- SignInFailedState: The sign-in process has failed.
- AuthMethodRegistrationRequiredState: The sign-in process requires authentication method registration.
type SignInSubmitPasswordResultState =
| SignInCompletedState
| SignInFailedState
| AuthMethodRegistrationRequiredState