# File lib/omniauth/strategies/steam.rb, line 5
      def initialize(app, store = nil, api_key = nil, options = {}, &block)
        options[:identifier] ||= "http://steamcommunity.com/openid"
        options[:name] ||= 'steam'
        @api_key = api_key
        super(app, store, options, &block)
      end