Symfony\Component\Security\Authentication\Token\TokenInterface::isAuthenticated PHP Method

isAuthenticated() public method

Checks if the user is authenticated or not.
public isAuthenticated ( ) : boolean
return boolean true if the token has been authenticated, false otherwise
    function isAuthenticated();