Table of Contents

Class ResourceServerScope

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

Defines a scope for a resource server

public class ResourceServerScope
Inheritance
ResourceServerScope
Inherited Members

Properties

Description

A user-friendly description of the scope

[JsonProperty("description")]
public string Description { get; set; }

Property Value

string

Value

The scope value

[JsonProperty("value")]
public string Value { get; set; }

Property Value

string