You are here

public function TfaContextInterface::hasSkipped in Two-factor Authentication (TFA) 8

Increment the count of $this->getUser() logins without setting up TFA.

1 method overrides TfaContextInterface::hasSkipped()
TfaContext::hasSkipped in src/TfaContext.php
Increment the count of $this->getUser() logins without setting up TFA.

File

src/TfaContextInterface.php, line 78

Class

TfaContextInterface
Provide context for the current login attempt.

Namespace

Drupal\tfa

Code

public function hasSkipped();