# File lib/omniauth/strategies/google_apps.rb, line 6
      def initialize(app, store = nil, options = {}, &block)
        options[:name] ||= 'google_apps'
        super(app, store, options, &block)
      end