# File lib/autumn/authentication.rb, line 49
      def authenticate(stem, channel, sender, leaf)
        raise "Subclasses must override the Autumn::Authentication::Base#authenticate method."
      end