mirror of
https://github.com/nextcloud/server.git
synced 2026-03-09 18:00:54 -04:00
added @since tag
Signed-off-by: Artur Neumann <artur@jankaritech.com>
This commit is contained in:
parent
bcfd571d83
commit
a0788a8bc8
1 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,9 @@ declare(strict_types=1);
|
|||
*/
|
||||
namespace OCP\Authentication\Token;
|
||||
|
||||
/**
|
||||
* @since 24.0.8
|
||||
*/
|
||||
interface IProvider {
|
||||
/**
|
||||
* invalidates all tokens of a specific user
|
||||
|
|
@ -31,6 +34,7 @@ interface IProvider {
|
|||
*
|
||||
* @param string $uid
|
||||
* @param string|null $clientName
|
||||
* @since 24.0.8
|
||||
* @return void
|
||||
*/
|
||||
public function invalidateTokensOfUser(string $uid, ?string $clientName);
|
||||
|
|
|
|||
Loading…
Reference in a new issue