后端去请求亚马逊后端启用技能并 “链接” 账户,这一步有一个authCode请问是什么? {
"stage": "live",
"accountLinkRequest": {
"redirectUri": "https://yourRedirectURI";,
"authCode": "someToken1",
"type": "AUTH_CODE"
}
}
Android 实现 Alexa App-to-App Account Linking前言 Alexa 的 App-to-App Account Linking 指的是将你的 App 账号与 Alexa App 账号进行 “链接”,“链接” 的作用是为了通过 ...