Skip to main content

TrustDeviceResponseDTO

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

Response DTO for trusting a device.

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

Properties

PropertyTypeRequiredDescription
deviceTokenstringYesDevice trust token (UUID v4). Store securely on client.

Example

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

Used By