I understand that in the android application running on the clover device, I can check if the Clover Account is valid as follows:
CloverAccount.getAccount(this);
Essentially, I want to send/receive data from my android app to my web server. If my app verifies that the clover account is valid, then im assuming that the merchant is valid and it is safe to send/receive data from my webserver.
I don’t think I need to use oAuth
Is this a suitable approach?