Show / Hide Table of Contents

Interface IIdentityResourceAppService

Namespace: Volo.Abp.IdentityServer.IdentityResource
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
Type Description
Task

GetAllListAsync()

Declaration
Task<List<IdentityResourceWithDetailsDto>> GetAllListAsync()
Returns
Type Description
Task<List<IdentityResourceWithDetailsDto>>
In this article
Back to top Powered by Volosoft