summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/Token
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-11-02 17:32:44 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-11-02 17:42:46 +0100
commit4da6b20e768574e2ec6a7da590273e18b64ddda5 (patch)
tree813e6927dffd0251b159184436c171a42bfb3ffa /lib/private/Authentication/Token
parent9d6e01ef40f7f4d2acab653b33e1af026bcde6c7 (diff)
downloadnextcloud-server-4da6b20e768574e2ec6a7da590273e18b64ddda5.tar.gz
nextcloud-server-4da6b20e768574e2ec6a7da590273e18b64ddda5.zip
document what the method does
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/private/Authentication/Token')
-rw-r--r--lib/private/Authentication/Token/IProvider.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/private/Authentication/Token/IProvider.php b/lib/private/Authentication/Token/IProvider.php
index 6260555470d..ce14a5880c5 100644
--- a/lib/private/Authentication/Token/IProvider.php
+++ b/lib/private/Authentication/Token/IProvider.php
@@ -53,6 +53,8 @@ interface IProvider {
public function getToken($tokenId) ;
/**
+ * Duplicate an existing session token
+ *
* @param string $oldSessionId
* @param string $sessionId
* @throws InvalidTokenException