Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am currently trying to build a client app for webex. I do not want to route the user through my own server to authenticate them, so I am going for the Device Grant Flow. Now, as I discovered, to poll the device token endpoint (POST https://webexapi...
Hi @sandiban,I think there is a misunderstanding. I am not really experiencing an error.I was wondering why there is an Authorization (client Secret) required to hit the /device/token endpoint. This prevents me wrong writing a client app that only ta...