I wonder how can I extrat refresh token value using Spring Boot and Spring Security OAuth2?
There are plans for implementing Refresh Token Repository but for now is there any easy way to intercept this value?
Clarification: This is client application. I'm using 3rd party resource server, Spring Boot 2.x, Spring Security 5.x and Spring Security OAuth2 2.3.x