pub fn refresh_access_token(
    client_id: &str,
    refresh_token: &str,
    maybe_host: Option<&str>
) -> Result<Credential, Box<dyn Error>>