mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-11 12:59:04 +00:00
If there were multiple concurrent requests at a time at which the OAuth token had expired, only a single request would be retried. The other requests would fail because of the expired token, but not be retried and so the failures would be propagated to the caller.