pub fn read_from(path: &Path) -> Option<Credential>Expand description
Read whichever credential shape a harness wrote into path.
A missing or malformed file yields None rather than an error: one broken
harness must not mask a working one further down the list.