Home
last modified time | relevance | path

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

/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DAuthenticationException.php64 * @param string $cas_response the response of the CAS server
69 $bad_response=false,$cas_response='',$err_code=-1,$err_msg='' argument
106 phpCAS::trace($messages[] = 'CAS response: '.$cas_response);
H A DClient.php2941 $cas_response = '';
2943 if ( !$this->_readURL($cas_url, $headers, $cas_response, $err_msg) ) {
2960 if ( !($dom->loadXML($cas_response))) {
3024 .$cas_response.'\')';
4172 * @param string $cas_response the response of the CAS server
4183 $cas_response='', argument
4218 phpCAS::trace('CAS response: '.$cas_response);