Files
discoursejs/docs/sdk/models/operations/getuserexternaliduserauthtokens.md

1.4 KiB

GetUserExternalIdUserAuthTokens

Example Usage

import { GetUserExternalIdUserAuthTokens } from "@lukehagar/discoursejs/sdk/models/operations";

let value: GetUserExternalIdUserAuthTokens = {
    browser: "<value>",
    clientIp: "<value>",
    createdAt: "<value>",
    device: "<value>",
    icon: "<value>",
    id: 677412,
    isActive: false,
    location: "<value>",
    os: "<value>",
    seenAt: "<value>",
};

Fields

Field Type Required Description
browser string ✔️ N/A
clientIp string ✔️ N/A
createdAt string ✔️ N/A
device string ✔️ N/A
icon string ✔️ N/A
id number ✔️ N/A
isActive boolean ✔️ N/A
location string ✔️ N/A
os string ✔️ N/A
seenAt string ✔️ N/A