Neos\Flow\Security\Authentication\TokenInterface::updateCredentials PHP Метод

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

This could be a username/password from a login controller. This method is called while initializing the security context. By returning TRUE you make sure that the authentication manager will (re-)authenticate the tokens with the current credentials. Note: You should not persist the credentials!
public updateCredentials ( ActionRequest $actionRequest ) : boolean
$actionRequest Neos\Flow\Mvc\ActionRequest The current request instance
Результат boolean TRUE if this token needs to be (re-)authenticated
    public function updateCredentials(ActionRequest $actionRequest);