You are here

private function LoginHandler::getErrorMessage in Shibboleth Authentication 8

1 call to LoginHandler::getErrorMessage()
LoginHandler::shibLogin in src/Login/LoginHandler.php

File

src/Login/LoginHandler.php, line 335

Class

LoginHandler
Class LoginHandler.

Namespace

Drupal\shib_auth\Login

Code

private function getErrorMessage() {
  return $this->error_message;
}