Skip to main content

ResendVerificationSMSResponseDTO

Package: @nauth-toolkit/core Type: DTO (Response)

Response DTO for resend verification SMS operation.

import { ResendVerificationSMSResponseDTO } from '@nauth-toolkit/nestjs';

Properties

PropertyTypeRequiredDescription
tokenIdnumberYesVerification token ID (internal use)

Example

{
"tokenId": 12345
}

Used By