ResendCodeResponseDTO
Package: @nauth-toolkit/core
Type: DTO (Response)
Response DTO for resending verification codes.
- NestJS
- Express
- Fastify
import { ResendCodeResponseDTO } from '@nauth-toolkit/nestjs';
import { ResendCodeResponseDTO } from '@nauth-toolkit/core';
import { ResendCodeResponseDTO } from '@nauth-toolkit/core';
Properties
| Property | Type | Required | Description |
|---|---|---|---|
destination | string | Yes | Masked destination where code was sent. Email: "ur@example.com", Phone: "+15678". |
Example
{
"destination": "u***r@example.com"
}