GetLinkedAccountsDTO
Package: @nauth-toolkit/core
Type: DTO (Request)
Request DTO for getting linked social accounts. This class has no body fields — the user is resolved from the authenticated JWT context.
- NestJS
- Express
- Fastify
import { GetLinkedAccountsDTO } from '@nauth-toolkit/nestjs';
import { GetLinkedAccountsDTO } from '@nauth-toolkit/core';
import { GetLinkedAccountsDTO } from '@nauth-toolkit/core';
Properties
This DTO has no request body fields. The user's identity is resolved from the authenticated JWT token.
Example
{}