You are here

public function GoogleAuthenticator::getErrorText in Google Authenticator login 7

Same name and namespace in other branches
  1. 6 ga4php.php \GoogleAuthenticator::getErrorText()

Gets the error text associated with the last error.

File

./ga4php.php, line 275
Abstract GoogleAuthenticator class.

Class

GoogleAuthenticator
@file Abstract GoogleAuthenticator class.

Code

public function getErrorText() {
  return $this->errorText;
}