diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2016-11-02 17:32:44 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2016-11-02 17:42:46 +0100 |
commit | 4da6b20e768574e2ec6a7da590273e18b64ddda5 (patch) | |
tree | 813e6927dffd0251b159184436c171a42bfb3ffa /lib/private/Authentication/Token | |
parent | 9d6e01ef40f7f4d2acab653b33e1af026bcde6c7 (diff) | |
download | nextcloud-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.php | 2 |
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 |