You are here

public function CasPreUserLoadRedirectEvent::getTicket in CAS 2.x

Same name and namespace in other branches
  1. 8 src/Event/CasPreUserLoadRedirectEvent.php \Drupal\cas\Event\CasPreUserLoadRedirectEvent::getTicket()

Returns the CAS authentication ticket.

Return value

string The CAS authentication ticket.

File

src/Event/CasPreUserLoadRedirectEvent.php, line 94

Class

CasPreUserLoadRedirectEvent
Allows third-party code to inject user interaction into the flow.

Namespace

Drupal\cas\Event

Code

public function getTicket() {
  return $this->ticket;
}