Include sharing keys in response

This commit is contained in:
brantje 2016-09-25 21:18:58 +02:00
parent 52c3f0cbd6
commit 3126cf865f

View file

@ -60,6 +60,8 @@ class Vault extends Entity implements \JsonSerializable{
'guid' => $this->getGuid(),
'name' => $this->getName(),
'created' => $this->getCreated(),
'private_sharing_key' => $this->getPrivateSharingKey(),
'public_sharing_key' => $this->getPublicSharingKey(),
'last_access' => $this->getlastAccess(),
];
}