Browse Source

document what the method does

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
tags/v11.0RC2
Christoph Wurst 7 years ago
parent
commit
4da6b20e76
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      lib/private/Authentication/Token/IProvider.php

+ 2
- 0
lib/private/Authentication/Token/IProvider.php View File

public function getToken($tokenId) ; public function getToken($tokenId) ;


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

Loading…
Cancel
Save