You are here

public static property AuthenticationType::$KBA in Google Authenticator / 2 Factor Authentication - 2FA 7

File

classes/AuthenticationType.php, line 158
Contains Authentication type class.

Class

AuthenticationType
@file This class represents authentication type.

Code

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(
    'Desktops',
    'Laptops',
    'Smartphones',
  ),
  'challenge' => TRUE,
  'oob' => FALSE,
);