In my Spartacus application(version 1.4.3) , I want to avoid a http post call made from refreshToken method in user-authentication-token.service.ts as we are having a separate setup for user login.
So I need to override the refreshToken method to avoid the http post method happening inside that method. Please let me know if there is a way to do it .