Alexa::ASK::Skill AuthenticationConfiguration
The AuthenticationConfiguration
property type specifies the Login with
Amazon (LWA) configuration used to authenticate with the Alexa service. Only Login with
Amazon security profiles created through the Build Skills with the Alexa Skills Kit developer documentation
AuthenticationConfiguration
is a property of the
Alexa::ASK::Skill
resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ClientId" :
String
, "ClientSecret" :String
, "RefreshToken" :String
}
YAML
ClientId:
String
ClientSecret:String
RefreshToken:String
Properties
ClientId
-
Client ID from Login with Amazon (LWA).
Required: Yes
Type: String
Update requires: No interruption
ClientSecret
-
Client secret from Login with Amazon (LWA).
Required: Yes
Type: String
Update requires: No interruption
RefreshToken
-
Refresh token from Login with Amazon (LWA). This token is secret.
Required: Yes
Type: String
Update requires: No interruption