You are here

public function TfaContext::doUserLogin in Two-factor Authentication (TFA) 8

@todo Set a hash mark to indicate TFA authorization has passed.

Overrides TfaContextInterface::doUserLogin

File

src/TfaContext.php, line 199

Class

TfaContext
Provide context for the current login attempt.

Namespace

Drupal\tfa

Code

public function doUserLogin() {
  user_login_finalize($this
    ->getUser());
}