Hi. I am trying to generate access token for the API request using OAuth 2.0 and grant type as “Authorization Code”. In postman, “Get New access token” button gives the token details. The response output or header has no details about the token. So how to get the token details?
- http request activity is successful, but response has no access token details.
- Need generate access token generation script (python/vb.net/C#/anything) to use in “Invoke code” activity of UiPath with arguments as client id, client secret, redirect url.