Documentation
¶
Index ¶
- Variables
- type AuthIdentityConfig
- func (*AuthIdentityConfig) Descriptor() ([]byte, []int)deprecated
- func (x *AuthIdentityConfig) GetConnectionId() string
- func (*AuthIdentityConfig) ProtoMessage()
- func (x *AuthIdentityConfig) ProtoReflect() protoreflect.Message
- func (x *AuthIdentityConfig) Reset()
- func (x *AuthIdentityConfig) String() string
- type AuthIdentityInput
- func (*AuthIdentityInput) Descriptor() ([]byte, []int)deprecated
- func (x *AuthIdentityInput) GetConnectionId() string
- func (*AuthIdentityInput) ProtoMessage()
- func (x *AuthIdentityInput) ProtoReflect() protoreflect.Message
- func (x *AuthIdentityInput) Reset()
- func (x *AuthIdentityInput) String() string
- type AuthIdentityOutput
- func (*AuthIdentityOutput) Descriptor() ([]byte, []int)deprecated
- func (x *AuthIdentityOutput) GetAuthenticated() bool
- func (x *AuthIdentityOutput) GetError() string
- func (x *AuthIdentityOutput) GetPlayerId() string
- func (*AuthIdentityOutput) ProtoMessage()
- func (x *AuthIdentityOutput) ProtoReflect() protoreflect.Message
- func (x *AuthIdentityOutput) Reset()
- func (x *AuthIdentityOutput) String() string
- type HMACAuthConfig
- func (*HMACAuthConfig) Descriptor() ([]byte, []int)deprecated
- func (x *HMACAuthConfig) GetServerId() string
- func (x *HMACAuthConfig) GetSharedSecret() string
- func (*HMACAuthConfig) ProtoMessage()
- func (x *HMACAuthConfig) ProtoReflect() protoreflect.Message
- func (x *HMACAuthConfig) Reset()
- func (x *HMACAuthConfig) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_internal_contracts_ws_auth_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AuthIdentityConfig ¶
type AuthIdentityConfig struct {
ConnectionId string `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
// contains filtered or unexported fields
}
func (*AuthIdentityConfig) Descriptor
deprecated
func (*AuthIdentityConfig) Descriptor() ([]byte, []int)
Deprecated: Use AuthIdentityConfig.ProtoReflect.Descriptor instead.
func (*AuthIdentityConfig) GetConnectionId ¶
func (x *AuthIdentityConfig) GetConnectionId() string
func (*AuthIdentityConfig) ProtoMessage ¶
func (*AuthIdentityConfig) ProtoMessage()
func (*AuthIdentityConfig) ProtoReflect ¶
func (x *AuthIdentityConfig) ProtoReflect() protoreflect.Message
func (*AuthIdentityConfig) Reset ¶
func (x *AuthIdentityConfig) Reset()
func (*AuthIdentityConfig) String ¶
func (x *AuthIdentityConfig) String() string
type AuthIdentityInput ¶
type AuthIdentityInput struct {
ConnectionId string `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
// contains filtered or unexported fields
}
func (*AuthIdentityInput) Descriptor
deprecated
func (*AuthIdentityInput) Descriptor() ([]byte, []int)
Deprecated: Use AuthIdentityInput.ProtoReflect.Descriptor instead.
func (*AuthIdentityInput) GetConnectionId ¶
func (x *AuthIdentityInput) GetConnectionId() string
func (*AuthIdentityInput) ProtoMessage ¶
func (*AuthIdentityInput) ProtoMessage()
func (*AuthIdentityInput) ProtoReflect ¶
func (x *AuthIdentityInput) ProtoReflect() protoreflect.Message
func (*AuthIdentityInput) Reset ¶
func (x *AuthIdentityInput) Reset()
func (*AuthIdentityInput) String ¶
func (x *AuthIdentityInput) String() string
type AuthIdentityOutput ¶
type AuthIdentityOutput struct {
PlayerId string `protobuf:"bytes,1,opt,name=player_id,json=playerId,proto3" json:"player_id,omitempty"`
Authenticated bool `protobuf:"varint,2,opt,name=authenticated,proto3" json:"authenticated,omitempty"`
Error string `protobuf:"bytes,100,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*AuthIdentityOutput) Descriptor
deprecated
func (*AuthIdentityOutput) Descriptor() ([]byte, []int)
Deprecated: Use AuthIdentityOutput.ProtoReflect.Descriptor instead.
func (*AuthIdentityOutput) GetAuthenticated ¶
func (x *AuthIdentityOutput) GetAuthenticated() bool
func (*AuthIdentityOutput) GetError ¶
func (x *AuthIdentityOutput) GetError() string
func (*AuthIdentityOutput) GetPlayerId ¶
func (x *AuthIdentityOutput) GetPlayerId() string
func (*AuthIdentityOutput) ProtoMessage ¶
func (*AuthIdentityOutput) ProtoMessage()
func (*AuthIdentityOutput) ProtoReflect ¶
func (x *AuthIdentityOutput) ProtoReflect() protoreflect.Message
func (*AuthIdentityOutput) Reset ¶
func (x *AuthIdentityOutput) Reset()
func (*AuthIdentityOutput) String ¶
func (x *AuthIdentityOutput) String() string
type HMACAuthConfig ¶
type HMACAuthConfig struct {
ServerId string `protobuf:"bytes,2,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
// contains filtered or unexported fields
}
func (*HMACAuthConfig) Descriptor
deprecated
func (*HMACAuthConfig) Descriptor() ([]byte, []int)
Deprecated: Use HMACAuthConfig.ProtoReflect.Descriptor instead.
func (*HMACAuthConfig) GetServerId ¶
func (x *HMACAuthConfig) GetServerId() string
func (*HMACAuthConfig) GetSharedSecret ¶
func (x *HMACAuthConfig) GetSharedSecret() string
func (*HMACAuthConfig) ProtoMessage ¶
func (*HMACAuthConfig) ProtoMessage()
func (*HMACAuthConfig) ProtoReflect ¶
func (x *HMACAuthConfig) ProtoReflect() protoreflect.Message
func (*HMACAuthConfig) Reset ¶
func (x *HMACAuthConfig) Reset()
func (*HMACAuthConfig) String ¶
func (x *HMACAuthConfig) String() string
Click to show internal directories.
Click to hide internal directories.