diff --git a/fp_altcha_spamschutz/src/Vendor/AltchaOrg/Altcha/V1/ServerSignatureVerificationData.php b/fp_altcha_spamschutz/src/Vendor/AltchaOrg/Altcha/V1/ServerSignatureVerificationData.php new file mode 100644 index 0000000..7769edb --- /dev/null +++ b/fp_altcha_spamschutz/src/Vendor/AltchaOrg/Altcha/V1/ServerSignatureVerificationData.php @@ -0,0 +1,25 @@ + $fields + * @param array $reasons + */ + public function __construct( + public readonly string $classification, + public readonly string $country, + public readonly string $detectedLanguage, + public readonly string $email, + public readonly int $expire, + public readonly array $fields, + public readonly string $fieldsHash, + public readonly array $reasons, + public readonly float $score, + public readonly int $time, + public readonly bool $verified, + ) { + } +}