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