Hi! I have an android app, that works on clover devices. I call CloverAuth.authenticate(context, account, false) to obtain authToken. I use this token to get extra information from clover API (https://www.clover.com/api_docs/)
Not long time ago retrieved authTokens worked well. I cloud use clover API with authTokens that were generated 3 and more days ago. But not now. I've got an authToken and tried to use clover API with it (after ~5 hours after generating), but it was expired. I guess it was expired, cause the response is "Unauthorised". Also, authTokens that were obtained earlier the same way don't work now too.
Could you please make it clear? What authToken lifetime logic is? Thanks