We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
intercept in AuthInterceptor should return the value from execute; setInterceptors works only with a List<ClientHttpRequestInterceptor>. The generic Arrays.asList() will however crete a List<MyAuthInterceptor>. Corrected the code snippets
Updated Authenticated Rest Client (markdown)
Created Authenticated Rest Client (markdown)