Table of Contents

Class OpenIddictScopeDescriptor

Namespace
OpenIddict.Abstractions
Assembly
OpenIddict.Abstractions.dll

Represents an OpenIddict scope descriptor.

public class OpenIddictScopeDescriptor
Inheritance
OpenIddictScopeDescriptor
Inherited Members

Constructors

OpenIddictScopeDescriptor()

public OpenIddictScopeDescriptor()

Properties

Description

Gets or sets the description associated with the scope.

public string? Description { get; set; }

Property Value

string

Descriptions

Gets the localized descriptions associated with the scope.

public Dictionary<CultureInfo, string> Descriptions { get; }

Property Value

Dictionary<CultureInfo, string>

DisplayName

Gets or sets the display name associated with the scope.

public string? DisplayName { get; set; }

Property Value

string

DisplayNames

Gets the localized display names associated with the scope.

public Dictionary<CultureInfo, string> DisplayNames { get; }

Property Value

Dictionary<CultureInfo, string>

Name

Gets or sets the unique name associated with the scope.

public string? Name { get; set; }

Property Value

string

Properties

Gets the additional properties associated with the scope.

public Dictionary<string, JsonElement> Properties { get; }

Property Value

Dictionary<string, JsonElement>

Resources

Gets the resources associated with the scope.

public HashSet<string> Resources { get; }

Property Value

HashSet<string>