interface TfaSendInterface in Two-factor Authentication (TFA) 8
Interface TfaSendInterface.
Send plugins interact with the Tfa begin() process to communicate a code during the start of the TFA process.
Implementations of a send plugin should also be a validation plugin.
Hierarchy
- interface \Drupal\tfa\Plugin\TfaSendInterface
Expanded class hierarchy of TfaSendInterface
All classes that implement TfaSendInterface
1 file declares its use of TfaSendInterface
- TfaLoginForm.php in src/
Form/ TfaLoginForm.php
File
- src/
Plugin/ TfaSendInterface.php, line 13
Namespace
Drupal\tfa\PluginView source
interface TfaSendInterface {
/**
* TFA process begin.
*/
public function begin();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
TfaSendInterface:: |
public | function | TFA process begin. |