Jarves\Client\UserOperator::getToken PHP Method

getToken() public method

public getToken ( ) : null | Symfony\Component\Security\Core\Authentication\Token\TokenInterface
return null | Symfony\Component\Security\Core\Authentication\Token\TokenInterface
    public function getToken()
    {
        return $this->tokenStorage->getToken();
    }