@Stability(value=Experimental) public static final class UserPoolIdentityProviderApple.Builder extends Object implements software.amazon.jsii.Builder<UserPoolIdentityProviderApple>
UserPoolIdentityProviderApple.| Modifier and Type | Method and Description |
|---|---|
UserPoolIdentityProviderApple.Builder |
attributeMapping(AttributeMapping attributeMapping)
(experimental) Mapping attributes from the identity provider to standard and custom attributes of the user pool.
|
UserPoolIdentityProviderApple |
build() |
UserPoolIdentityProviderApple.Builder |
clientId(String clientId)
(experimental) The client id recognized by Apple APIs.
|
static UserPoolIdentityProviderApple.Builder |
create(software.constructs.Construct scope,
String id) |
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 |
privateKey(String privateKey)
(experimental) The privateKey content for Apple APIs to authenticate the client.
|
UserPoolIdentityProviderApple.Builder |
scopes(List<String> scopes)
(experimental) The list of apple permissions to obtain for getting access to the apple profile.
|
UserPoolIdentityProviderApple.Builder |
teamId(String teamId)
(experimental) The teamId for Apple APIs to authenticate the client.
|
UserPoolIdentityProviderApple.Builder |
userPool(IUserPool userPool)
(experimental) The user pool to which this construct provides identities.
|
@Stability(value=Experimental) public static UserPoolIdentityProviderApple.Builder create(software.constructs.Construct scope, String id)
scope - This parameter is required.id - This parameter is required.UserPoolIdentityProviderApple.Builder.@Stability(value=Experimental) public UserPoolIdentityProviderApple.Builder userPool(IUserPool userPool)
userPool - The user pool to which this construct provides identities. This parameter is required.this@Stability(value=Experimental) public UserPoolIdentityProviderApple.Builder attributeMapping(AttributeMapping attributeMapping)
Default: - no attribute mapping
attributeMapping - Mapping attributes from the identity provider to standard and custom attributes of the user pool. This parameter is required.this@Stability(value=Experimental) public UserPoolIdentityProviderApple.Builder clientId(String clientId)
clientId - The client id recognized by Apple APIs. This parameter is required.thishttps://developer.apple.com/documentation/sign_in_with_apple/clientconfigi/3230948-clientid@Stability(value=Experimental) public UserPoolIdentityProviderApple.Builder keyId(String keyId)
keyId - The keyId (of the same key, which content has to be later supplied as `privateKey`) for Apple APIs to authenticate the client. This parameter is required.this@Stability(value=Experimental) public UserPoolIdentityProviderApple.Builder privateKey(String privateKey)
privateKey - The privateKey content for Apple APIs to authenticate the client. This parameter is required.this@Stability(value=Experimental) public UserPoolIdentityProviderApple.Builder teamId(String teamId)
teamId - The teamId for Apple APIs to authenticate the client. This parameter is required.this@Stability(value=Experimental) public UserPoolIdentityProviderApple.Builder scopes(List<String> scopes)
Default: [ name ]
scopes - The list of apple permissions to obtain for getting access to the apple profile. This parameter is required.thishttps://developer.apple.com/documentation/sign_in_with_apple/clientconfigi/3230955-scope@Stability(value=Experimental) public UserPoolIdentityProviderApple build()
build in interface software.amazon.jsii.Builder<UserPoolIdentityProviderApple>Copyright © 2021. All rights reserved.