Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_models_secauthn_user_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
func (*User) Descriptor
deprecated
func (*User) GetPassword ¶
func (*User) GetUsername ¶
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
type User_3 ¶
type User_3 struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
func (*User_3) Descriptor
deprecated
func (*User_3) GetPassword ¶
func (*User_3) GetUsername ¶
func (*User_3) ProtoMessage ¶
func (*User_3) ProtoMessage()
func (*User_3) ProtoReflect ¶
func (x *User_3) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.