# File lib/rhc/auth/basic.rb, line 23
    def retry_auth?(response, client)
      if response && response.status != 401
        false
      else
        credentials_rejected
      end
    end