added a command for syncing tokens to the auth server
[ga4php.git] / authserver / lib / lib.php
index 52f09ca..c3ac220 100644 (file)
@@ -16,6 +16,7 @@ define("MSG_GET_USERS", 9);
 define("MSG_GET_OTK_PNG", 10);
 define("MSG_GET_OTK_ID", 11);
 define("MSG_DELETE_USER_TOKEN", 12);
+define("MSG_SYNC_TOKEN", 13);
 
 // BASE_DIR = 
 $BASE_DIR = realpath(dirname(__FILE__)."/../../");