Values.SocialProviderSettingsSourceThe settings for using the social identity providers for access to your Amplify app.
type nonrec t = {facebook : BackendAuthSocialProviderConfig.t option;google : BackendAuthSocialProviderConfig.t option;loginWithAmazon : BackendAuthSocialProviderConfig.t option;signInWithApple : BackendAuthAppleProviderConfig.t option;}