Skip to content

Commit 171b99a

Browse files
committed
Credentials: add new type "ssh-key"
1 parent bc012ab commit 171b99a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/Api/Credentials.php

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class Credentials extends AbstractApi
1717
const TYPE_HTTP_BASIC = 'http-basic';
1818
const TYPE_MAGENTO = 'magento';
1919
const TYPE_HTTP_HEADER = 'http-header';
20+
const TYPE_SSH_KEY = 'ssh-key';
2021

2122
public function all()
2223
{

0 commit comments

Comments
 (0)