You are here

public function UsersAPIHandler::__construct in Google Authenticator / 2 Factor Authentication - 2FA 8

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

File

src/UsersAPIHandler.php, line 9

Class

UsersAPIHandler

Namespace

Drupal\miniorange_2fa

Code

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