Implemented Get sessions for plex.
This commit is contained in:
@@ -210,6 +210,14 @@ interface ClientInterface
|
||||
*/
|
||||
public static function manage(array $backend, array $opts = []): array;
|
||||
|
||||
/**
|
||||
* Return list of active sessions.
|
||||
*
|
||||
* @param array $opts (Optional) options.
|
||||
* @return array{sessions: array<array>}
|
||||
*/
|
||||
public function getSessions(array $opts = []): array;
|
||||
|
||||
/**
|
||||
* Return user access token.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user