Versions in this module Expand all Collapse all v0 v0.1.4 Apr 27, 2026 v0.1.3 Apr 27, 2026 Changes in this version + var File_internal_contracts_ws_auth_proto protoreflect.FileDescriptor + type AuthIdentityConfig struct + ConnectionId string + func (*AuthIdentityConfig) Descriptor() ([]byte, []int) + func (*AuthIdentityConfig) ProtoMessage() + func (x *AuthIdentityConfig) GetConnectionId() string + func (x *AuthIdentityConfig) ProtoReflect() protoreflect.Message + func (x *AuthIdentityConfig) Reset() + func (x *AuthIdentityConfig) String() string + type AuthIdentityInput struct + ConnectionId string + func (*AuthIdentityInput) Descriptor() ([]byte, []int) + func (*AuthIdentityInput) ProtoMessage() + func (x *AuthIdentityInput) GetConnectionId() string + func (x *AuthIdentityInput) ProtoReflect() protoreflect.Message + func (x *AuthIdentityInput) Reset() + func (x *AuthIdentityInput) String() string + type AuthIdentityOutput struct + Authenticated bool + Error string + PlayerId string + func (*AuthIdentityOutput) Descriptor() ([]byte, []int) + func (*AuthIdentityOutput) ProtoMessage() + func (x *AuthIdentityOutput) GetAuthenticated() bool + func (x *AuthIdentityOutput) GetError() string + func (x *AuthIdentityOutput) GetPlayerId() string + func (x *AuthIdentityOutput) ProtoReflect() protoreflect.Message + func (x *AuthIdentityOutput) Reset() + func (x *AuthIdentityOutput) String() string + type HMACAuthConfig struct + ServerId string + SharedSecret string + func (*HMACAuthConfig) Descriptor() ([]byte, []int) + func (*HMACAuthConfig) ProtoMessage() + func (x *HMACAuthConfig) GetServerId() string + func (x *HMACAuthConfig) GetSharedSecret() string + func (x *HMACAuthConfig) ProtoReflect() protoreflect.Message + func (x *HMACAuthConfig) Reset() + func (x *HMACAuthConfig) String() string