Class IdentityServerClaimTypeAppService
Inheritance
IdentityServerClaimTypeAppService
Assembly: Volo.Abp.IdentityServer.Application.dll
Syntax
public class IdentityServerClaimTypeAppService : IdentityServerAppServiceBase, IAvoidDuplicateCrossCuttingConcerns, IValidationEnabled, IUnitOfWorkEnabled, IAuditingEnabled, IGlobalFeatureCheckingEnabled, ITransientDependency, IIdentityServerClaimTypeAppService, IApplicationService, IRemoteService
Constructors
IdentityServerClaimTypeAppService(IIdentityClaimTypeRepository)
Declaration
public IdentityServerClaimTypeAppService(IIdentityClaimTypeRepository claimTypeRepository)
Parameters
Properties
ClaimTypeRepository
Declaration
protected IIdentityClaimTypeRepository ClaimTypeRepository { get; }
Property Value
Methods
GetListAsync()
Declaration
public virtual Task<List<IdentityClaimTypeDto>> GetListAsync()
Returns
Implements
Extension Methods