Hi, I would like to implement the RefreshToken middleware here.
When the application token is expired then it should send the Refreshtoken and It should login again with the OktaAuth2.0 authetication method.
Here we have the TokenEndpoint to get the refreshtoken, But not sure how to refresh the Token by using this endpoint.