On this page
LibTmux.Server.ConfigureAccessAsync
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Administration.cs
- ConfigureAccessAsync ( request : ServerAccessRequest , cancellationToken : CancellationToken ) Task<IReadOnlyList<string>?>
-
Grants or withdraws another user's access to this server.
- Parameters
-
-
request ( ServerAccessRequest ) – Who, and what they may do.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
The current list when it was asked for, and null otherwise.
- Raises
-
-
TmuxVersionTooLowException – tmux is older than 3.3.
-
0 declared, 0 inherited