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