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