Generate the Authorization Token Using C#

Description
how to generate an authorization code before getting the access token?

Error
We’re sorry but OAuth-login doesn’t work properly without JavaScript enabled. Please enable it to continue.

Additional context
i need to generate an access token before making request to zoom

Hi @aman.julka,

Thanks for reaching out about this, and good question.

To clarify, the authorization code that is the first part of our OAuth flow is a manual process that requires the user to authorize your OAuth app via the browser. This is a one time authorization, and can’t be done programmatically.

Once you have the authorization code, you can programmatically retrieve an access token and subsequent refresh tokens.

Let me know if this helps to clarify—thanks!
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.