diff options
| author | winter | 2024-12-16 20:27:01 +0000 |
|---|---|---|
| committer | winter | 2024-12-16 20:41:33 +0000 |
| commit | 68c7e68b3f90fd980661774fdb2bb2d6140a34d0 (patch) | |
| tree | 7993de39c7c637369bdbfb22e265319b43fcbf33 /Digitigrade/Model/InstanceAuth.php | |
| parent | 2f4c1de3509141880df019ef1a6cc65981b3f6ea (diff) | |
implement the other side of auth (hopefully?)
also mostly untested for the same reason as last time
Diffstat (limited to 'Digitigrade/Model/InstanceAuth.php')
| -rw-r--r-- | Digitigrade/Model/InstanceAuth.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Digitigrade/Model/InstanceAuth.php b/Digitigrade/Model/InstanceAuth.php index 616d4c5..6f58298 100644 --- a/Digitigrade/Model/InstanceAuth.php +++ b/Digitigrade/Model/InstanceAuth.php @@ -7,6 +7,7 @@ class InstanceAuth extends Model { public ?int $instanceId; public ?string $outboundToken; public ?string $inboundToken; + public ?string $secret; protected function setOwnerId(int $id) { $this->instanceId = $id; |
