You are here

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

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\Plugin
View source
interface TfaSendInterface {

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

}

Members

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