Google Apps Script API
    Preparing search index...
    interface Token {
        anonymous?: boolean;
        clientId?: string;
        displayText?: string;
        etag?: string;
        kind?: string;
        nativeApp?: boolean;
        scopes?: string[];
        userKey?: string;
    }
    Index

    Properties

    anonymous?: boolean
    clientId?: string
    displayText?: string
    etag?: string
    kind?: string
    nativeApp?: boolean
    scopes?: string[]
    userKey?: string