You are here

function GoogleAuthenticator::getCustomData in Google Authenticator login 6

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

File

./ga4php.php, line 47

Class

GoogleAuthenticator

Code

function getCustomData($username) {
  $data = $this
    ->internalGetData($username);
  $custom = $data["user"];
  return $custom;
}