Show / Hide Table of Contents

Class IdentityServerClaimTypeAppService

Inheritance
object
IdentityServerAppServiceBase
IdentityServerClaimTypeAppService
Implements
IIdentityServerClaimTypeAppService
IApplicationService
IRemoteService
Namespace: Volo.Abp.IdentityServer.ClaimType
Assembly: Volo.Abp.IdentityServer.Application.dll
Syntax
public class IdentityServerClaimTypeAppService : IdentityServerAppServiceBase, IIdentityServerClaimTypeAppService, IApplicationService, IRemoteService

Constructors

IdentityServerClaimTypeAppService(IIdentityClaimTypeRepository)

Declaration
public IdentityServerClaimTypeAppService(IIdentityClaimTypeRepository claimTypeRepository)
Parameters
Type Name Description
IIdentityClaimTypeRepository claimTypeRepository

Properties

ClaimTypeRepository

Declaration
protected IIdentityClaimTypeRepository ClaimTypeRepository { get; }
Property Value
Type Description
IIdentityClaimTypeRepository

Methods

GetListAsync()

Declaration
public virtual Task<List<IdentityClaimTypeDto>> GetListAsync()
Returns
Type Description
Task<List<IdentityClaimTypeDto>>

Implements

IIdentityServerClaimTypeAppService
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService
In this article
Back to top Powered by Volosoft