Neos\Flow\Security\Authentication\AuthenticationProviderManager::emitAuthenticatedToken PHP Метод

emitAuthenticatedToken() защищенный Метод

Signals that the specified token has been successfully authenticated.
protected emitAuthenticatedToken ( Neos\Flow\Security\Authentication\TokenInterface $token ) : void
$token Neos\Flow\Security\Authentication\TokenInterface The token which has been authenticated
Результат void
    protected function emitAuthenticatedToken(TokenInterface $token)
    {
    }