Table of Contents

Class ResourceServer

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

Represents a resource server

public class ResourceServer : ResourceServerBase
Inheritance
ResourceServer
Derived
Inherited Members

Properties

Id

The unique id of the resource server

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

Property Value

string

Remarks

Use this id to retrieve or delete a resource server

Identifier

The identifier of the resource server

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

Property Value

string