QuickBase JS SDK v2 - v2.2.2
    Preparing search index...

    Interface TransferUserTokenResponse

    interface TransferUserTokenResponse {
        active?: boolean;
        apps?: { id?: string; name?: string; [key: string]: unknown }[];
        description?: string;
        id?: number;
        lastUsed?: string;
        name?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    active?: boolean

    Whether the user token is active.

    apps?: { id?: string; name?: string; [key: string]: unknown }[]

    The list of apps this user token is assigned to.

    Type Declaration

    • [key: string]: unknown
    • Optionalid?: string

      The unique identifier for this application.

    • Optionalname?: string

      The application's name.

    description?: string

    User Token description.

    id?: number

    User Token id.

    lastUsed?: string

    The last date this user token was used, in the ISO 8601 time format YYYY-MM-DDThh:mm:ss.sssZ (in UTC time zone).

    name?: string

    User Token name.