Google Apps Script API
    Preparing search index...
    interface TokensCollection {
        get(userKey: string, clientId: string): Token;
        list(userKey: string): Tokens;
        remove(userKey: string, clientId: string): void;
    }
    Index

    Methods