public function MiniorangeSAMLCustomer::__construct in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 7
Constructor.
File
- includes/
customer_setup.php, line 24 - Contains miniOrange Customer class.
Class
- MiniorangeSAMLCustomer
- @file This class represents configuration for customer.
Code
public function __construct($email, $phone, $password, $otp_token) {
$this->email = $email;
$this->phone = $phone;
$this->password = $password;
$this->otpToken = $otp_token;
$this->defaultCustomerId = "16555";
$this->defaultCustomerApiKey = "fFd2XcvTGDemZvbw1bcUesNJWEqKbbUq";
}