Home
last modified time | relevance | path

Searched refs:sharedapi_decode_data (Results 1 – 2 of 2) sorted by relevance

/plugin/vbsso/includes/
H A Dapi.php223 $baa_username = sharedapi_decode_data($vbsso_settings[VBSSO_NAMED_EVENT_FIELD_API_KEY],
226 $baa_password = sharedapi_decode_data($vbsso_settings[VBSSO_NAMED_EVENT_FIELD_API_KEY],
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php344 function sharedapi_decode_data($key, $data) { function
416 $json = $is_response ? json_decode($data, true) : sharedapi_decode_data($key, $data);
421 …$json[SHAREDAPI_EVENT_FIELD_DATA] = sharedapi_decode_data($key, $json[SHAREDAPI_EVENT_FIELD_DATA]);