Table of Contents

Class DefaultTokenQuota

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll
public class DefaultTokenQuota
Inheritance
DefaultTokenQuota
Inherited Members

Properties

Clients

This defines the fields that control the token quota for Clients

[JsonProperty("clients")]
public TokenQuota Clients { get; set; }

Property Value

TokenQuota

Organizations

This defines the fields that control the token quota for Organizations

[JsonProperty("organizations")]
public TokenQuota Organizations { get; set; }

Property Value

TokenQuota