
SushmaN.16620 (Customer) asked a question.
am creating a token using
URL: https://dev-325388.okta.com/oauth2/default/v1/token
and refreshing the token using refresh_token in the post request and also grant_type as refresh_token with refresh_tokenID sent from the previous call. The refresh token generates a new access _token and returns the same refresh_tokenID but the previous access_tokenID is active

Hi Sushma,
Refresh token procedure is used to generate new tokens in order to keep the single sign-on to a specific client. If you would like to revoke access tokens, the best solution is to use the /revoke endpoint.
Dragos Gaftoneanu
Developer Support Engineer
Okta Global Customer Care