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