Auth0 Node.js SDK - v7.2.0
    Preparing search index...

    Interface TokenQuotaBucket

    interface TokenQuotaBucket {
        perHour?: TokenQuotaLimit;
        perDay?: TokenQuotaLimit;
    }
    Index
    perHour?: TokenQuotaLimit