You are here

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

MoAuthApi

Namespace

Drupal\miniorange_saml\Api

Code

public function __construct($customerId = MiniorangeSAMLConstants::DEFAULT_CUSTOMER_ID, $apiKey = MiniorangeSAMLConstants::DEFAULT_API_KEY) {
  $this->customerId = $customerId;
  $this->apiKey = $apiKey;
}