Table of Contents

Class ClientGrant

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll

Represents a Client Grant

public class ClientGrant : ClientGrantBase
Inheritance
ClientGrant
Inherited Members

Properties

Id

Gets or sets the identifier for a Client Grant.

[JsonProperty("id")]
public string Id { get; set; }

Property Value

string