Table of Contents

Class OrganizationClientGrant

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

Properties

Audience

Gets or sets the audience

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

Property Value

string

ClientId

Gets or sets the identifier of the Client

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

Property Value

string

Id

Gets or sets the identifier for a Client Grant.

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

Property Value

string

Scope

Gets or sets the list of scopes

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

Property Value

List<string>