pub async fn create_cloud_home(
config: &Config,
key_service: &KeyService,
clock: ClockRef,
) -> Result<Box<dyn CloudHome>, CloudHomeError>Expand description
Construct a CloudHome from the desktop app’s Config + KeyService. Reads provider settings from config and credentials from the OS keyring.