mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 21:20:45 +00:00
Merge branch 'feature/CE-2260-add-ability-to-send-to-fe-and-extensive' into integration/sprint-61
This commit is contained in:
@ -1236,9 +1236,8 @@ public class BaseAPIActionUtil
|
|||||||
if(!caughtAnOAuthExpiredToken)
|
if(!caughtAnOAuthExpiredToken)
|
||||||
{
|
{
|
||||||
LOG.info("OAuth Expired token for [" + table.getName() + "] - retrying");
|
LOG.info("OAuth Expired token for [" + table.getName() + "] - retrying");
|
||||||
// String accessTokenKey = getOAuth2AccessTokenKey();
|
String accessTokenKey = getOAuth2AccessTokenKey();
|
||||||
// backendMetaData.withCustomValue(accessTokenKey, null);
|
backendMetaData.withCustomValue(accessTokenKey, null);
|
||||||
backendMetaData.withCustomValue("accessToken", null);
|
|
||||||
caughtAnOAuthExpiredToken = true;
|
caughtAnOAuthExpiredToken = true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user