Link accounts in the developer console
Open the developer console and go to the skill page. On the Account linking tab, fill in the required fields and click Save.
Field description:
Application ID: OAuth app ID on the authorization server (for example,
4760187d41bc4b7799476b42b5103213
).- Application secret: OAuth app password on the authorization server (for example,
f25bebr991ff419893db655428e4e1de
). - Authorization URL: A page where the user needs to log in to allow the skill access the account (for example,
https://oauth-server.com/oauth/login
). - Get token URL: The URL for sending the request with the authorization code to get an OAuth access token (for example,
https://skill-example/token
). - Refresh token URL: The URL for updating the OAuth token (for example,
https://oauth-server.com/refresh
). - Activity group ID: A list of permissions to be granted for the requested OAuth tokens (for example,
home:lights
for a smart home). Separate permissions with&
. To check the available rights, go tohttps://oauth.yango.com/client/<client_id>/info
and enter the app ID instead of<client_id>
.
What's next
Test the skill in the developer console.