First of all the refresh token just randomly does not work anymore after some successful calls. I get following error message:
Exception: Request failed for https://auth-ger.bullhornstaffing.com returned code 400. Truncated server response: {
"error" : "invalid_grant",
"error_description" : "Invalid, expired, or revoked refresh token."
Ok I could handle that by getting new tokens via the authorization code. But also this one does not work.
I get this error message:
Exception: Request failed for https://auth-ger.bullhornstaffing.com returned code 400. Truncated server response: {
"error" : "invalid_grant",
"error_description" : "Invalid, expired, or revoked authorization code."
I always had a workaround by programmatically creating a new authorization code. But also this is not possible anymore.
- I use always the same swim lane with -ger
- The tokens are only used from one account and not parallel