Get desktop application:
View/edit binary Protocol Buffers messages
AuthService is the service providing the auth interface.
GetUser tries to authenticate a user.
Username.
Plain text password.
The client connection's id.
GetSuperuser checks if a user is a superuser.
Username.
CheckAcl checks user's authorization for the given topic.
Username.
Topic to be checked for.
The client connection's id.
Topic access.
GetName retrieves the name of the backend.
The name of the gRPC backend.
Halt signals the backend to halt.
Used as response type in: AuthService.CheckAcl, AuthService.GetSuperuser, AuthService.GetUser
If the user is authorized/authenticated.