You are here

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

MiniorangeSAMLCustomer

Namespace

Drupal\miniorange_saml

Code

public function __construct($email, $phone, $password, $otp_token) {
  $this->email = $email;
  $this->phone = $phone;
  $this->password = $password;
  $this->otpToken = $otp_token;
}