I'm posting here again because I don't see any answers and not sure who to contact for advice on semi integration. Looking to build a non clover device android app that can communicate with clover server via REST api (create order, fetch merchant info, etc)
as OAUTH2 is required to obtain access token to REST api, and assuming this only can be done in the "web" app on clover device, what is the best practice for non clover device integration (semi integration)?
making a "web" clover app for OAUTH2 purpose only and store the token somewhere safe and using it to access clover server in my non clover device app would work ? If not, what is the best practice to get access token in non clover device app via clover's auth server