@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.771Z") @Stability(value=Experimental) public interface UserPoolIdentityProviderAmazonProps extends software.amazon.jsii.JsiiSerializable, UserPoolIdentityProviderProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
UserPoolIdentityProviderAmazonProps.Builder
A builder for
UserPoolIdentityProviderAmazonProps |
static class |
UserPoolIdentityProviderAmazonProps.Jsii$Proxy
An implementation for
UserPoolIdentityProviderAmazonProps |
| Modifier and Type | Method and Description |
|---|---|
static UserPoolIdentityProviderAmazonProps.Builder |
builder() |
String |
getClientId()
(experimental) The client id recognized by 'Login with Amazon' APIs.
|
String |
getClientSecret()
(experimental) The client secret to be accompanied with clientId for 'Login with Amazon' APIs to authenticate the client.
|
default List<String> |
getScopes()
(experimental) The types of user profile data to obtain for the Amazon profile.
|
getAttributeMapping, getUserPool@Stability(value=Experimental) @NotNull String getClientId()
https://developer.amazon.com/docs/login-with-amazon/security-profile.html#client-identifier@Stability(value=Experimental) @NotNull String getClientSecret()
https://developer.amazon.com/docs/login-with-amazon/security-profile.html#client-identifier@Stability(value=Experimental) @Nullable default List<String> getScopes()
Default: [ profile ]
https://developer.amazon.com/docs/login-with-amazon/customer-profile.html@Stability(value=Experimental) static UserPoolIdentityProviderAmazonProps.Builder builder()
builder in interface UserPoolIdentityProviderPropsUserPoolIdentityProviderAmazonProps.Builder of UserPoolIdentityProviderAmazonPropsCopyright © 2021. All rights reserved.