You are here

public function AuthenticationAPIHandler::__construct in Google Authenticator / 2 Factor Authentication - 2FA 8.2

Same name and namespace in other branches
  1. 8 src/AuthenticationAPIHandler.php \Drupal\miniorange_2fa\AuthenticationAPIHandler::__construct()

File

src/AuthenticationAPIHandler.php, line 9

Class

AuthenticationAPIHandler

Namespace

Drupal\miniorange_2fa

Code

public function __construct($customerId, $apiKey) {
  $this->apiKey = $apiKey;
  $this->customerId = $customerId;
}