Table of Contents

Class Grant

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

Properties

Audience

[JsonProperty("audience")]
public string Audience { get; set; }

Property Value

string

ClientId

[JsonProperty("clientID")]
public string ClientId { get; set; }

Property Value

string

Id

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

Property Value

string

Scope

[JsonProperty("scope")]
public IList<string> Scope { get; set; }

Property Value

IList<string>

UserId

[JsonProperty("user_id")]
public string UserId { get; set; }

Property Value

string