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