You are here

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

Wrapper for user_login_finalize().

1 method overrides TfaContextInterface::doUserLogin()
TfaContext::doUserLogin in src/TfaContext.php
@todo Set a hash mark to indicate TFA authorization has passed.

File

src/TfaContextInterface.php, line 93

Class

TfaContextInterface
Provide context for the current login attempt.

Namespace

Drupal\tfa

Code

public function doUserLogin();