mirror of
https://github.com/nextcloud/server.git
synced 2026-02-25 02:44:57 -05:00
added @since tag
Signed-off-by: Artur Neumann <artur@jankaritech.com>
This commit is contained in:
parent
37c017ccad
commit
b44dfd0ca2
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