question

kingfisher avatar image
kingfisher asked Mike M answered

Oauth code generation

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?

OAuth
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Mike M avatar image
Mike M answered

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.

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community