ResendVerificationEmailResponseDTO
Package: @nauth-toolkit/core
Type: DTO (Response)
Response DTO for resend verification email operation.
- NestJS
- Express
- Fastify
import { ResendVerificationEmailResponseDTO } from '@nauth-toolkit/nestjs';
import { ResendVerificationEmailResponseDTO } from '@nauth-toolkit/core';
import { ResendVerificationEmailResponseDTO } from '@nauth-toolkit/core';
Properties
| Property | Type | Required | Description |
|---|---|---|---|
tokenId | number | Yes | Verification token ID (internal use) |
Example
{
"tokenId": 12345
}