Table of Contents

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

int

Remaining

The remaining quota

public int Remaining { get; set; }

Property Value

int

ResetAfter

Remaining number of seconds when the quota resets.

public int ResetAfter { get; set; }

Property Value

int