# File lib/omniauth.rb, line 77 def before_request_phase(&block) if block_given? @before_request_phase = block else @before_request_phase end end