SetMustChangePasswordResponseDTO
Package: @nauth-toolkit/core
Type: DTO (Response)
Response DTO for setting must change password flag.
- NestJS
- Express
- Fastify
import { SetMustChangePasswordResponseDTO } from '@nauth-toolkit/nestjs';
import { SetMustChangePasswordResponseDTO } from '@nauth-toolkit/core';
import { SetMustChangePasswordResponseDTO } from '@nauth-toolkit/core';
Properties
| Property | Type | Required | Description |
|---|---|---|---|
success | boolean | Yes | Success indicator. Always true on successful flag set. |
Example
{
"success": true
}