Skip to content

Commit 4da6b20

Browse files
document what the method does
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 parent 9d6e01e commit 4da6b20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/private/Authentication/Token/IProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ public function generateToken($token, $uid, $loginName, $password, $name, $type
5353
public function getToken($tokenId) ;
5454

5555
/**
56+
* Duplicate an existing session token
57+
*
5658
* @param string $oldSessionId
5759
* @param string $sessionId
5860
* @throws InvalidTokenException

0 commit comments

Comments
 (0)