| Modifier and Type | Method and Description |
|---|---|
UserPoolIdentityProviderApple.Builder |
UserPoolIdentityProviderApple.Builder.attributeMapping(AttributeMapping attributeMapping)
Mapping attributes from the identity provider to standard and custom attributes of the user pool.
|
UserPoolIdentityProviderApple.Builder |
UserPoolIdentityProviderApple.Builder.clientId(String clientId)
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)
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)
The privateKey content for Apple APIs to authenticate the client.
|
UserPoolIdentityProviderApple.Builder |
UserPoolIdentityProviderApple.Builder.scopes(List<String> scopes)
The list of apple permissions to obtain for getting access to the apple profile.
|
UserPoolIdentityProviderApple.Builder |
UserPoolIdentityProviderApple.Builder.teamId(String teamId)
The teamId for Apple APIs to authenticate the client.
|
UserPoolIdentityProviderApple.Builder |
UserPoolIdentityProviderApple.Builder.userPool(IUserPool userPool)
The user pool to which this construct provides identities.
|
Copyright © 2022. All rights reserved.