# File lib/omniauth/auth_hash.rb, line 47
      def to_hash
        hash = super
        hash['name'] ||= name
        hash
      end