# File lib/rack/auth/openid.rb, line 474
      def call(env)
        to = auth.call(env) ? @app : @oid
        to.call env
      end