public static property AuthenticationType::$EMAIL in Google Authenticator / 2 Factor Authentication - 2FA 7
File
- classes/
AuthenticationType.php, line 67 - Contains Authentication type class.
Class
- AuthenticationType
- @file This class represents authentication type.
Code
public static $EMAIL = array(
'id' => 'email',
'name' => 'OTP Over Email',
'code' => 'EMAIL',
'description' => 'You will receive a one time passcode via Email. You have to enter the otp on your screen to login. Supported in Smartphones, Feature Phones.',
'supported-for' => array(
'Desktops',
'Laptops',
'Smartphones',
),
'challenge' => TRUE,
'oob' => FALSE,
);