Skip to main content

CanSetPasswordDTO

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

Request DTO for checking if user can set password.

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

Properties

PropertyTypeRequiredDescription
substringYesUser identifier (UUID v4). Trimmed and lowercased.

Example

{
"sub": "a21b654c-2746-4168-acee-c175083a65cd"
}

Used By