In getAccessToken() method
if access token is expired then all threads will renew the token.
Also if 1st thread get new token, update the start time and then 2nd thread comes (before updating the access token by 2st thread)
in this case 2nd thread get old access token
AB#7122
In getAccessToken() method
if access token is expired then all threads will renew the token.
Also if 1st thread get new token, update the start time and then 2nd thread comes (before updating the access token by 2st thread)
in this case 2nd thread get old access token
AB#7122