pub fn read_codex_provider_token(path: &Path) -> Result<String, String>Expand description
Read the short-lived Bamboo provider token for Codex command-backed auth. The final path component is opened without following symlinks on Unix, and permissions are verified on the opened descriptor to avoid check/open races.