ForgotPasswordSuccessResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| message | String | Success message. | [default to null] |
| requires_email_verification | Boolean | Whether email verification is required before password reset. If true, the user should verify their email first using the verification OTP that was sent. | [optional] [default to null] |
| account_not_found | Boolean | Whether the account was not found. If true, a signup email was sent instead of a password reset email. | [optional] [default to null] |