Uses of Class
software.amazon.awssdk.services.amplifybackend.model.SocialProviderSettings
-
Packages that use SocialProviderSettings Package Description software.amazon.awssdk.services.amplifybackend.model -
-
Uses of SocialProviderSettings in software.amazon.awssdk.services.amplifybackend.model
Methods in software.amazon.awssdk.services.amplifybackend.model that return SocialProviderSettings Modifier and Type Method Description SocialProviderSettingsCreateBackendAuthOAuthConfig. socialProviderSettings()The settings for using social providers to access your Amplify app.SocialProviderSettingsUpdateBackendAuthOAuthConfig. socialProviderSettings()Describes third-party social federation configurations for allowing your users to sign in with OAuth.Methods in software.amazon.awssdk.services.amplifybackend.model with parameters of type SocialProviderSettings Modifier and Type Method Description CreateBackendAuthOAuthConfig.BuilderCreateBackendAuthOAuthConfig.Builder. socialProviderSettings(SocialProviderSettings socialProviderSettings)The settings for using social providers to access your Amplify app.UpdateBackendAuthOAuthConfig.BuilderUpdateBackendAuthOAuthConfig.Builder. socialProviderSettings(SocialProviderSettings socialProviderSettings)Describes third-party social federation configurations for allowing your users to sign in with OAuth.
-