Changing the length of access token
[platform/upstream/iotivity.git] / service / easy-setup / inc / escommon.h
index 94c5df1..d2e16f6 100644 (file)
@@ -36,10 +36,11 @@ extern "C"
 
 
 
-#define OIC_STRING_MAX_VALUE    256
-#define MAX_WEBLINKLEN          3
-#define NUM_WIFIMODE            10
-#define NUM_CONNECT_TYPE        3
+#define OIC_STRING_MAX_VALUE                  256
+#define OIC_STRING_ACCESS_TOKEN_MAX_VALUE     1024
+#define MAX_WEBLINKLEN                        3
+#define NUM_WIFIMODE                          10
+#define NUM_CONNECT_TYPE                      3
 
 /**
  * Attributes used to form a proper easysetup conforming JSON message.