[FIX]: implicit type 체크 함수 인자 오류로 동작 안하던 것 수정

This commit is contained in:
KMINGON 2025-07-04 21:31:15 +09:00
commit cf5746685a

View file

@ -119,7 +119,7 @@ class AccessTokenScanner:
print("[TOKENDEBUG] No matched.") print("[TOKENDEBUG] No matched.")
return None return None
def _is_implicit_flow(request_url: str) -> bool: def _is_implicit_flow(self, request_url: str) -> bool:
""" """
URL의 파라미터에서 OAuth Implicit Flow 패턴을 체크합니다. URL의 파라미터에서 OAuth Implicit Flow 패턴을 체크합니다.