Skip to main content

SetMustChangePasswordResponseDTO

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

Response DTO for setting must change password flag.

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

Properties

PropertyTypeRequiredDescription
successbooleanYesSuccess indicator. Always true on successful flag set.

Example

{
"success": true
}

Used By