Configuring Account Linking for an Alexa Skill

Tiempo de lectura: 2 minutosAuccount Linking allows our Skill to authenticate using the Alexa App and equipping our Skill with authentication facing our backend server. Your service must support OAuth 2.0 to allow Alexa to authenticate users. Authorization Endpoint Token Endpoint { “access_token”: “TOKEN_DEL_USUARIO”, “refresh_token”: “TOKEN_PARA_REFRESCAR”, “token_type”: “Bearer”, “expires_in”: 3600 } 2. Configure Account Linking in Alexa Developer Console … Read more