Skip to content

Commit

Permalink
Credentials: add new type "ssh-key"
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubinix committed Dec 19, 2019
1 parent bc012ab commit 171b99a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Api/Credentials.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class Credentials extends AbstractApi
const TYPE_HTTP_BASIC = 'http-basic';
const TYPE_MAGENTO = 'magento';
const TYPE_HTTP_HEADER = 'http-header';
const TYPE_SSH_KEY = 'ssh-key';

public function all()
{
Expand Down

0 comments on commit 171b99a

Please sign in to comment.