I need to integrate Alexa Voice Service in my app. Currently Alexa ask for the Amazon login. Can we avoid these flow ?
Asked
Active
Viewed 429 times
1 Answers
1
I believe, it is not possible to use AVS without exchanging authorization token. And for auth tokens it is necessary for the user to login via Amazon. As stated in the following documentation -:
So repeating what is given in the documentation, you can either pass on the auth token via your companion app of the device, iff the device does not have a GUI or ask for Amazon login in the mobile app, which is leveraging AVS.
Hope this helps.

Hardik Shah
- 916
- 1
- 7
- 13