@Stability(value=Stable)
public static interface CfnSkill.AuthenticationConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.alexa.ask.*;
AuthenticationConfigurationProperty authenticationConfigurationProperty = AuthenticationConfigurationProperty.builder()
.clientId("clientId")
.clientSecret("clientSecret")
.refreshToken("refreshToken")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSkill.AuthenticationConfigurationProperty.Builder
A builder for
CfnSkill.AuthenticationConfigurationProperty |
static class |
CfnSkill.AuthenticationConfigurationProperty.Jsii$Proxy
An implementation for
CfnSkill.AuthenticationConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSkill.AuthenticationConfigurationProperty.Builder |
builder() |
String |
getClientId()
`CfnSkill.AuthenticationConfigurationProperty.ClientId`.
|
String |
getClientSecret()
`CfnSkill.AuthenticationConfigurationProperty.ClientSecret`.
|
String |
getRefreshToken()
`CfnSkill.AuthenticationConfigurationProperty.RefreshToken`.
|
@Stability(value=Stable) @NotNull String getClientId()
@Stability(value=Stable) @NotNull String getClientSecret()
@Stability(value=Stable) @NotNull String getRefreshToken()
@Stability(value=Stable) static CfnSkill.AuthenticationConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.