Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface TokenQuotaClientCredentials

    The token quota configuration

    interface TokenQuotaClientCredentials {
        enforce?: boolean;
        per_day?: number;
        per_hour?: number;
    }
    Index

    Properties

    enforce?: boolean

    If enabled, the quota will be enforced and requests in excess of the quota will fail. If disabled, the quota will not be enforced, but notifications for requests exceeding the quota will be available in logs.

    per_day?: number

    Maximum number of issued tokens per day

    per_hour?: number

    Maximum number of issued tokens per hour