password = $password; } /** * [implementation] */ function check( array $credentials ) : bool { return ($credentials['password'] === $this->password); } /** * [implementation] */ function determine_parameters( array $credentials ) : array { return []; } } ?>