public static property AuthenticationType::$KBA in Google Authenticator / 2 Factor Authentication - 2FA 8
Same name and namespace in other branches
- 8.2 src/AuthenticationType.php \Drupal\miniorange_2fa\AuthenticationType::KBA
File
- src/
AuthenticationType.php, line 111 - Contains Authentication type class.
Class
- AuthenticationType
- @file This class represents authentication type.
Namespace
Drupal\miniorange_2faCode
public static $KBA = array(
'id' => 'kba-authentication',
'name' => 'Security Questions (KBA)',
'code' => 'KBA',
'description' => 'You have to answers some knowledge based security questions which are only known to you to authenticate yourself. Supported in Desktops, Laptops, Smartphones.',
'supported-for' => array(
'Laptops',
),
'challenge' => TRUE,
'oob' => FALSE,
);