Skip to main content

SendVerificationSMSResponseDTO

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

Response DTO for send verification SMS operation.

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

Properties

PropertyTypeRequiredDescription
tokenIdnumberYesVerification token ID (internal use)

Example

{
"tokenId": 12345
}

Used By