$this->accessToken, "device_id" => $this->deviceId, "expires_in_ms" => $this->expiresInMilliseconds, "refresh_token" => $this->refreshToken, "user_id" => $this->userId, "well_known" => $this->wellKnown, ], fn ($value) => ! is_null($value)); } }