Skip to main content

ieqauthprovider-interface

Defines the functions necessary to check the authorization status of the current user over EasyQuery actions

public interface Korzh.EasyQuery.Services.IEqAuthProvider

Assembly: Korzh.EasyQuery.dll

Methods

NameTypeDescription
IsAuthorizedAsync(EasyQueryManager eqManager, string action, CancellationToken ct = null)Task<bool>Determines whether the current user can get access to the the specified action.