Versions in this module Expand all Collapse all v1 v1.3.0 Oct 7, 2025 Changes in this version + var File_core_authentication_basic_v1_service_proto protoreflect.FileDescriptor + var LookupEntityKeys_name = map[int32]string + var LookupEntityKeys_value = map[string]int32 + type Entity struct + CreatedAt *timestamppb.Timestamp + Email string + Id string + Password string + UpdatedAt *timestamppb.Timestamp + Username string + func (*Entity) Descriptor() ([]byte, []int) + func (*Entity) ProtoMessage() + func (m *Entity) Validate() error + func (m *Entity) ValidateAll() error + func (x *Entity) GetCreatedAt() *timestamppb.Timestamp + func (x *Entity) GetEmail() string + func (x *Entity) GetId() string + func (x *Entity) GetPassword() string + func (x *Entity) GetUpdatedAt() *timestamppb.Timestamp + func (x *Entity) GetUsername() string + func (x *Entity) ProtoReflect() protoreflect.Message + func (x *Entity) Reset() + func (x *Entity) String() string + type EntityMultiError []error + func (m EntityMultiError) AllErrors() []error + func (m EntityMultiError) Error() string + type EntityValidationError struct + func (e EntityValidationError) Cause() error + func (e EntityValidationError) Error() string + func (e EntityValidationError) ErrorName() string + func (e EntityValidationError) Field() string + func (e EntityValidationError) Key() bool + func (e EntityValidationError) Reason() string + type LookupEntityKeys int32 + const LookupEntityKeys_LOOKUP_ENTITY_KEY_EMAIL + const LookupEntityKeys_LOOKUP_ENTITY_KEY_ID + const LookupEntityKeys_LOOKUP_ENTITY_KEY_UNSPECIFIED + const LookupEntityKeys_LOOKUP_ENTITY_KEY_USERNAME + func (LookupEntityKeys) Descriptor() protoreflect.EnumDescriptor + func (LookupEntityKeys) EnumDescriptor() ([]byte, []int) + func (LookupEntityKeys) Type() protoreflect.EnumType + func (x LookupEntityKeys) Enum() *LookupEntityKeys + func (x LookupEntityKeys) Number() protoreflect.EnumNumber + func (x LookupEntityKeys) String() string + type Session struct + CreatedAt *timestamppb.Timestamp + ExpiresAt *timestamppb.Timestamp + Id string + RefreshToken string + Token string + UserId string + func (*Session) Descriptor() ([]byte, []int) + func (*Session) ProtoMessage() + func (m *Session) Validate() error + func (m *Session) ValidateAll() error + func (x *Session) GetCreatedAt() *timestamppb.Timestamp + func (x *Session) GetExpiresAt() *timestamppb.Timestamp + func (x *Session) GetId() string + func (x *Session) GetRefreshToken() string + func (x *Session) GetToken() string + func (x *Session) GetUserId() string + func (x *Session) ProtoReflect() protoreflect.Message + func (x *Session) Reset() + func (x *Session) String() string + type SessionMultiError []error + func (m SessionMultiError) AllErrors() []error + func (m SessionMultiError) Error() string + type SessionValidationError struct + func (e SessionValidationError) Cause() error + func (e SessionValidationError) Error() string + func (e SessionValidationError) ErrorName() string + func (e SessionValidationError) Field() string + func (e SessionValidationError) Key() bool + func (e SessionValidationError) Reason() string