Neos\Flow\Security\Authentication\AuthenticationProviderInterface::authenticate PHP Метод

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

Tries to authenticate the given token. Sets isAuthenticated to TRUE if authentication succeeded.
public authenticate ( Neos\Flow\Security\Authentication\TokenInterface $authenticationToken ) : void
$authenticationToken Neos\Flow\Security\Authentication\TokenInterface The token to be authenticated
Результат void
    public function authenticate(TokenInterface $authenticationToken);