getServerLogoutURL() public method

This method is used to retrieve the logout URL of the CAS server.
public getServerLogoutURL ( ) : string
return string logout URL.
Exemplo n.º 1
0
 /**
  * This method returns the URL to be used to login.
  * or phpCAS::isAuthenticated().
  *
  * @return the login name of the authenticated user
  */
 public static function getServerLogoutURL()
 {
     phpCAS::_validateClientExists();
     return self::$_PHPCAS_CLIENT->getServerLogoutURL();
 }