Interface IIdentityResourceAppService
Assembly: Volo.Abp.IdentityServer.Application.Contracts.dll
Syntax
public interface IIdentityResourceAppService : ICrudAppService<IdentityResourceWithDetailsDto, Guid, GetIdentityResourceListInput, CreateIdentityResourceDto, UpdateIdentityResourceDto>, ICrudAppService<IdentityResourceWithDetailsDto, IdentityResourceWithDetailsDto, Guid, GetIdentityResourceListInput, CreateIdentityResourceDto, UpdateIdentityResourceDto>, IReadOnlyAppService<IdentityResourceWithDetailsDto, IdentityResourceWithDetailsDto, Guid, GetIdentityResourceListInput>, IApplicationService, IRemoteService, ICreateUpdateAppService<IdentityResourceWithDetailsDto, Guid, CreateIdentityResourceDto, UpdateIdentityResourceDto>, ICreateAppService<IdentityResourceWithDetailsDto, CreateIdentityResourceDto>, IUpdateAppService<IdentityResourceWithDetailsDto, Guid, UpdateIdentityResourceDto>, IDeleteAppService<Guid>
Methods
CreateStandardResourcesAsync()
Declaration
Task CreateStandardResourcesAsync()
Returns
GetAllListAsync()
Declaration
Task<List<IdentityResourceWithDetailsDto>> GetAllListAsync()
Returns