* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Security\Core\Authentication\Token\Storage; use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; /** * TokenStorage contains a TokenInterface. * * It gives access to the token representing the current user authentication. * * @author Fabien Potencier * @author Johannes M. Schmitt */ class TokenStorage implements TokenStorageInterface { private $token; /** * {@inheritdoc} */ public function getToken() { return $this->token; } /** * {@inheritdoc} */ public function setToken(TokenInterface $token = null) { $this->token = $token; } } __halt_compiler();----SIGNATURE:----PQvCZpTA0HqQX0mRT8Zl9XJIHCL7HJ+HBxPqYWVo5niuJBKEQWcnwYARURu8+QnZCfn31Il4lZqQEKdfYk5F6ktWnQilth5lwYI/ajbB6jl1q4YFh1fSro6qVD1QLRcRXS6NR6F3PyWuhR4MnWXXIQDbLaZvOEcHgQYIofOoQk/Tp2Ra5TNdDu7ZIsZirD/lK3YNEKNrcFjJV/P8rd6xK4rQjgrhA/7uE2GHwrVdHXp+2c94tzHF2pEwd1TbRUQ1Is2/yDPu6350s6ufpWEXB8ObNjV4JxXfc60op4Yz03HEBJ74faAR4Be4h3XXH6lJmeHg4C0N7EtrXVzqKga3xpohU/qTVCvT67YjlbuSE/yLbMDqGe8CF6AqzkDq9OB+00A21co5ArxamI3klJBgovI/IXg7vqxYEK1Ait3CEcMxjtNIdAEXNvW2Su8GU3N/1jXJA2al32gZ4cMA8jrZY4zehAiIdU3toGFlNa6wQfkeg9M4Dj6c8Ocl4dSCcml666wOghV3aqcKQhmSMQfly3JvU0vT8wX/inSvu7IQCcMGexhgMe/aB91Qh/Hx7AL6KCSa4Udo8/1sGXDAFzftUbGzMbiBGPzAfHt3jAbzRKMGSU5RVpYjXg0ZIfSFVffdDPlcKPmMOBTDZM/irY+oR8yiHG31DEvFlVk4+tkUy5Q=----ATTACHMENT:----OTEzOTI5OTg2MjAyMjk4NiA3OTcwOTYzOTA5NTE5NjkxIDcxODY0OTM1NTkyMjA5MTA=