protected void doPost()

in src/main/java/org/apache/sling/auth/oauth_client/support/OAuthEnabledSlingServlet.java [74:77]


    protected void doPost(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response)
            throws ServletException, IOException {
        handleRequestWithToken(request, response, METHOD_POST);
    }