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