SetMustChangePasswordDTO
Package: @nauth-toolkit/core
Type: DTO (Request)
Data transfer object for requiring a user to change their password on next login.
- NestJS
- Express
- Fastify
import { SetMustChangePasswordDTO } from '@nauth-toolkit/nestjs';
import { SetMustChangePasswordDTO } from '@nauth-toolkit/core';
import { SetMustChangePasswordDTO } from '@nauth-toolkit/core';
Properties
| Property | Type | Required | Description |
|---|---|---|---|
sub | string | Yes | User sub (UUID v4). Trimmed and lowercased. |
Example
{
"sub": "a21b654c-2746-4168-acee-c175083a65cd"
}