Authcode automation

Hi,

I want my callback api to save the authcode.

For this,I am doing this

generateTokenUrl = appSession.generate_authcode()
create_request = requests.get(generateTokenUrl)

But when I try to get the generateTokenUrl using requests module, I think it's asking it to login and authenticate it. I don't know how to do this through a script.

Please help.

Thanks,

Ridhima

6 replies