Spring security oauth2 do not refresh access token till it expired

Viewed 20

I want use grant type with refresh_token to get access. however each time use refresh token the access token will refreshed. May I know if there is any method that can make the access token not refresh until it expired with refresh_token gratn type in spring security oauth 2

0 Answers
Related