@@ -1379,22 +1379,37 @@ public static String computeMaxHostBrokerProtocol() {
13791379 /**
13801380 * String for broker webapps get contracts result.
13811381 */
1382- public static final String BROKER_WEBAPPS_GET_CONTRACTS_RESULT = "contracts " ;
1382+ public static final String BROKER_WEBAPPS_GET_CONTRACTS_RESULT = "web_apps_contracts " ;
13831383
13841384 /**
1385- * String for broker webapps error result .
1385+ * String for broker webapps request .
13861386 */
1387- public static final String BROKER_WEB_APPS_ERROR = "error " ;
1387+ public static final String BROKER_WEB_APPS_EXECUTE_REQUEST = "web_apps_execute_request " ;
13881388
13891389 /**
1390- * String for broker webapps request .
1390+ * String for broker webapps additional required params .
13911391 */
1392- public static final String BROKER_WEB_APPS_REQUEST = "request " ;
1392+ public static final String BROKER_WEB_APPS_ADDITIONAL_REQUIRED_PARAMS = "additional_required_params " ;
13931393
13941394 /**
13951395 * String for broker webapps response.
13961396 */
1397- public static final String BROKER_WEB_APPS_RESPONSE = "response" ;
1397+ public static final String BROKER_WEB_APPS_SUCCESSFUL_RESULT = "web_app_successful_result" ;
1398+
1399+ /**
1400+ * String for compressed broker webapps response.
1401+ */
1402+ public static final String BROKER_WEB_APPS_SUCCESSFUL_RESULT_COMPRESSED = "web_app_successful_result_compressed" ;
1403+
1404+ /**
1405+ * String for broker webapps interactive intent.
1406+ */
1407+ public static final String BROKER_WEB_APPS_INTERACTIVE_INTENT = "web_apps_interactive_intent" ;
1408+
1409+ /**
1410+ * String for broker webapps error result.
1411+ */
1412+ public static final String BROKER_WEB_APPS_ERROR_RESULT = "web_apps_error_result" ;
13981413
13991414 /**
14001415 * String for generate shr result.
@@ -2142,4 +2157,3 @@ public static final class SdkPlatformFields {
21422157 public static final String VERSION = com .microsoft .identity .common .java .AuthenticationConstants .SdkPlatformFields .VERSION ;
21432158 }
21442159}
2145-
0 commit comments