CanSetPasswordDTO
Package: @nauth-toolkit/core
Type: DTO (Request)
Request DTO for checking if user can set password.
- NestJS
- Express
- Fastify
import { CanSetPasswordDTO } from '@nauth-toolkit/nestjs';
import { CanSetPasswordDTO } from '@nauth-toolkit/core';
import { CanSetPasswordDTO } from '@nauth-toolkit/core';
Properties
| Property | Type | Required | Description |
|---|---|---|---|
sub | string | Yes | User identifier (UUID v4). Trimmed and lowercased. |
Example
{
"sub": "a21b654c-2746-4168-acee-c175083a65cd"
}