# File lib/omniauth/strategies/oauth2/cobot.rb, line 23
      def auth_hash
        OmniAuth::Utils.deep_merge(
          super, {
            'uid' => user_data['login'],
            'user_info' => user_info,
            'extra' => {
              'user_hash' => user_data,
            }
          }
        )
      end