We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703074f commit aaa648bCopy full SHA for aaa648b
Kong/Services/ConsumerInterface.php
@@ -17,4 +17,6 @@ public function update($consumer, $body = []);
17
public function updateOrCreate($body = []);
18
19
public function delete($consumer);
20
+
21
+ public function createCredential($consumer, $credential, $body = []);
22
}
0 commit comments