Get desktop application:
View/edit binary Protocol Buffers messages
AuthenticationService handles auth token verification
ValidationBearerTokenRequest validates auth token
UserService handles commands dispatch and user view actions
DispatchUserCommandRequest is passed when dispatching
GetUserRequest is a request data to read user
ListUserRequest is a request data to read all user for a given page
ListUserResponse list of all users
DispatchAuthCommandRequest is passed when dispatching
Used as request type in: AuthenticationService.DispatchClientCommand, AuthenticationService.DispatchTokenCommand
User object
Used as response type in: UserService.GetUser
Used as field type in: