Uses of Interface
software.amazon.awssdk.services.amplifybackend.model.BackendAuthSocialProviderConfig.Builder
-
Packages that use BackendAuthSocialProviderConfig.Builder Package Description software.amazon.awssdk.services.amplifybackend.model -
-
Uses of BackendAuthSocialProviderConfig.Builder in software.amazon.awssdk.services.amplifybackend.model
Methods in software.amazon.awssdk.services.amplifybackend.model that return BackendAuthSocialProviderConfig.Builder Modifier and Type Method Description static BackendAuthSocialProviderConfig.BuilderBackendAuthSocialProviderConfig. builder()BackendAuthSocialProviderConfig.BuilderBackendAuthSocialProviderConfig.Builder. clientId(String clientId)Describes the client_id, which can be obtained from the third-party social federation provider.BackendAuthSocialProviderConfig.BuilderBackendAuthSocialProviderConfig.Builder. clientSecret(String clientSecret)Describes the client_secret, which can be obtained from third-party social federation providers.BackendAuthSocialProviderConfig.BuilderBackendAuthSocialProviderConfig. toBuilder()Methods in software.amazon.awssdk.services.amplifybackend.model that return types with arguments of type BackendAuthSocialProviderConfig.Builder Modifier and Type Method Description static Class<? extends BackendAuthSocialProviderConfig.Builder>BackendAuthSocialProviderConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.amplifybackend.model with type arguments of type BackendAuthSocialProviderConfig.Builder Modifier and Type Method Description default SocialProviderSettings.BuilderSocialProviderSettings.Builder. facebook(Consumer<BackendAuthSocialProviderConfig.Builder> facebook)Sets the value of the Facebook property for this object.default SocialProviderSettings.BuilderSocialProviderSettings.Builder. google(Consumer<BackendAuthSocialProviderConfig.Builder> google)Sets the value of the Google property for this object.default SocialProviderSettings.BuilderSocialProviderSettings.Builder. loginWithAmazon(Consumer<BackendAuthSocialProviderConfig.Builder> loginWithAmazon)Sets the value of the LoginWithAmazon property for this object.
-