/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakedc/auth/src/Authentication
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakedc/auth/src/Authentication/Failure.php (1609B)
authenticator = $authenticator;
$this->result = $result;
}
/**
* Returns failed authenticator.
*
* @return \Authentication\Authenticator\AuthenticatorInterface
*/
public function getAuthenticator()
{
return $this->authenticator;
}
/**
* Returns failed result.
*
* @return \Authentication\Authenticator\ResultInterface
*/
public function getResult()
{
return $this->result;
}
}