Log user out in browser using OAuth
Hello,
We are trying to log users out of their current zoom session on our webpage using the oauth work flow.
We are able to revoke their token using:
https://zoom.us/oauth/revoke?token={token}
But using that just requires the user to re-authorise the app when the reload the website, and doesn't actually sign them out.
I was hoping that you can point us in the right direction. Scanning through the documentation we couldn't really find anything that popped out.
Thanks!