You are here

public static property AuthenticationType::$OTP_OVER_PHONE in Google Authenticator / 2 Factor Authentication - 2FA 8

Same name and namespace in other branches
  1. 8.2 src/AuthenticationType.php \Drupal\miniorange_2fa\AuthenticationType::OTP_OVER_PHONE

File

src/AuthenticationType.php, line 50
Contains Authentication type class.

Class

AuthenticationType
@file This class represents authentication type.

Namespace

Drupal\miniorange_2fa

Code

public static $OTP_OVER_PHONE = array(
  'id' => 'otp-over-phone',
  'name' => 'OTP Over Phone Call',
  'code' => 'PHONE VERIFICATION',
  'description' => 'You will receive a one time passcode via phone call. You have to enter the otp on your screen to login. Supported in Smartphones, Feature Phones.',
  'supported-for' => array(
    'Landline',
  ),
  'challenge' => TRUE,
  'oob' => FALSE,
);