Authorizes the user based on the ACL and API key information.
A Promise that resolves to true if the user is authorized, or a ResponseErrorType object if not authorized.
Static
hasChecks if a user has permission based on the provided route ACLs and user ACLs.
Returns true if the user has permission, otherwise returns an error object.
A class representing ACL authorization logic for API routes.