We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc012ab commit 171b99aCopy full SHA for 171b99a
src/Api/Credentials.php
@@ -17,6 +17,7 @@ class Credentials extends AbstractApi
17
const TYPE_HTTP_BASIC = 'http-basic';
18
const TYPE_MAGENTO = 'magento';
19
const TYPE_HTTP_HEADER = 'http-header';
20
+ const TYPE_SSH_KEY = 'ssh-key';
21
22
public function all()
23
{
0 commit comments