Table of Contents

Class GetGrantsRequest

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

Properties

Audience

Audience of the grants to retrieve.

public string Audience { get; set; }

Property Value

string

ClientId

Id of the client of the grants to retrieve.

public string ClientId { get; set; }

Property Value

string

UserId

Id of the user of the grants to retrieve.

public string UserId { get; set; }

Property Value

string