I am trying to recover the access token but I am encountering this error. The same code has worked a few months ago but now it is not working.
Account account = CloverAccount.getAccount(context); CloverAuth.AuthResult authResult = CloverAuth.authenticate(context, account);
Result:
I'm using Emulator with Clover Station 2018 profile.
Clover Android SDK 221.9
Am I doing something wrong or is it an issue?
Thanks