# File lib/openid/filestore.rb, line 267
    def mktemp
      f = Tempfile.new('tmp', @temp_dir)
      [f, f.path]
    end