Class QuotaLimit
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Represents a single quota bucket returned in the Auth0 quota limit headers.
public sealed class QuotaLimit
- Inheritance
-
QuotaLimit
- Inherited Members
- Extension Methods
Properties
Quota
The current configured quota.
public long Quota { get; init; }
Property Value
Remaining
The remaining quota.
public long Remaining { get; init; }
Property Value
ResetAfter
The number of seconds until the quota resets.
public int ResetAfter { get; init; }