Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class Duende.​IdentityServer.​Models.​ApiScope

Assembly: Duende.IdentityServer.Storage

Inheritance: object → Resource → ApiScope

Models access to an API scope

Properties

public bool
Required
Specifies whether the user can de-select the scope on the consent screen. Defaults to false.
public bool
Emphasize
Specifies whether the consent screen will emphasize this scope. Use this setting for sensitive or important scopes. Defaults to false.
public bool
Enabled
Indicates if this resource is enabled. Defaults to true.
public string
Name
The unique name of the resource.
public string
DisplayName
Display name of the resource.
public string
Description
Description of the resource.
public bool
ShowInDiscoveryDocument
Specifies whether this scope is shown in the discovery document. Defaults to true.
List of associated user claims that should be included when this resource is requested.
Properties
Gets or sets the custom properties for the resource.

Methods

public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object