Sample App Log Out Instructions - rreimi/alexa-avs-sample-app GitHub Wiki
Known Issue
To log out of the AVS java sample app you must clear your sessionId
in /samples/javaclient/config.json
, and delete your refresh_tokens
file in the /samples/companionService
folder. Otherwise, the sample app will authenticate on each reboot.
Solution
Follow these instructions to log out of the AVS java sample app:
- Quit the AVS java sample app (CTRL + C).
- Open
/samples/javaclient/config.json
and clear yoursessionId
. It should look like this:"sessionId": ""
- Delete the
refresh_tokens
file insamples/companionService
.
The next time you log in you will be prompted to authenticate.