I am new to Dialogflow. I want to do an account linking with my node js application. So when I click on signin button in simulator, popup is opening with the request below
Request URL : https://dialogflow.herokuapp.com/login
response_type : code
client_id: da4sad4sa56ds54sdb67re5a4
redirect_uri: https://oauth-redirect.googleusercontent.com/r/myprojectid
scope : openid+_offlineaccess+profile+email
state: AKLMQkUP19DCPvMBboadq7rgpSPrsDPT1fTXnWT-8_mVK
with the above payload, once use enters credentials validating the user with DB, here how to perform redirect to dialogflow requested intent with an authorization token in node js. Please suggest
After clicking on the sign in the simulator and accepting for the linking it is showing the login popup after successful login wants to redirect back to the simulator with response.