[oauth.token_renewal] renew_access_token_per_request= "true"
I set this to the deployment.toml file in wso2 IAM. I generated access token, use it in a API it works fine, When i regenerate access token, the old one should get expires but in my case it does not expired. And if i does not hit api for 4 to 5 minutes it get expired due to renew property
I want that if access token regenerated the old one should expired instantly.