I wanted to know if I can generate Oauth code without having to build an app. Can every merchant have an oauth code without having a website that Oauth demands to create the token?
I wanted to know if I can generate Oauth code without having to build an app. Can every merchant have an oauth code without having a website that Oauth demands to create the token?
Are you looking to generate the code that is specific to the Oauth flow? Or just want an access token without going through the OAuth flow?
Both cases require an app to be developed. AFAIK, OAuth flow requires a redirect url to work (webapp); if you don't want that, you can create an Android app that pulls an access token post-installation via CloverAuth.authenticate() and you cache the token on your secure server for your later use.
No one has followed this question yet.