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