# File lib/omniauth.rb, line 49
    def initialize
      self.class.defaults.each_pair { |k, v| send("#{k}=", v) }
    end