public static property AuthenticationType::$EMAIL in Google Authenticator / 2 Factor Authentication - 2FA 8.2
Same name and namespace in other branches
- 8 src/AuthenticationType.php \Drupal\miniorange_2fa\AuthenticationType::EMAIL
File
- src/
AuthenticationType.php, line 93 - Contains Authentication type class.
Class
- AuthenticationType
- @file This class represents authentication type.
Namespace
Drupal\miniorange_2faCode
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(
'Laptops',
),
'challenge' => TRUE,
'oob' => FALSE,
'test-route' => 'miniorange_2fa.test_otp_over_email',
'configure-route' => 'miniorange_2fa.configure_otp_over_email_authentication',
);