CAS_Client::_getPGT PHP Méthode

_getPGT() private méthode

This method returns the Proxy Granting Ticket given by the CAS server.
private _getPGT ( ) : string
Résultat string the Proxy Granting Ticket.
    private function _getPGT()
    {
        return $this->_pgt;
    }
CAS_Client