# File lib/warden/proxy.rb, line 99
    def authenticate?(*args)
      result = !!authenticate(*args)
      yield if result && block_given?
      result
    end