Back to Node Auth0

Interface TokenQuotaClientCredentials

docs/interfaces/management.Management.TokenQuotaClientCredentials.html

5.9.11.0 KB
Original Source

Interface TokenQuotaClientCredentials

The token quota configuration

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

Index

Properties

enforce?per_day?per_hour?

Properties

Optionalenforce

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.

Optionalper_day

per_day?: number

Maximum number of issued tokens per day

Optionalper_hour

per_hour?: number

Maximum number of issued tokens per hour

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties enforceper_dayper_hour