Class QuotaLimit
- Namespace
- Auth0.Core.Exceptions
- Assembly
- Auth0.Core.dll
Represents the structure of the quota limit headers returned as part of the response.
public class QuotaLimit
- Inheritance
-
QuotaLimit
- Inherited Members
Properties
Quota
The current configured quota
public int Quota { get; set; }
Property Value
Remaining
The remaining quota
public int Remaining { get; set; }
Property Value
ResetAfter
Remaining number of seconds when the quota resets.
public int ResetAfter { get; set; }