addMinutes(5)); } /** * Clear cached nonce (e.g., after nonce error) */ public function clearNonce(string $pdsEndpoint): void { $cacheKey = 'dpop_nonce:'.md5($pdsEndpoint); Cache::forget($cacheKey); } }