You are here

function GoogleAuthenticator::deleteUser in Google Authenticator login 6

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

File

./ga4php.php, line 143

Class

GoogleAuthenticator

Code

function deleteUser($username) {

  // oh, we need to figure out how to do thi?
  $this
    ->internalPutData($username, "");
}