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