You are here

public function TfaTrustedBrowserSetup::deleteTrustedBrowsers in Two-factor Authentication (TFA) 8

Delete all trusted browsers.

Return value

bool TRUE if successful otherwise FALSE.

File

src/Plugin/TfaSetup/TfaTrustedBrowserSetup.php, line 185

Class

TfaTrustedBrowserSetup
TFA Trusted Browser Setup Plugin.

Namespace

Drupal\tfa\Plugin\TfaSetup

Code

public function deleteTrustedBrowsers() {
  return $this
    ->deleteTrusted();
}