You are here

protected property CasPostValidateEvent::$casPropertyBag in CAS 8

Same name and namespace in other branches
  1. 2.x src/Event/CasPostValidateEvent.php \Drupal\cas\Event\CasPostValidateEvent::casPropertyBag

The bag of properties extracted from the response after the validation.

Type: \Drupal\cas\CasPropertyBag

File

src/Event/CasPostValidateEvent.php, line 32

Class

CasPostValidateEvent
Event fired after CAS validation happens.

Namespace

Drupal\cas\Event

Code

protected $casPropertyBag;