Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
factor_auth

Namespaces

namespace  factor_auth
  
 
namespace  factor_auth\privacy
  
 

Classes

class  factor_auth\factor
 
class  factor_auth\privacy\provider
 

Functions

 xmldb_factor_auth_upgrade ($oldversion)
 Factor auth upgrade helper function.
 

Variables

 $authselect = []
 
 $authtypes = get_enabled_auth_plugins(true)
 
 $enabled
 
 $plugin = 2024041600
 
$plugin component = 'factor_auth'
 
$plugin maturity = MATURITY_STABLE
 
$plugin version = 2024042200
 

Detailed Description

Function Documentation

◆ xmldb_factor_auth_upgrade()

xmldb_factor_auth_upgrade ( $oldversion)

Factor auth upgrade helper function.

Parameters
int$oldversion

Variable Documentation

◆ $enabled

$enabled
Initial value:
= new admin_setting_configcheckbox('factor_auth/enabled',
new lang_string('settings:enablefactor', 'tool_mfa'),
new lang_string('settings:enablefactor_help', 'tool_mfa'), 0)
Checkbox.
Definition adminlib.php:3071
The lang_string class.
Definition moodlelib.php:10246