pub fn read_auth() -> Result<AuthStore, ConfigError>Expand description
Read the auth store. Missing file ⇒ empty store (not an error). Malformed
JSON ⇒ ConfigError::Json (we do not silently swallow a corrupt auth file).
pub fn read_auth() -> Result<AuthStore, ConfigError>Read the auth store. Missing file ⇒ empty store (not an error). Malformed
JSON ⇒ ConfigError::Json (we do not silently swallow a corrupt auth file).