Module Values.SocialProviderSettingsSource

The settings for using the social identity providers for access to your Amplify app.

Sourcetype nonrec t = {
  1. facebook : BackendAuthSocialProviderConfig.t option;
  2. google : BackendAuthSocialProviderConfig.t option;
  3. loginWithAmazon : BackendAuthSocialProviderConfig.t option;
  4. signInWithApple : BackendAuthAppleProviderConfig.t option;
}
Sourceval make : ?facebook:??? -> ?google:??? -> ?loginWithAmazon:??? -> ?signInWithApple:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of string ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t