Skip to main content

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.

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

Properties

This DTO has no request body fields. The user's identity is resolved from the authenticated JWT token.

Example

{}

Used By