This commit is contained in:
2026-02-26 14:39:05 +08:00
parent d098b293a4
commit a2138bdd3b
5 changed files with 1407 additions and 1419 deletions
+12 -1
View File
@@ -20,10 +20,21 @@ interface AuthorizationInterface
public function getUniqueId(): string|int;
/**
* @return string
*/
public function getNickname(): string;
/**
* @return string
*/
public function getAvatar(): string;
/**
* @param string $key
* @param int $timeout
* @param int $timeout
* @return bool
*/
public function lock(string $key, int $timeout): bool;