Interface IScopeAppService
Assembly: Volo.Abp.OpenIddict.Pro.Application.Contracts.dll
Syntax
public interface IScopeAppService : ICrudAppService<ScopeDto, Guid, GetScopeListInput, CreateScopeInput, UpdateScopeInput>, ICrudAppService<ScopeDto, ScopeDto, Guid, GetScopeListInput, CreateScopeInput, UpdateScopeInput>, IReadOnlyAppService<ScopeDto, ScopeDto, Guid, GetScopeListInput>, IApplicationService, IRemoteService, ICreateUpdateAppService<ScopeDto, Guid, CreateScopeInput, UpdateScopeInput>, ICreateAppService<ScopeDto, CreateScopeInput>, IUpdateAppService<ScopeDto, Guid, UpdateScopeInput>, IDeleteAppService<Guid>
Methods
GetAllScopesAsync()
Declaration
Task<List<ScopeDto>> GetAllScopesAsync()
Returns