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