package proto

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service AuthenticationService

authentication.proto:12

AuthenticationService handles auth token verification

service UserService

user.proto:12

UserService handles commands dispatch and user view actions

message DispatchAuthCommandRequest

authentication.proto:24

DispatchAuthCommandRequest is passed when dispatching

Used as request type in: AuthenticationService.DispatchClientCommand, AuthenticationService.DispatchTokenCommand

message User

user.proto:25

User object

Used as response type in: UserService.GetUser

Used as field type in: ListUserResponse