| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
static BackendAuthSocialProviderConfig.Builder |
BackendAuthSocialProviderConfig.builder() |
BackendAuthSocialProviderConfig.Builder |
BackendAuthSocialProviderConfig.Builder.clientId(String clientId)
Describes the client_id, which can be obtained from the third-party social federation provider.
|
BackendAuthSocialProviderConfig.Builder |
BackendAuthSocialProviderConfig.Builder.clientSecret(String clientSecret)
Describes the client_secret, which can be obtained from third-party social federation providers.
|
BackendAuthSocialProviderConfig.Builder |
BackendAuthSocialProviderConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BackendAuthSocialProviderConfig.Builder> |
BackendAuthSocialProviderConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SocialProviderSettings.Builder |
SocialProviderSettings.Builder.facebook(Consumer<BackendAuthSocialProviderConfig.Builder> facebook)
Sets the value of the Facebook property for this object.
|
default SocialProviderSettings.Builder |
SocialProviderSettings.Builder.google(Consumer<BackendAuthSocialProviderConfig.Builder> google)
Sets the value of the Google property for this object.
|
default SocialProviderSettings.Builder |
SocialProviderSettings.Builder.loginWithAmazon(Consumer<BackendAuthSocialProviderConfig.Builder> loginWithAmazon)
Sets the value of the LoginWithAmazon property for this object.
|
Copyright © 2023. All rights reserved.