# File lib/omniauth/strategies/draugiem.rb, line 63
      def auth_hash
        OmniAuth::Utils.deep_merge(super, {
          'uid' => @auth_data['uid'],
          'user_info' => get_user_info,
          'credentials' => {
            'apikey' => @auth_data['apikey']
          },
          'extra' => { 'user_hash' => @auth_data }
        })
      end