| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
static BackendAuthAppleProviderConfig.Builder |
BackendAuthAppleProviderConfig.builder() |
BackendAuthAppleProviderConfig.Builder |
BackendAuthAppleProviderConfig.Builder.clientId(String clientId)
Describes the client_id (also called Services ID) that comes from Apple.
|
BackendAuthAppleProviderConfig.Builder |
BackendAuthAppleProviderConfig.Builder.keyId(String keyId)
Describes the key_id that comes from Apple.
|
BackendAuthAppleProviderConfig.Builder |
BackendAuthAppleProviderConfig.Builder.privateKey(String privateKey)
Describes the private_key that comes from Apple.
|
BackendAuthAppleProviderConfig.Builder |
BackendAuthAppleProviderConfig.Builder.teamId(String teamId)
Describes the team_id that comes from Apple.
|
BackendAuthAppleProviderConfig.Builder |
BackendAuthAppleProviderConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BackendAuthAppleProviderConfig.Builder> |
BackendAuthAppleProviderConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SocialProviderSettings.Builder |
SocialProviderSettings.Builder.signInWithApple(Consumer<BackendAuthAppleProviderConfig.Builder> signInWithApple)
Sets the value of the SignInWithApple property for this object.
|
Copyright © 2022. All rights reserved.