Class ClientGrantBase
- Namespace
- Auth0.Management
Api .Models
- Assembly
- Auth0.ManagementApi.dll
Base class for Client Grants
- Inheritance
-
Client
Grant Base
- Derived
- Inherited Members
Properties
AllowAnyOrganization
If enabled, any organization can be used with this grant. If disabled (default), the grant must be explicitly assigned to the desired organizations.
Property Value
- bool?
Audience
Gets or sets the audience
Property Value
ClientId
Gets or sets the identifier of the Client
Property Value
OrganizationUsage
Defines whether organizations can be used with client credentials exchanges for this grant. (defaults to deny when not defined)
[JsonProperty("organization_usage")]
[JsonConverter(typeof(StringEnumConverter))]
public OrganizationUsage? OrganizationUsage { get; set; }
Property Value
Remarks
Possible values: [deny, allow, require]
Scope
Gets or sets the list of scopes