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/Job/RefreshOutboundAuthToken.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/Job/RefreshOutboundAuthToken.php')
| -rw-r--r-- | Digitigrade/Job/RefreshOutboundAuthToken.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Digitigrade/Job/RefreshOutboundAuthToken.php b/Digitigrade/Job/RefreshOutboundAuthToken.php index 588617f..72dd466 100644 --- a/Digitigrade/Job/RefreshOutboundAuthToken.php +++ b/Digitigrade/Job/RefreshOutboundAuthToken.php @@ -8,7 +8,6 @@ use Digitigrade\Model\Instance; class RefreshOutboundAuthToken extends Job { public string $domain; - public string $token; public \DateTimeInterface $when; public function __construct(string $domain, \DateTimeInterface $when) { |
