# File lib/openid_connect/client/registrar.rb, line 98
      def register!
        handle_response do
          http_client.post endpoint, to_json, 'Content-Type' => 'application/json'
        end
      end