Show / Hide Table of Contents

Interface IScopeAppService

Namespace: Volo.Abp.OpenIddict.Scopes
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
Type Description
Task<List<ScopeDto>>
In this article
Back to top Powered by Volosoft