# File lib/omniauth/strategy.rb, line 356
    def callback_phase
      env['omniauth.auth'] = auth_hash
      call_app!
    end