Neos\Flow\Security\Authentication\AuthenticationProviderInterface::authenticate PHP Method

authenticate() public method

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
return void
    public function authenticate(TokenInterface $authenticationToken);