<?xml version="1.0" encoding="UTF-8" ?>
<constraint-mapping xmlns="http://symfony.com/schema/dic/constraint-mapping"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://symfony.com/schema/dic/constraint-mapping
        http://symfony.com/schema/dic/services/constraint-mapping-1.0.xsd">

    <class name="FOS\OAuthServerBundle\Form\Model\Authorize">
        <property name="accepted">
            <constraint name="Type">
                <option name="type">bool</option>
                <option name="groups">Authorize</option>
            </constraint>
        </property>
    </class>

</constraint-mapping>
