/**
  * Resets the SAML flow.
  */
 public function reset()
 {
     $this->stateHandler->clearRequestId();
 }