Class IdentityUserClaimDto
Inherited Members
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public class IdentityUserClaimDto
Constructors
IdentityUserClaimDto()
Declaration
public IdentityUserClaimDto()
Properties
ClaimType
Declaration
public string ClaimType { get; set; }
Property Value
Type | Description |
---|---|
string |
ClaimValue
Declaration
public string ClaimValue { get; set; }
Property Value
Type | Description |
---|---|
string |
UserId
Declaration
public Guid UserId { get; set; }
Property Value
Type | Description |
---|---|
Guid |