<?xml version="1.0" encoding="UTF-8"?>
<container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
	<services>
		<service id="scheb_two_factor.qr_code_generator" class="Scheb\TwoFactorBundle\Security\TwoFactor\QrCode\QrCodeGenerator" public="true">
			<argument type="service" id="scheb_two_factor.security.google_authenticator" on-invalid="null" />
			<argument type="service" id="scheb_two_factor.security.totp_authenticator" on-invalid="null" />
		</service>

		<!-- Alias for auto-wiring -->
		<service id="Scheb\TwoFactorBundle\Security\TwoFactor\QrCode\QrCodeGenerator" alias="scheb_two_factor.qr_code_generator" public="true" />
	</services>
</container>
