| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolIdentityProviderApple.Builder |
UserPoolIdentityProviderApple.Builder.attributeMapping(AttributeMapping attributeMapping)
(experimental) Mapping attributes from the identity provider to standard and custom attributes of the user pool.
|
UserPoolIdentityProviderApple.Builder |
UserPoolIdentityProviderApple.Builder.clientId(String clientId)
(experimental) The client id recognized by Apple APIs.
|
static UserPoolIdentityProviderApple.Builder |
UserPoolIdentityProviderApple.Builder.create(software.constructs.Construct scope,
String id) |
UserPoolIdentityProviderApple.Builder |
UserPoolIdentityProviderApple.Builder.keyId(String keyId)
(experimental) The keyId (of the same key, which content has to be later supplied as `privateKey`) for Apple APIs to authenticate the client.
|
UserPoolIdentityProviderApple.Builder |
UserPoolIdentityProviderApple.Builder.privateKey(String privateKey)
(experimental) The privateKey content for Apple APIs to authenticate the client.
|
UserPoolIdentityProviderApple.Builder |
UserPoolIdentityProviderApple.Builder.scopes(List<String> scopes)
(experimental) The list of apple permissions to obtain for getting access to the apple profile.
|
UserPoolIdentityProviderApple.Builder |
UserPoolIdentityProviderApple.Builder.teamId(String teamId)
(experimental) The teamId for Apple APIs to authenticate the client.
|
UserPoolIdentityProviderApple.Builder |
UserPoolIdentityProviderApple.Builder.userPool(IUserPool userPool)
(experimental) The user pool to which this construct provides identities.
|
Copyright © 2021. All rights reserved.