RefreshTokenDestroyed 콜백 명칭 수정, LicenseCheckInterval 최솟값 버그 수정 및 불필요 using 정리

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-01 14:37:36 +09:00
co-authored by Claude Sonnet 4.6
parent ee38072ff9
commit f290500eff
8 changed files with 14 additions and 29 deletions
+1 -3
View File
@@ -1,7 +1,5 @@
using FluentScheduler;
using System.ComponentModel;
using System.Net.Http;
using System.Net.NetworkInformation;
namespace BaronSoftware.SSO
{
@@ -181,7 +179,7 @@ namespace BaronSoftware.SSO
{
StopLicenseInterval();
await SignOutAsync();
option.ExpiredToken?.Invoke();
option.RefreshTokenDestroyed?.Invoke();
}
}, run => run.Every(option.LicenseCheckInterval).Seconds()
);