pub fn get_token(host: &str) -> Result<Option<String>, GorError>
Retrieve an OAuth token for the given host.
Returns Ok(None) if no token is stored for this host.
Ok(None)
Returns GorError::Keyring if the file cannot be read.
GorError::Keyring