Interface TokenQuotaClientCredentials

The token quota configuration

Hierarchy

  • TokenQuotaClientCredentials

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