Fehlende ALTCHA-Bibliotheksdateien ergaenzt
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace AltchaOrg\Altcha\V1;
|
||||
|
||||
use AltchaOrg\Altcha\V1\Hasher\Algorithm;
|
||||
|
||||
class ServerSignaturePayload
|
||||
{
|
||||
public function __construct(
|
||||
public readonly Algorithm $algorithm,
|
||||
public readonly string $verificationData,
|
||||
public readonly string $signature,
|
||||
public readonly bool $verified,
|
||||
) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user