We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9385145 + 3f865f8 commit 7ae0cdeCopy full SHA for 7ae0cde
iterableapi/src/main/java/com/iterable/iterableapi/IterableAuthManager.java
@@ -92,6 +92,7 @@ public void run() {
92
if (isLastAuthTokenValid && !shouldIgnoreRetryPolicy) {
93
// if some JWT retry had valid token it will not fetch the auth token again from developer function
94
handleAuthTokenSuccess(IterableApi.getInstance().getAuthToken(), successCallback);
95
+ pendingAuth = false;
96
return;
97
}
98
final String authToken = authHandler.onAuthTokenRequested();
0 commit comments