Merge branch 'feature/CE-2260-add-ability-to-send-to-fe-and-extensive' into integration/sprint-61

This commit is contained in:
Tim Chamberlain
2025-02-21 12:36:48 -06:00

View File

@ -1236,9 +1236,8 @@ public class BaseAPIActionUtil
if(!caughtAnOAuthExpiredToken)
{
LOG.info("OAuth Expired token for [" + table.getName() + "] - retrying");
// String accessTokenKey = getOAuth2AccessTokenKey();
// backendMetaData.withCustomValue(accessTokenKey, null);
backendMetaData.withCustomValue("accessToken", null);
String accessTokenKey = getOAuth2AccessTokenKey();
backendMetaData.withCustomValue(accessTokenKey, null);
caughtAnOAuthExpiredToken = true;
}
else