Show / Hide Table of Contents

Class ScopeDto

Inheritance
object
ScopeDto
Namespace: Volo.Abp.OpenIddict.Scopes.Dtos
Assembly: Volo.Abp.OpenIddict.Pro.Application.Contracts.dll
Syntax
public class ScopeDto : ExtensibleEntityDto<Guid>

Constructors

ScopeDto()

Declaration
public ScopeDto()

Properties

BuildIn

Declaration
public bool BuildIn { get; set; }
Property Value
Type Description
bool

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
string

DisplayName

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
string

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Resources

Declaration
public HashSet<string> Resources { get; set; }
Property Value
Type Description
HashSet<string>
In this article
Back to top Powered by Volosoft