Symfony\Component\Security\Authentication\Token\TokenInterface::isAuthenticated PHP Метод

isAuthenticated() публичный Метод

Checks if the user is authenticated or not.
public isAuthenticated ( ) : boolean
Результат boolean true if the token has been authenticated, false otherwise
    function isAuthenticated();