Trello.js - API library
    Preparing search index...

    Interface GetToken

    interface GetToken {
        fields?: string[] | "all";
        token: string;
        webhooks?: boolean;
    }
    Index

    Properties

    fields?: string[] | "all"

    all or a comma-separated list of dateCreated, dateExpires, idMember, identifier, permissions

    token: string
    webhooks?: boolean

    Determines whether to include webhooks.