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

Namespaces

namespace  factor_webauthn
  
 
namespace  factor_webauthn\privacy
  
 

Classes

class  factor_webauthn\factor
 
class  factor_webauthn\privacy\provider
 

Variables

 $authenticators
 
 $enabled
 
 $plugin = 2024041600
 
$plugin component = 'factor_webauthn'
 
$plugin maturity = MATURITY_STABLE
 
$plugin version = 2024042200
 

Detailed Description

Variable Documentation

◆ $authenticators

$authenticators
Initial value:
= [
'usb' => get_string('authenticator:usb', 'factor_webauthn'),
'nfc' => get_string('authenticator:nfc', 'factor_webauthn'),
'ble' => get_string('authenticator:ble', 'factor_webauthn'),
'hybrid' => get_string('authenticator:hybrid', 'factor_webauthn'),
'internal' => get_string('authenticator:internal', 'factor_webauthn'),
]

◆ $enabled

$enabled
Initial value:
= new admin_setting_configcheckbox('factor_webauthn/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