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