pub fn set(name: &str, value: &str) -> Result<(), SecretError>
Store (or overwrite) a secret.
Returns SecretError if the OS keychain is unreachable.
SecretError