From 68c7e68b3f90fd980661774fdb2bb2d6140a34d0 Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 16 Dec 2024 20:27:01 +0000 Subject: implement the other side of auth (hopefully?) also mostly untested for the same reason as last time --- Digitigrade/Job/RefreshOutboundAuthToken.php | 1 - 1 file changed, 1 deletion(-) (limited to 'Digitigrade/Job/RefreshOutboundAuthToken.php') 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) { -- cgit v1.3