You are here

public function MiniorangeCustomerProfile::getTokenKey in Google Authenticator / 2 Factor Authentication - 2FA 8

Same name and namespace in other branches
  1. 8.2 src/MiniorangeCustomerProfile.php \Drupal\miniorange_2fa\MiniorangeCustomerProfile::getTokenKey()

File

src/MiniorangeCustomerProfile.php, line 36
Contains constants class.

Class

MiniorangeCustomerProfile
@file This class represents User Profile.

Namespace

Drupal\miniorange_2fa

Code

public function getTokenKey() {
  return $this->token_key;
}