You are here

public function TfaTrustedBrowser::finalize in TFA Basic plugins 7

File

includes/tfa_trusted_browser.inc, line 80
classes for TFA basic plugin

Class

TfaTrustedBrowser
Class TfaTrustedBrowser

Code

public function finalize() {
  if ($this->trustBrowser) {
    $name = $this
      ->getAgent();
    $this
      ->setTrusted($this
      ->generateBrowserId(), $name);
  }
}