You are here

public function TfaTrustedBrowserSetup::__construct in TFA Basic plugins 7

Plugin constructor.

Parameters

array $context: Context of current TFA process. Must include key:

  • 'uid' Account uid of user in TFA process.

May include keys:

  • 'validate_context' Plugin-specific context for use during Tfa validation.
  • 'setup_context' Plugin-specific context for use during TfaSetup.

Overrides TfaTrustedBrowser::__construct

File

includes/tfa_trusted_browser.inc, line 207
classes for TFA basic plugin

Class

TfaTrustedBrowserSetup
Class TfaTrustedBrowserSetup

Code

public function __construct(array $context) {
  parent::__construct($context);
}