Jarves\Client\UserOperator::getToken PHP Méthode

getToken() public méthode

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