public function MiniorangeSAMLCustomer::__construct in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 8
Constructor.
File
- src/
MiniorangeSAMLCustomer.php, line 28 - Contains miniOrange Customer class.
Class
Namespace
Drupal\miniorange_samlCode
public function __construct($email, $phone, $password, $otp_token) {
$this->email = $email;
$this->phone = $phone;
$this->password = $password;
$this->otpToken = $otp_token;
}