You are here

public function GoogleAuthenticator::deleteUser in Google Authenticator login 7

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

Delete a user.

File

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

Class

GoogleAuthenticator
@file Abstract GoogleAuthenticator class.

Code

public function deleteUser($username) {
  $this
    ->internalPutData($username, "");
}