ask-cli
Version:
Alexa Skills Kit (ASK) Command Line Interfaces
22 lines (21 loc) • 565 B
JSON
{
"accountLinkingRequest": {
"skipOnEnablement": "true",
"type": "AUTH_CODE",
"authorizationUrl": "https://www.example.com/auth_url",
"domains": [
"example.com"
],
"clientId": "string",
"scopes": [
"www.example.com"
],
"accessTokenUrl": "https://www.example.com/accessToken_url",
"clientSecret": "abcdaslkaa",
"accessTokenScheme": "HTTP_BASIC",
"defaultTokenExpirationInSeconds": 20,
"redirectUrls": [
"https://www.example.com/redirect"
]
}
}