ResendVerificationResponse
Response DTO for resending verification email
Properties
| Name | Type | Description |
|---|---|---|
| success | boolean | Whether the resend was successful |
Whether the resend was successful | ||
| message | string | A message describing the result |
A message describing the result | ||
| errorCode | string | Error code for client handling |
Error code for client handling | ||
| userEmail | string | The email address the verification was sent to (only included on success) |
The email address the verification was sent to (only included on success) | ||
JSON Example
{
"success": false,
"message": "string",
"errorCode": "string",
"userEmail": "string"
}