Interface IIdentityServerClaimTypeAppService
Namespace: Volo.Abp.IdentityServer.ClaimType
Assembly: Volo.Abp.IdentityServer.Application.Contracts.dll
Syntax
public interface IIdentityServerClaimTypeAppService : IApplicationService, IRemoteService
Methods
GetListAsync()
Declaration
Task<List<IdentityClaimTypeDto>> GetListAsync()
Returns
Type | Description |
---|---|
Task<List<IdentityClaimTypeDto>> |