summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/Token/IProvider.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-11-02 13:37:39 +0100
committerLukas Reschke <lukas@statuscode.ch>2016-11-02 13:39:17 +0100
commit9d6e01ef40f7f4d2acab653b33e1af026bcde6c7 (patch)
tree45c98681e5fd2671bba975a56bc75185b08d0f9a /lib/private/Authentication/Token/IProvider.php
parent271f2a4cfff2be6f25d4bc546040613fdb2e70bf (diff)
downloadnextcloud-server-9d6e01ef40f7f4d2acab653b33e1af026bcde6c7.tar.gz
nextcloud-server-9d6e01ef40f7f4d2acab653b33e1af026bcde6c7.zip
Add missing tests and fix PHPDoc
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'lib/private/Authentication/Token/IProvider.php')
-rw-r--r--lib/private/Authentication/Token/IProvider.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/Authentication/Token/IProvider.php b/lib/private/Authentication/Token/IProvider.php
index b8c15571df1..6260555470d 100644
--- a/lib/private/Authentication/Token/IProvider.php
+++ b/lib/private/Authentication/Token/IProvider.php
@@ -55,6 +55,7 @@ interface IProvider {
/**
* @param string $oldSessionId
* @param string $sessionId
+ * @throws InvalidTokenException
*/
public function renewSessionToken($oldSessionId, $sessionId);