Set up the authorization code exchange
https://api.snyk.io/oauth2/tokengrant_type=authorization_code
&code=(code from the previous step)
&redirect_uri=(redirect URI from the previous step)
&client_id=(clientId from the app creation),
&client_secret=(clientSecret from the app creation)
&code_verifier=(code verifier generated in the previous step)Last updated
Was this helpful?

