AuthCondition typedef

AuthCondition = bool Function(BaseRequest request, Response response)

Auth token condition return bool from condition BaseRequest or Response

Implementation

typedef AuthCondition = bool Function(BaseRequest request, Response response);