pub fn load_meta(path: &Path) -> Result<OAuthMeta>Expand description
Load and parse path as a product-meta.toml containing OAuth sections.
A parse failure is reported as io::ErrorKind::InvalidData so callers can
branch on ErrorKind rather than threading TOML’s error type.