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