package mozolm.grpc

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

service MozoLMService

service.proto:53

message ClientAuthConfig

client_config.proto:30

Client authentication details: This message is supposed to be used in conjunction with the corresponding server authentication configuration defined in `ServerAuthConfig` message. Next available ID: 2

Used in: ClientConfig

message ClientAuthConfig.TlsConfig

client_config.proto:32

Next available ID: 4

Used in: ClientAuthConfig

message ClientConfig

client_config.proto:62

Next available ID: 9

enum ClientConfig.ClientRequestType

client_config.proto:73

Used in: ClientConfig

enum CredentialType

server_config.proto:27

Used in: ServerAuthConfig

message GetContextRequest

service.proto:28

Next available ID: 3

Used as request type in: MozoLMService.GetLMScores, MozoLMService.GetNextState

message ServerAuthConfig

server_config.proto:36

Next available ID: 3

Used in: ServerConfig

message ServerAuthConfig.TlsConfig

server_config.proto:61

Configuration for TLS/SSL server credentials. This and the corresponding client-side configuration in `client_config.proto` introduces the following PEM-encoded credentials: - server_ca_cert: The certificate authority who has signed the `server_cert`. - server_cert: The server certificate chain, verified by the client via `server_ca_cert`. - server_key: The private key of the server. - client_ca_cert: The certificate authority who has signed the `client_cert`. - client_cert: The client certificate chain, verified by the server via `client_ca_cert`. - client_key: The private key of the client. The certificate authorities `server_ca_cert` and `client_ca_cert` may or may not be the same. For mutual authentication all of the above are required. Next available ID: 5

Used in: ServerAuthConfig

message ServerConfig

server_config.proto:81

Next available ID: 6

Used in: ClientConfig