VerifyEmailResponseDTO
Package: @nauth-toolkit/core
Type: DTO (Response)
Response DTO for email verification operations (code-based and token-based).
- NestJS
- Express
- Fastify
import { VerifyEmailResponseDTO } from '@nauth-toolkit/nestjs';
import { VerifyEmailResponseDTO } from '@nauth-toolkit/core';
import { VerifyEmailResponseDTO } from '@nauth-toolkit/core';
Properties
| Property | Type | Required | Description |
|---|---|---|---|
message | string | Yes | Success message |
Example
{
"message": "Email verified successfully. Please log in to continue."
}