Class GetClientGrantsRequest
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Specifies criteria to use when querying all client grants.
public class GetClientGrantsRequest
- Inheritance
-
GetClientGrantsRequest
- 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.
public bool? AllowAnyOrganization { get; set; }
Property Value
- bool?
Audience
URL Encoded audience of a client grant to filter.
public string Audience { get; set; }
Property Value
ClientId
The Id of a client to filter by.
public string ClientId { get; set; }