Home
last modified time | relevance | path

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

/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DClient.php1470 $this->redirectToCas(false, true);
1495 $this->redirectToCas(false/* no gateway */);
1573 $this->redirectToCas(true/* gateway */);
1859 public function redirectToCas($gateway=false,$renew=false) function in CAS_Client