pub fn set_token(host: &str, token: &str) -> Result<(), GorError>
Store an OAuth token for the given host.
Returns GorError::Keyring if the file cannot be written.
GorError::Keyring