| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolIdentityProviderAmazon.Builder |
UserPoolIdentityProviderAmazon.Builder.attributeMapping(AttributeMapping attributeMapping)
(experimental) Mapping attributes from the identity provider to standard and custom attributes of the user pool.
|
UserPoolIdentityProviderAmazon.Builder |
UserPoolIdentityProviderAmazon.Builder.clientId(String clientId)
(experimental) The client id recognized by 'Login with Amazon' APIs.
|
UserPoolIdentityProviderAmazon.Builder |
UserPoolIdentityProviderAmazon.Builder.clientSecret(String clientSecret)
(experimental) The client secret to be accompanied with clientId for 'Login with Amazon' APIs to authenticate the client.
|
static UserPoolIdentityProviderAmazon.Builder |
UserPoolIdentityProviderAmazon.Builder.create(software.constructs.Construct scope,
String id) |
UserPoolIdentityProviderAmazon.Builder |
UserPoolIdentityProviderAmazon.Builder.scopes(List<String> scopes)
(experimental) The types of user profile data to obtain for the Amazon profile.
|
UserPoolIdentityProviderAmazon.Builder |
UserPoolIdentityProviderAmazon.Builder.userPool(IUserPool userPool)
(experimental) The user pool to which this construct provides identities.
|
Copyright © 2021. All rights reserved.