IEqAuthProvider interface
Defines the functions necessary to check the authorization status of the current user over EasyQuery actions
public interface Korzh.EasyQuery.Services.IEqAuthProvider
Methods
Section titled “Methods”Type | Name | Description |
---|---|---|
Task<Boolean> | IsAuthorizedAsync(EasyQueryManager eqManager, String action) | Determines whether the current user can get access to the the specified action. |