Amazon Cognito Construct Library
-
Mapping attributes from the identity provider to standard and custom attributes of the user pool.
The client id recognized by Apple APIs.
UserPoolIdentityProviderApple.Builder.create(software.constructs.Construct scope,
String id)
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.
The privateKey content for Apple APIs to authenticate the client.
The list of apple permissions to obtain for getting access to the apple profile.
The teamId for Apple APIs to authenticate the client.
The user pool to which this construct provides identities.