【Please Help me】
I am considering automating an Autodesk product.
First, OAuth authentication will automatically take you to the authentication screen.
After logging in at the authentication screen and pressing the allow button, the user is redirected to a URL with the authentication code set in the query parameter.
However, once redirected, that screen is immediately closed, so the query parameter cannot be checked.
It would be great if we could write this Code out as a program, but how can we do that?
How can we make this code visible in the scenario screen?
Or can we set it so that the redirected screen is not closed immediately?
The following URL is the API reference. Please take a look at it for reference.
https://aps.autodesk.com/en/docs/oauth/v1/reference/http/authorize-GET/
https://aps.autodesk.com/en/docs/oauth/v1/reference/http/gettoken-POST/