You are here

protected property CasPostValidateEvent::$responseData in CAS 8

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

The raw validation response data from CAS server.

Type: string

File

src/Event/CasPostValidateEvent.php, line 25

Class

CasPostValidateEvent
Event fired after CAS validation happens.

Namespace

Drupal\cas\Event

Code

protected $responseData;