for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Majora\Component\OAuth\Entity;
use Majora\Component\OAuth\Model\RefreshTokenInterface;
/**
* Class RefreshToken is the default implementation of RefreshTokenInterface
*
* @author Raphael De Freitas <[email protected]>
*/
class RefreshToken extends Token implements RefreshTokenInterface
{
}