My company security policy requires that our client secret be rotated. I can't find any options within the developer portal to do this, and I can't see anything in the documentation. How do I do this?
My company security policy requires that our client secret be rotated. I can't find any options within the developer portal to do this, and I can't see anything in the documentation. How do I do this?
Your app is tied to the app secret, and this key shouldn't be shared publicly. There is no method on rotating or refreshing them. They are both necessary to generate a API token.
More information on getting an API token can be found here: https://docs.clover.com/docs/using-oauth-20
3 People are following this question.