You are here

public function CasPostValidateEvent::getResponseData in CAS 8

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

Returns the responseData string.

Return value

string The raw validation response data from CAS server.

File

src/Event/CasPostValidateEvent.php, line 63

Class

CasPostValidateEvent
Event fired after CAS validation happens.

Namespace

Drupal\cas\Event

Code

public function getResponseData() {
  return $this->responseData;
}