Loading src/SingleSignOnBase.php +4 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,10 @@ class SingleSignOnBase { 'api_key' => $this->api_key, 'api_username' => $this->api_username, ], RequestOptions::HEADERS => [ 'api-key' => $this->api_key, 'api-username' => $this->api_username, ], RequestOptions::HTTP_ERRORS => $this->http_errors, ]; Loading Loading
src/SingleSignOnBase.php +4 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,10 @@ class SingleSignOnBase { 'api_key' => $this->api_key, 'api_username' => $this->api_username, ], RequestOptions::HEADERS => [ 'api-key' => $this->api_key, 'api-username' => $this->api_username, ], RequestOptions::HTTP_ERRORS => $this->http_errors, ]; Loading