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