diff --git a/src/Credentials.php b/src/Credentials.php index d10a2e3..edc4ad5 100644 --- a/src/Credentials.php +++ b/src/Credentials.php @@ -181,6 +181,9 @@ public function getAuthenticationDetails() { $this->credentials["password"]); } break; + case "api-key": + return array(); + break; default: throw new UnknownCredentialTypeException("Not sure what type : ".$credentialType); }