1
if (!this.$request.getAccessToken()) {
    return this.alexaSkill()
        .showAccountLinkingCard()
        .tell('Go the Alexa app and set account linking');
}

我们正在尝试通过 Auth0 对 Alexa 应用程序中的用户进行身份验证。我们正在开发 Jovo 体验,但未显示帐户关联卡片。

我们可以通过进入应用程序的设置手动链接帐户,但我们希望在不添加这些步骤的情况下显示身份验证 web 视图。

这是我们正在学习的教程:https ://www.jovo.tech/tutorials/alexa-account-linking-auth0

4

0 回答 0