You are here

public static property AuthenticationType::$QR_CODE 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::QR_CODE

File

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

Class

AuthenticationType
@file This class represents authentication type.

Namespace

Drupal\miniorange_2fa

Code

public static $QR_CODE = array(
  'id' => 'qrcode-authentication',
  'name' => 'QR Code Authentication',
  'code' => 'MOBILE AUTHENTICATION',
  'description' => 'You have to scan the QR Code from your phone using <em>miniOrange Authenticator App</em> to login. Supported in Smartphones only.',
  'supported-for' => array(
    'Smartphones',
  ),
  'challenge' => TRUE,
  'oob' => TRUE,
);