Represents a trivial implementation of Korzh.EasyQuery.Services.IEqAuthProvider which authorize any user for any action
public class Korzh.EasyQuery.Services.EqTrivialAuthProvider
: IEqAuthProvider
Methods
Type | Name | Description |
---|---|---|
Task<Boolean> |
IsAuthorizedAsync(EasyQueryManager eqManager, String action) |
Determines whether the current user can get access to the the specified action. |