Class ApiResourceScopeDto
Inherited Members
Namespace: Volo.Abp.IdentityServer.ApiResource.Dtos
Assembly: Volo.Abp.IdentityServer.Application.Contracts.dll
Syntax
public class ApiResourceScopeDto
Constructors
ApiResourceScopeDto()
Declaration
public ApiResourceScopeDto()
Properties
ApiResourceId
Declaration
public Guid ApiResourceId { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Scope
Declaration
public string Scope { get; set; }
Property Value
Type | Description |
---|---|
string |