Searched refs:authJsonObject (Results 1 – 1 of 1) sorted by relevance
97 nlohmann::json authJsonObject = nlohmann::json::parse(authJsonConfigString, nullptr, false); in ParseAuthConfig() local98 if (authJsonObject.is_discarded()) { in ParseAuthConfig()102 if (!IsArray(authJsonObject, AUTH_LOAD_JSON_KEY)) { in ParseAuthConfig()106 auto soLoadInfo = authJsonObject[AUTH_LOAD_JSON_KEY].get<std::vector<AuthSoLoadInfo>>(); in ParseAuthConfig()