Table of Contents

Class DefaultTokenQuota

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Token Quota configuration, to configure quotas for token issuance for clients and organizations. Applied to all clients and organizations unless overridden in individual client or organization settings.

[Serializable]
public record DefaultTokenQuota : IJsonOnDeserialized, IEquatable<DefaultTokenQuota>
Inheritance
DefaultTokenQuota
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Clients

[JsonPropertyName("clients")]
public TokenQuotaConfiguration? Clients { get; set; }

Property Value

TokenQuotaConfiguration

Organizations

[JsonPropertyName("organizations")]
public TokenQuotaConfiguration? Organizations { get; set; }

Property Value

TokenQuotaConfiguration

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.