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