Neos\Flow\Security\Authentication\Token\TestingToken::updateCredentials PHP Method

updateCredentials() public method

Simply sets the authentication status to AUTHENTICATION_NEEDED
public updateCredentials ( ActionRequest $actionRequest ) : void
$actionRequest Neos\Flow\Mvc\ActionRequest The current action request instance
return void
    public function updateCredentials(ActionRequest $actionRequest)
    {
        $this->authenticationStatus = self::AUTHENTICATION_NEEDED;
    }