You are here

protected function GALoginHotpValidation::deleteSeed in Google Authenticator login 8

Delete the seed of the current validated user.

File

src/Plugin/TfaValidation/GALoginHotpValidation.php, line 322

Class

GALoginHotpValidation
HOTP validation class for performing HOTP validation.

Namespace

Drupal\ga_login\Plugin\TfaValidation

Code

protected function deleteSeed() {
  $this
    ->deleteUserData('tfa', 'tfa_hotp_seed', $this->uid, $this->userData);
}