Skip to content

Commit

Permalink
document what the method does
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Nov 2, 2016
1 parent 9d6e01e commit 4da6b20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/private/Authentication/Token/IProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ public function generateToken($token, $uid, $loginName, $password, $name, $type
public function getToken($tokenId) ;

/**
* Duplicate an existing session token
*
* @param string $oldSessionId
* @param string $sessionId
* @throws InvalidTokenException
Expand Down

0 comments on commit 4da6b20

Please sign in to comment.