SignUpSubmitPasswordResultState type
The possible states for the SignUpSubmitPasswordResult. This includes:
- SignUpAttributesRequiredState: The sign-up process requires additional attributes.
- SignUpCompletedState: The sign-up process has completed successfully.
- SignUpFailedState: The sign-up process has failed.
type SignUpSubmitPasswordResultState =
| SignUpAttributesRequiredState
| SignUpCompletedState
| SignUpFailedState