Table of Contents

Class ClientResourceServerAssociation

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

Properties

Identifier

The resource server (API) identifier.

[JsonProperty("identifier")]
public string Identifier { get; set; }

Property Value

string

Scopes

The scopes granted to the client to access the resource server.

[JsonProperty("scopes")]
public string[] Scopes { get; set; }

Property Value

string[]