<?xml version="1.0" encoding="UTF-8"?>
<doctrine-mapping>

    <mapped-superclass name="FOS\OAuthServerBundle\Document\RefreshToken">
        <field name="token" fieldName="token" type="string" />
        <field name="expiresAt" fieldName="expiresAt" type="int" nullable="true" />
        <field name="scope" fieldName="scope" type="string" nullable="true" />
    </mapped-superclass>

</doctrine-mapping>
