public function UsersAPIHandler::__construct in Google Authenticator / 2 Factor Authentication - 2FA 8.2
Same name and namespace in other branches
- 8 src/UsersAPIHandler.php \Drupal\miniorange_2fa\UsersAPIHandler::__construct()
File
- src/
UsersAPIHandler.php, line 9
Class
Namespace
Drupal\miniorange_2faCode
public function __construct($customerId, $apiKey) {
$this->apiKey = $apiKey;
$this->customerId = $customerId;
}