You are here

interface TfaSendPluginInterface in Two-factor Authentication (TFA) 7.2

Interface TfaSendPluginInterface.

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

Expanded class hierarchy of TfaSendPluginInterface

All classes that implement TfaSendPluginInterface

2 string references to 'TfaSendPluginInterface'
tfa_admin_settings in ./tfa.admin.inc
Admin settings form.
_tfa_class_types in ./tfa.admin.inc
Get human-readable types.

File

./tfa.inc, line 822
TFA module classes.

View source
interface TfaSendPluginInterface {

  /**
   * TFA process begin.
   */
  public function begin();

}

Members

Namesort descending Modifiers Type Description Overrides
TfaSendPluginInterface::begin public function TFA process begin. 1