pub fn resolve(configured: Option<&[PathBuf]>) -> Result<Credential>Expand description
Production resolver: the env override, then configured paths, then the
platform defaults. Tests use resolve_from, which takes both as inputs.
pub fn resolve(configured: Option<&[PathBuf]>) -> Result<Credential>Production resolver: the env override, then configured paths, then the
platform defaults. Tests use resolve_from, which takes both as inputs.