Values.BackendAuthSocialProviderConfigSourceDescribes third-party social federation configurations for allowing your app users to sign in using OAuth.
type nonrec t = {clientId : string option;Describes the client_id, which can be obtained from the third-party social federation provider.
*)clientSecret : string option;Describes the client_secret, which can be obtained from third-party social federation providers.
*)}