Interface IMyAuthorizedServiceWithRole
Namespace: Volo.Abp.Authorization.TestServices
Assembly: Volo.Abp.Authorization.Tests.dll
Syntax
public interface IMyAuthorizedServiceWithRole
Methods
ProtectedByAnotherRole()
Declaration
Task<int> ProtectedByAnotherRole()
Returns
Type | Description |
---|---|
Task<int> |
ProtectedByRole()
Declaration
Task<int> ProtectedByRole()
Returns
Type | Description |
---|---|
Task<int> |
ProtectedByScheme()
Declaration
Task<int> ProtectedByScheme()
Returns
Type | Description |
---|---|
Task<int> |