I’ve previously shared a C# implementation for a different organization’s OAuth API; you will need to adjust it to fit Zoom’s URLs (such as changing the grant_type
value).
2 Likes
I’ve previously shared a C# implementation for a different organization’s OAuth API; you will need to adjust it to fit Zoom’s URLs (such as changing the grant_type
value).