/** * In case a password protected link is not yet authenticated this function will return false * * @param array $linkItem * @return bool */ public static function checkPasswordProtectedShare(array $linkItem) { return \OC\Share\Share::checkPasswordProtectedShare($linkItem); }