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