I am using "/oauth2/authorize?response_type=code&client_id=<clientid>&state=<randomstring>" url and converted it into QR code and display to user.
User then scan the QR Code from smart phone and login through smartphone. After entering credentials , I am getting follwing message on smartphone
Enter this code into <app_name> to finish the process.
<*******************************>
Is there a way to generate the access token using this authorization code apart from manually pasting it tp "/token" url ?
Any help would be appreciated.