Token Cache Management
[osm/NBI.git] / osm_nbi / authconn.py
index ef4d75c..2ebbb47 100644 (file)
@@ -110,7 +110,7 @@ class Authconn:
     Each Auth backend connector plugin must be a subclass of
     Authconn class.
     """
-    def __init__(self, config, db, token_cache):
+    def __init__(self, config, db):
         """
         Constructor of the Authconn class.