Interface IMyAuthorizedServiceWithRole
Assembly: Volo.Abp.Authorization.Tests.dll
Syntax
public interface IMyAuthorizedServiceWithRole
Methods
ProtectedByAnotherRole()
Declaration
Task<int> ProtectedByAnotherRole()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<TResult><int> |
|
ProtectedByRole()
Declaration
Task<int> ProtectedByRole()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<TResult><int> |
|
ProtectedByScheme()
Declaration
Task<int> ProtectedByScheme()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<TResult><int> |
|
Extension Methods