Values.BackendAuthAppleProviderConfigSourceDescribes Apple social federation configurations for allowing your app users to sign in using OAuth.
type nonrec t = {clientId : string option;Describes the client_id (also called Services ID) that comes from Apple.
*)keyId : string option;Describes the key_id that comes from Apple.
*)privateKey : string option;Describes the private_key that comes from Apple.
*)teamId : string option;Describes the team_id that comes from Apple.
*)}