protected void doGetWithToken()

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


	protected void doGetWithToken(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response, String accessToken)
	        throws IOException, ServletException {
	    handleMethodNotImplemented(request, response);
	}