]> source.dussan.org Git - nextcloud-server.git/commitdiff
document what the method does 1347/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Wed, 2 Nov 2016 16:32:44 +0000 (17:32 +0100)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Wed, 2 Nov 2016 16:42:46 +0000 (17:42 +0100)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
lib/private/Authentication/Token/IProvider.php

index 6260555470dd15f9e3abf8f7bd3f31329266be74..ce14a5880c55f0d2220aa56fdd94d307c4f6f7d9 100644 (file)
@@ -53,6 +53,8 @@ interface IProvider {
        public function getToken($tokenId) ;
 
        /**
+        * Duplicate an existing session token
+        *
         * @param string $oldSessionId
         * @param string $sessionId
         * @throws InvalidTokenException