# File lib/openid/message.rb, line 312
    def to_url_encoded
      args = to_post_args.map.sort
      return Util.urlencode(args)
    end