You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that com.paypal.sdk.authentication.ClientCredentialsAuthManager#fetchTokenAsync(java.util.Map<java.lang.String,java.lang.Object>) is not alined with com.paypal.sdk.authentication.ClientCredentialsAuthManager#fetchToken(java.util.Map<java.lang.String,java.lang.Object>)
where in fetchToken set of expiresIn is set and later used to check if a token is expired or not, it stays always NULL thus the check **isTokenExpired** is always `false'.
The text was updated successfully, but these errors were encountered:
Thanks for the report! We're going to do a release soon that will include a fix for this issue. I'll comment here when that goes out to give you and anyone watching this issue a heads up.
Hello,
I noticed that com.paypal.sdk.authentication.ClientCredentialsAuthManager#fetchTokenAsync(java.util.Map<java.lang.String,java.lang.Object>) is not alined with com.paypal.sdk.authentication.ClientCredentialsAuthManager#fetchToken(java.util.Map<java.lang.String,java.lang.Object>)
where in fetchToken set of expiresIn is set and later used to check if a token is expired or not, it stays always NULL thus the check
**isTokenExpired**
is always `false'.The text was updated successfully, but these errors were encountered: