You are here

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

File

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

Class

AuthenticationType
@file This class represents authentication type.

Code

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