Synchronize only refreshing of tokens that that the initial requests when an accessToken expires. This way callbacks can be made in parallel as long as the tokens are valid.
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Synchronize only refreshing of tokens that that the initial requests when an accessToken expires. This way callbacks can be made in parallel as long as the tokens are valid.