You are here

protected property TfaRandomTrait::$allowedRandomNumbers in Two-factor Authentication (TFA) 8

Numbers allowed during random string generation.

Note that the numbers '0' and '1' have been remove to avoid confusion with the letters 'O' and 'l'.

Type: string

File

src/TfaRandomTrait.php, line 20

Class

TfaRandomTrait
Trait TfaRandomTrait for generating cryptographically secure random data.

Namespace

Drupal\tfa

Code

protected $allowedRandomNumbers = '23456789';