X-Git-Url: http://git.pjr.cc/?p=ga4php.git;a=blobdiff_plain;f=authserver%2Flib%2Flib.php;h=83d7ced8ddc527a53d942e9c67540f98419597e4;hp=c3ac220ccfb6085762ed837351662a7913b9e4b2;hb=2d6b0d3ff36c0e388ea51163cb2ebee072a03dab;hpb=491639811383704f32a0e5614e6d62fea2105878 diff --git a/authserver/lib/lib.php b/authserver/lib/lib.php index c3ac220..83d7ced 100644 --- a/authserver/lib/lib.php +++ b/authserver/lib/lib.php @@ -17,6 +17,7 @@ define("MSG_GET_OTK_PNG", 10); define("MSG_GET_OTK_ID", 11); define("MSG_DELETE_USER_TOKEN", 12); define("MSG_SYNC_TOKEN", 13); +define("MSG_GET_TOKEN_TYPE", 14); // BASE_DIR = $BASE_DIR = realpath(dirname(__FILE__)."/../../");