Skip to content

EqTrivialAuthProvider class

Represents a trivial implementation of Korzh.EasyQuery.Services.IEqAuthProvider which authorize any user for any action

public class Korzh.EasyQuery.Services.EqTrivialAuthProvider
: IEqAuthProvider
TypeNameDescription
Task<Boolean>IsAuthorizedAsync(EasyQueryManager eqManager, String action)Determines whether the current user can get access to the the specified action.