You are here

public static property AuthenticationType::$NOT_CONFIGURED in Google Authenticator / 2 Factor Authentication - 2FA 8.2

File

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

Class

AuthenticationType
@file This class represents authentication type.

Namespace

Drupal\miniorange_2fa

Code

public static $NOT_CONFIGURED = array(
  'id' => 'not-configured',
  'name' => 'Not Configured',
  'code' => 'NOT CONFIGURED',
  'description' => '',
  'supported-for' => array(
    'hardware-token',
  ),
  'challenge' => TRUE,
  'oob' => TRUE,
  'test-route' => 'miniorange_2fa.test_otp_over_sms_and_email',
  'configure-route' => 'miniorange_2fa.configure_otp_over_sms_authentication',
);