mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
CE-2260: fixes to oath with variants
This commit is contained in:
@ -1256,9 +1256,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