ResendCodeDTO
Package: @nauth-toolkit/core
Type: DTO (Request)
Data transfer object for resending verification codes during authentication challenges.
- NestJS
- Express
- Fastify
import { ResendCodeDTO } from '@nauth-toolkit/nestjs';
import { ResendCodeDTO } from '@nauth-toolkit/core';
import { ResendCodeDTO } from '@nauth-toolkit/core';
Properties
| Property | Type | Required | Description |
|---|---|---|---|
session | string | Yes | Challenge session token. UUID v4 format. Trimmed and lowercased. |
Example
{
"session": "a21b654c-2746-4168-acee-c175083a65cd"
}