I configured my Alexa skills to connect to Microsoft graph but I noticed after some minutes of account linking or inactivity then Alexa will stop sending the token, some research says that the token has expired. Below is the response I usually get back which is supposed to contain the access token:
{ "version": "1.0", "context": { "System": { "user": { "userId": "Sample user ID", // AccessToken used to be here }, "apiEndpoint": "https://api.eu.amazonalexa.com", "apiAccessToken": "Sample API Access Token" }, }, }
How do I get Alexa to refresh the token when it expires because currently, I am very sure it is not doing that.