diff options
Diffstat (limited to 'lib/public/Federation/ICloudFederationShare.php')
-rw-r--r-- | lib/public/Federation/ICloudFederationShare.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/public/Federation/ICloudFederationShare.php b/lib/public/Federation/ICloudFederationShare.php index ce5065c70b8..b721ffb1681 100644 --- a/lib/public/Federation/ICloudFederationShare.php +++ b/lib/public/Federation/ICloudFederationShare.php @@ -222,6 +222,16 @@ interface ICloudFederationShare { public function getShareType(); /** + * get share Secret + * + * @return string + * + * @since 14.0.0 + */ + public function getShareSecret(); + + + /** * get protocol specification * * @return array |