You are here

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

File

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

Class

AuthenticationType
@file This class represents authentication type.

Namespace

Drupal\miniorange_2fa

Code

public static $SOFT_TOKEN = array(
  'id' => 'soft-token',
  'name' => 'Soft Token',
  'code' => 'SOFT TOKEN',
  'description' => 'You have to enter code generated by <em>miniOrange Authenticator App</em> to login. Supported in Smartphones only.',
  'supported-for' => array(
    'Smartphones',
  ),
  'challenge' => FALSE,
  'oob' => FALSE,
);