public function AuthenticationAPIHandler::__construct in Google Authenticator / 2 Factor Authentication - 2FA 7
File
- classes/
AuthenticationAPIHandler.php, line 6
Class
Code
public function __construct($customerId, $apiKey) {
$this->apiKey = $apiKey;
$this->customerId = $customerId;
}