You are here

function GoogleAuthenticator::getErrorText in Google Authenticator login 6

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

File

./ga4php.php, line 267

Class

GoogleAuthenticator

Code

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