Show / Hide Table of Contents

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>>
In this article
Back to top Powered by Volosoft