# File lib/rack/oauth2/server/id_token_response.rb, line 11
    def protocol_params
      super.merge(
        id_token: id_token
      )
    end