public function MoAuthApi::__construct in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 8
File
- src/
Api/ MoAuthApi.php, line 13
Class
Namespace
Drupal\miniorange_saml\ApiCode
public function __construct($customerId = MiniorangeSAMLConstants::DEFAULT_CUSTOMER_ID, $apiKey = MiniorangeSAMLConstants::DEFAULT_API_KEY) {
$this->customerId = $customerId;
$this->apiKey = $apiKey;
}