in src/main/java/org/apache/sling/auth/oauth_client/support/OAuthEnabledSlingServlet.java [92:95]
protected void doGeneric(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response)
throws ServletException, IOException {
handleRequestWithToken(request, response, request.getMethod());
}