We have a few integrations that use the Clover API, and have a few questions regrading the new mandatory OAuth being rolled out in North America.
Any help would be much appreciated.
- We are currently using the Android Clover SDK to get the AUTH token. We use the following
com.clover.sdk.util.CloverAuth.authenticate(mContext, CloverAccount.getAccount(mContext))
. Has there been any changes to the way the token works with the SDK? - We have headless applications that use one time token generated from the dashboard.https://{regionURL}/setupapp/m/{Merchant_Id}/api-tokens. Has there been any changes to this?
- We have apps are deployed to both EU and US. From our understanding, the new OAuth logic can only be used for app deploy in North America. Is this correct?