Skip to main content

VerifyMFASetupResponseDTO

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

Response returned when an authenticated user completes MFA device setup verification. Contains the ID of the newly created device.

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

Properties

PropertyTypeDescription
deviceIdnumberID of the newly created MFA device

Example

{
"deviceId": 42
}

Used By