public function TfaLoginInterface::loginAllowed in Two-factor Authentication (TFA) 8
Whether login is allowed.
Return value
bool Whether login is allowed.
1 method overrides TfaLoginInterface::loginAllowed()
- TfaTrustedBrowser::loginAllowed in src/
Plugin/ TfaLogin/ TfaTrustedBrowser.php - Whether login is allowed.
File
- src/
Plugin/ TfaLoginInterface.php, line 19
Class
- TfaLoginInterface
- Interface TfaLoginInterface.
Namespace
Drupal\tfa\PluginCode
public function loginAllowed();