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