updateTokenHandler usually contains a request for refreshing accessToken, but in some APIs this request can get 401 Unauthorized error (for example, when refreshToken is outdated as well). In this case RefreshTokenPlugin gets locked by mutex, and no other requests can be executed
updateTokenHandlerusually contains a request for refreshingaccessToken, but in some APIs this request can get401 Unauthorizederror (for example, whenrefreshTokenis outdated as well). In this caseRefreshTokenPlugingets locked by mutex, and no other requests can be executed