Skip to main content

ChangePasswordResponseDTO

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

Response DTO for changing password.

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

Properties

PropertyTypeRequiredDescription
successbooleanYesSuccess indicator. Always true on successful password change.

Example

{
"success": true
}

Used By