pub fn save_credentials(credentials: &GmailCredentials) -> Result<()>Expand description
Saves Gmail credentials to ~/.omni-dev/settings.json.
Merges the four credential keys into the active profile’s env map (the
base env when no profile is active), preserving all other settings.