TrustDeviceResponseDTO
Package: @nauth-toolkit/core
Type: DTO (Response)
Response DTO for trusting a device.
- NestJS
- Express
- Fastify
import { TrustDeviceResponseDTO } from '@nauth-toolkit/nestjs';
import { TrustDeviceResponseDTO } from '@nauth-toolkit/core';
import { TrustDeviceResponseDTO } from '@nauth-toolkit/core';
Properties
| Property | Type | Required | Description |
|---|---|---|---|
deviceToken | string | Yes | Device trust token (UUID v4). Store securely on client. |
Example
{
"deviceToken": "a21b654c-2746-4168-acee-c175083a65cd"
}