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,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BaronSoftware.SSO
namespace BaronSoftware.SSO
{
public class InvalidUserException : Exception
{
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BaronSoftware.SSO
namespace BaronSoftware.SSO
{
public class UserJsonParsingException : Exception
{