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