LogoutDTO
Package: @nauth-toolkit/core
Type: DTO (Request)
Data transfer object for logging out from the current authenticated session.
- NestJS
- Express
- Fastify
import { LogoutDTO } from '@nauth-toolkit/nestjs';
import { LogoutDTO } from '@nauth-toolkit/core';
import { LogoutDTO } from '@nauth-toolkit/core';
Properties
| Property | Type | Required | Description |
|---|---|---|---|
forgetMe | boolean | No | If true, also removes trusted device. Default: false. |
Example
{
"forgetMe": false
}