Versions in this module Expand all Collapse all v1 v1.0.11 Jun 28, 2026 v1.0.10 Jun 26, 2026 v1.0.9 Jun 25, 2026 v1.0.8 Jun 24, 2026 v1.0.7 Jun 23, 2026 Changes in this version + const Auth_AdminGenerateCaptcha_FullMethodName + const Auth_AdminLogin_FullMethodName + const Auth_AdminResetPassword_FullMethodName + const Auth_AdminVerifySliderCaptcha_FullMethodName + const Auth_CheckUserTelephone_FullMethodName + const Auth_CheckUser_FullMethodName + const Auth_DeviceLogin_FullMethodName + const Auth_GenerateCaptcha_FullMethodName + const Auth_ResetPassword_FullMethodName + const Auth_TelephoneLogin_FullMethodName + const Auth_TelephoneRegister_FullMethodName + const Auth_TelephoneResetPassword_FullMethodName + const Auth_UserLogin_FullMethodName + const Auth_UserRegister_FullMethodName + const Auth_VerifySliderCaptcha_FullMethodName + const OperationAuthAdminGenerateCaptcha + const OperationAuthAdminLogin + const OperationAuthAdminResetPassword + const OperationAuthAdminVerifySliderCaptcha + const OperationAuthCheckUser + const OperationAuthCheckUserTelephone + const OperationAuthDeviceLogin + const OperationAuthGenerateCaptcha + const OperationAuthResetPassword + const OperationAuthTelephoneLogin + const OperationAuthTelephoneRegister + const OperationAuthTelephoneResetPassword + const OperationAuthUserLogin + const OperationAuthUserRegister + const OperationAuthVerifySliderCaptcha + var Auth_ServiceDesc = grpc.ServiceDesc + var File_public_auth_v1_auth_proto protoreflect.FileDescriptor + func RegisterAuthHTTPServer(s *http.Server, srv AuthHTTPServer) + func RegisterAuthServer(s grpc.ServiceRegistrar, srv AuthServer) + type AuthClient interface + AdminGenerateCaptcha func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GenerateCaptchaReply, error) + AdminLogin func(ctx context.Context, in *UserLoginRequest, opts ...grpc.CallOption) (*LoginReply, error) + AdminResetPassword func(ctx context.Context, in *ResetPasswordRequest, opts ...grpc.CallOption) (*LoginReply, error) + AdminVerifySliderCaptcha func(ctx context.Context, in *VerifySliderCaptchaRequest, opts ...grpc.CallOption) (*VerifySliderCaptchaReply, error) + CheckUser func(ctx context.Context, in *CheckUserRequest, opts ...grpc.CallOption) (*CheckUserReply, error) + CheckUserTelephone func(ctx context.Context, in *CheckUserTelephoneRequest, opts ...grpc.CallOption) (*CheckUserTelephoneReply, error) + DeviceLogin func(ctx context.Context, in *DeviceLoginRequest, opts ...grpc.CallOption) (*LoginReply, error) + GenerateCaptcha func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GenerateCaptchaReply, error) + ResetPassword func(ctx context.Context, in *ResetPasswordRequest, opts ...grpc.CallOption) (*LoginReply, error) + TelephoneLogin func(ctx context.Context, in *TelephoneLoginRequest, opts ...grpc.CallOption) (*LoginReply, error) + TelephoneRegister func(ctx context.Context, in *TelephoneRegisterRequest, opts ...grpc.CallOption) (*LoginReply, error) + TelephoneResetPassword func(ctx context.Context, in *TelephoneResetPasswordRequest, ...) (*LoginReply, error) + UserLogin func(ctx context.Context, in *UserLoginRequest, opts ...grpc.CallOption) (*LoginReply, error) + UserRegister func(ctx context.Context, in *UserRegisterRequest, opts ...grpc.CallOption) (*LoginReply, error) + VerifySliderCaptcha func(ctx context.Context, in *VerifySliderCaptchaRequest, opts ...grpc.CallOption) (*VerifySliderCaptchaReply, error) + func NewAuthClient(cc grpc.ClientConnInterface) AuthClient + type AuthHTTPClient interface + AdminGenerateCaptcha func(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GenerateCaptchaReply, err error) + AdminLogin func(ctx context.Context, req *UserLoginRequest, opts ...http.CallOption) (rsp *LoginReply, err error) + AdminResetPassword func(ctx context.Context, req *ResetPasswordRequest, opts ...http.CallOption) (rsp *LoginReply, err error) + AdminVerifySliderCaptcha func(ctx context.Context, req *VerifySliderCaptchaRequest, opts ...http.CallOption) (rsp *VerifySliderCaptchaReply, err error) + CheckUser func(ctx context.Context, req *CheckUserRequest, opts ...http.CallOption) (rsp *CheckUserReply, err error) + CheckUserTelephone func(ctx context.Context, req *CheckUserTelephoneRequest, opts ...http.CallOption) (rsp *CheckUserTelephoneReply, err error) + DeviceLogin func(ctx context.Context, req *DeviceLoginRequest, opts ...http.CallOption) (rsp *LoginReply, err error) + GenerateCaptcha func(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GenerateCaptchaReply, err error) + ResetPassword func(ctx context.Context, req *ResetPasswordRequest, opts ...http.CallOption) (rsp *LoginReply, err error) + TelephoneLogin func(ctx context.Context, req *TelephoneLoginRequest, opts ...http.CallOption) (rsp *LoginReply, err error) + TelephoneRegister func(ctx context.Context, req *TelephoneRegisterRequest, opts ...http.CallOption) (rsp *LoginReply, err error) + TelephoneResetPassword func(ctx context.Context, req *TelephoneResetPasswordRequest, ...) (rsp *LoginReply, err error) + UserLogin func(ctx context.Context, req *UserLoginRequest, opts ...http.CallOption) (rsp *LoginReply, err error) + UserRegister func(ctx context.Context, req *UserRegisterRequest, opts ...http.CallOption) (rsp *LoginReply, err error) + VerifySliderCaptcha func(ctx context.Context, req *VerifySliderCaptchaRequest, opts ...http.CallOption) (rsp *VerifySliderCaptchaReply, err error) + func NewAuthHTTPClient(client *http.Client) AuthHTTPClient + type AuthHTTPClientImpl struct + func (c *AuthHTTPClientImpl) AdminGenerateCaptcha(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GenerateCaptchaReply, error) + func (c *AuthHTTPClientImpl) AdminLogin(ctx context.Context, in *UserLoginRequest, opts ...http.CallOption) (*LoginReply, error) + func (c *AuthHTTPClientImpl) AdminResetPassword(ctx context.Context, in *ResetPasswordRequest, opts ...http.CallOption) (*LoginReply, error) + func (c *AuthHTTPClientImpl) AdminVerifySliderCaptcha(ctx context.Context, in *VerifySliderCaptchaRequest, opts ...http.CallOption) (*VerifySliderCaptchaReply, error) + func (c *AuthHTTPClientImpl) CheckUser(ctx context.Context, in *CheckUserRequest, opts ...http.CallOption) (*CheckUserReply, error) + func (c *AuthHTTPClientImpl) CheckUserTelephone(ctx context.Context, in *CheckUserTelephoneRequest, opts ...http.CallOption) (*CheckUserTelephoneReply, error) + func (c *AuthHTTPClientImpl) DeviceLogin(ctx context.Context, in *DeviceLoginRequest, opts ...http.CallOption) (*LoginReply, error) + func (c *AuthHTTPClientImpl) GenerateCaptcha(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GenerateCaptchaReply, error) + func (c *AuthHTTPClientImpl) ResetPassword(ctx context.Context, in *ResetPasswordRequest, opts ...http.CallOption) (*LoginReply, error) + func (c *AuthHTTPClientImpl) TelephoneLogin(ctx context.Context, in *TelephoneLoginRequest, opts ...http.CallOption) (*LoginReply, error) + func (c *AuthHTTPClientImpl) TelephoneRegister(ctx context.Context, in *TelephoneRegisterRequest, opts ...http.CallOption) (*LoginReply, error) + func (c *AuthHTTPClientImpl) TelephoneResetPassword(ctx context.Context, in *TelephoneResetPasswordRequest, ...) (*LoginReply, error) + func (c *AuthHTTPClientImpl) UserLogin(ctx context.Context, in *UserLoginRequest, opts ...http.CallOption) (*LoginReply, error) + func (c *AuthHTTPClientImpl) UserRegister(ctx context.Context, in *UserRegisterRequest, opts ...http.CallOption) (*LoginReply, error) + func (c *AuthHTTPClientImpl) VerifySliderCaptcha(ctx context.Context, in *VerifySliderCaptchaRequest, opts ...http.CallOption) (*VerifySliderCaptchaReply, error) + type AuthHTTPServer interface + AdminGenerateCaptcha func(context.Context, *emptypb.Empty) (*GenerateCaptchaReply, error) + AdminLogin func(context.Context, *UserLoginRequest) (*LoginReply, error) + AdminResetPassword func(context.Context, *ResetPasswordRequest) (*LoginReply, error) + AdminVerifySliderCaptcha func(context.Context, *VerifySliderCaptchaRequest) (*VerifySliderCaptchaReply, error) + CheckUser func(context.Context, *CheckUserRequest) (*CheckUserReply, error) + CheckUserTelephone func(context.Context, *CheckUserTelephoneRequest) (*CheckUserTelephoneReply, error) + DeviceLogin func(context.Context, *DeviceLoginRequest) (*LoginReply, error) + GenerateCaptcha func(context.Context, *emptypb.Empty) (*GenerateCaptchaReply, error) + ResetPassword func(context.Context, *ResetPasswordRequest) (*LoginReply, error) + TelephoneLogin func(context.Context, *TelephoneLoginRequest) (*LoginReply, error) + TelephoneRegister func(context.Context, *TelephoneRegisterRequest) (*LoginReply, error) + TelephoneResetPassword func(context.Context, *TelephoneResetPasswordRequest) (*LoginReply, error) + UserLogin func(context.Context, *UserLoginRequest) (*LoginReply, error) + UserRegister func(context.Context, *UserRegisterRequest) (*LoginReply, error) + VerifySliderCaptcha func(context.Context, *VerifySliderCaptchaRequest) (*VerifySliderCaptchaReply, error) + type AuthServer interface + AdminGenerateCaptcha func(context.Context, *emptypb.Empty) (*GenerateCaptchaReply, error) + AdminLogin func(context.Context, *UserLoginRequest) (*LoginReply, error) + AdminResetPassword func(context.Context, *ResetPasswordRequest) (*LoginReply, error) + AdminVerifySliderCaptcha func(context.Context, *VerifySliderCaptchaRequest) (*VerifySliderCaptchaReply, error) + CheckUser func(context.Context, *CheckUserRequest) (*CheckUserReply, error) + CheckUserTelephone func(context.Context, *CheckUserTelephoneRequest) (*CheckUserTelephoneReply, error) + DeviceLogin func(context.Context, *DeviceLoginRequest) (*LoginReply, error) + GenerateCaptcha func(context.Context, *emptypb.Empty) (*GenerateCaptchaReply, error) + ResetPassword func(context.Context, *ResetPasswordRequest) (*LoginReply, error) + TelephoneLogin func(context.Context, *TelephoneLoginRequest) (*LoginReply, error) + TelephoneRegister func(context.Context, *TelephoneRegisterRequest) (*LoginReply, error) + TelephoneResetPassword func(context.Context, *TelephoneResetPasswordRequest) (*LoginReply, error) + UserLogin func(context.Context, *UserLoginRequest) (*LoginReply, error) + UserRegister func(context.Context, *UserRegisterRequest) (*LoginReply, error) + VerifySliderCaptcha func(context.Context, *VerifySliderCaptchaRequest) (*VerifySliderCaptchaReply, error) + type CheckUserReply struct + Exist bool + func (*CheckUserReply) Descriptor() ([]byte, []int) + func (*CheckUserReply) ProtoMessage() + func (m *CheckUserReply) Validate() error + func (m *CheckUserReply) ValidateAll() error + func (x *CheckUserReply) GetExist() bool + func (x *CheckUserReply) ProtoReflect() protoreflect.Message + func (x *CheckUserReply) Reset() + func (x *CheckUserReply) String() string + type CheckUserReplyMultiError []error + func (m CheckUserReplyMultiError) AllErrors() []error + func (m CheckUserReplyMultiError) Error() string + type CheckUserReplyValidationError struct + func (e CheckUserReplyValidationError) Cause() error + func (e CheckUserReplyValidationError) Error() string + func (e CheckUserReplyValidationError) ErrorName() string + func (e CheckUserReplyValidationError) Field() string + func (e CheckUserReplyValidationError) Key() bool + func (e CheckUserReplyValidationError) Reason() string + type CheckUserRequest struct + Email string + func (*CheckUserRequest) Descriptor() ([]byte, []int) + func (*CheckUserRequest) ProtoMessage() + func (m *CheckUserRequest) Validate() error + func (m *CheckUserRequest) ValidateAll() error + func (x *CheckUserRequest) GetEmail() string + func (x *CheckUserRequest) ProtoReflect() protoreflect.Message + func (x *CheckUserRequest) Reset() + func (x *CheckUserRequest) String() string + type CheckUserRequestMultiError []error + func (m CheckUserRequestMultiError) AllErrors() []error + func (m CheckUserRequestMultiError) Error() string + type CheckUserRequestValidationError struct + func (e CheckUserRequestValidationError) Cause() error + func (e CheckUserRequestValidationError) Error() string + func (e CheckUserRequestValidationError) ErrorName() string + func (e CheckUserRequestValidationError) Field() string + func (e CheckUserRequestValidationError) Key() bool + func (e CheckUserRequestValidationError) Reason() string + type CheckUserTelephoneReply struct + Exist bool + func (*CheckUserTelephoneReply) Descriptor() ([]byte, []int) + func (*CheckUserTelephoneReply) ProtoMessage() + func (m *CheckUserTelephoneReply) Validate() error + func (m *CheckUserTelephoneReply) ValidateAll() error + func (x *CheckUserTelephoneReply) GetExist() bool + func (x *CheckUserTelephoneReply) ProtoReflect() protoreflect.Message + func (x *CheckUserTelephoneReply) Reset() + func (x *CheckUserTelephoneReply) String() string + type CheckUserTelephoneReplyMultiError []error + func (m CheckUserTelephoneReplyMultiError) AllErrors() []error + func (m CheckUserTelephoneReplyMultiError) Error() string + type CheckUserTelephoneReplyValidationError struct + func (e CheckUserTelephoneReplyValidationError) Cause() error + func (e CheckUserTelephoneReplyValidationError) Error() string + func (e CheckUserTelephoneReplyValidationError) ErrorName() string + func (e CheckUserTelephoneReplyValidationError) Field() string + func (e CheckUserTelephoneReplyValidationError) Key() bool + func (e CheckUserTelephoneReplyValidationError) Reason() string + type CheckUserTelephoneRequest struct + Telephone string + TelephoneAreaCode string + func (*CheckUserTelephoneRequest) Descriptor() ([]byte, []int) + func (*CheckUserTelephoneRequest) ProtoMessage() + func (m *CheckUserTelephoneRequest) Validate() error + func (m *CheckUserTelephoneRequest) ValidateAll() error + func (x *CheckUserTelephoneRequest) GetTelephone() string + func (x *CheckUserTelephoneRequest) GetTelephoneAreaCode() string + func (x *CheckUserTelephoneRequest) ProtoReflect() protoreflect.Message + func (x *CheckUserTelephoneRequest) Reset() + func (x *CheckUserTelephoneRequest) String() string + type CheckUserTelephoneRequestMultiError []error + func (m CheckUserTelephoneRequestMultiError) AllErrors() []error + func (m CheckUserTelephoneRequestMultiError) Error() string + type CheckUserTelephoneRequestValidationError struct + func (e CheckUserTelephoneRequestValidationError) Cause() error + func (e CheckUserTelephoneRequestValidationError) Error() string + func (e CheckUserTelephoneRequestValidationError) ErrorName() string + func (e CheckUserTelephoneRequestValidationError) Field() string + func (e CheckUserTelephoneRequestValidationError) Key() bool + func (e CheckUserTelephoneRequestValidationError) Reason() string + type DeviceLoginRequest struct + CfToken string + Identifier string + Ip string + ShortCode string + UserAgent string + func (*DeviceLoginRequest) Descriptor() ([]byte, []int) + func (*DeviceLoginRequest) ProtoMessage() + func (m *DeviceLoginRequest) Validate() error + func (m *DeviceLoginRequest) ValidateAll() error + func (x *DeviceLoginRequest) GetCfToken() string + func (x *DeviceLoginRequest) GetIdentifier() string + func (x *DeviceLoginRequest) GetIp() string + func (x *DeviceLoginRequest) GetShortCode() string + func (x *DeviceLoginRequest) GetUserAgent() string + func (x *DeviceLoginRequest) ProtoReflect() protoreflect.Message + func (x *DeviceLoginRequest) Reset() + func (x *DeviceLoginRequest) String() string + type DeviceLoginRequestMultiError []error + func (m DeviceLoginRequestMultiError) AllErrors() []error + func (m DeviceLoginRequestMultiError) Error() string + type DeviceLoginRequestValidationError struct + func (e DeviceLoginRequestValidationError) Cause() error + func (e DeviceLoginRequestValidationError) Error() string + func (e DeviceLoginRequestValidationError) ErrorName() string + func (e DeviceLoginRequestValidationError) Field() string + func (e DeviceLoginRequestValidationError) Key() bool + func (e DeviceLoginRequestValidationError) Reason() string + type GenerateCaptchaReply struct + BlockImage string + Id string + Image string + Type string + func (*GenerateCaptchaReply) Descriptor() ([]byte, []int) + func (*GenerateCaptchaReply) ProtoMessage() + func (m *GenerateCaptchaReply) Validate() error + func (m *GenerateCaptchaReply) ValidateAll() error + func (x *GenerateCaptchaReply) GetBlockImage() string + func (x *GenerateCaptchaReply) GetId() string + func (x *GenerateCaptchaReply) GetImage() string + func (x *GenerateCaptchaReply) GetType() string + func (x *GenerateCaptchaReply) ProtoReflect() protoreflect.Message + func (x *GenerateCaptchaReply) Reset() + func (x *GenerateCaptchaReply) String() string + type GenerateCaptchaReplyMultiError []error + func (m GenerateCaptchaReplyMultiError) AllErrors() []error + func (m GenerateCaptchaReplyMultiError) Error() string + type GenerateCaptchaReplyValidationError struct + func (e GenerateCaptchaReplyValidationError) Cause() error + func (e GenerateCaptchaReplyValidationError) Error() string + func (e GenerateCaptchaReplyValidationError) ErrorName() string + func (e GenerateCaptchaReplyValidationError) Field() string + func (e GenerateCaptchaReplyValidationError) Key() bool + func (e GenerateCaptchaReplyValidationError) Reason() string + type LoginReply struct + Token string + func (*LoginReply) Descriptor() ([]byte, []int) + func (*LoginReply) ProtoMessage() + func (m *LoginReply) Validate() error + func (m *LoginReply) ValidateAll() error + func (x *LoginReply) GetToken() string + func (x *LoginReply) ProtoReflect() protoreflect.Message + func (x *LoginReply) Reset() + func (x *LoginReply) String() string + type LoginReplyMultiError []error + func (m LoginReplyMultiError) AllErrors() []error + func (m LoginReplyMultiError) Error() string + type LoginReplyValidationError struct + func (e LoginReplyValidationError) Cause() error + func (e LoginReplyValidationError) Error() string + func (e LoginReplyValidationError) ErrorName() string + func (e LoginReplyValidationError) Field() string + func (e LoginReplyValidationError) Key() bool + func (e LoginReplyValidationError) Reason() string + type ResetPasswordRequest struct + CaptchaCode string + CaptchaId string + CfToken string + Code string + Email string + Identifier string + Ip string + LoginType string + Password string + SliderToken string + UserAgent string + func (*ResetPasswordRequest) Descriptor() ([]byte, []int) + func (*ResetPasswordRequest) ProtoMessage() + func (m *ResetPasswordRequest) Validate() error + func (m *ResetPasswordRequest) ValidateAll() error + func (x *ResetPasswordRequest) GetCaptchaCode() string + func (x *ResetPasswordRequest) GetCaptchaId() string + func (x *ResetPasswordRequest) GetCfToken() string + func (x *ResetPasswordRequest) GetCode() string + func (x *ResetPasswordRequest) GetEmail() string + func (x *ResetPasswordRequest) GetIdentifier() string + func (x *ResetPasswordRequest) GetIp() string + func (x *ResetPasswordRequest) GetLoginType() string + func (x *ResetPasswordRequest) GetPassword() string + func (x *ResetPasswordRequest) GetSliderToken() string + func (x *ResetPasswordRequest) GetUserAgent() string + func (x *ResetPasswordRequest) ProtoReflect() protoreflect.Message + func (x *ResetPasswordRequest) Reset() + func (x *ResetPasswordRequest) String() string + type ResetPasswordRequestMultiError []error + func (m ResetPasswordRequestMultiError) AllErrors() []error + func (m ResetPasswordRequestMultiError) Error() string + type ResetPasswordRequestValidationError struct + func (e ResetPasswordRequestValidationError) Cause() error + func (e ResetPasswordRequestValidationError) Error() string + func (e ResetPasswordRequestValidationError) ErrorName() string + func (e ResetPasswordRequestValidationError) Field() string + func (e ResetPasswordRequestValidationError) Key() bool + func (e ResetPasswordRequestValidationError) Reason() string + type TelephoneLoginRequest struct + CaptchaCode string + CaptchaId string + CfToken string + Identifier string + Ip string + LoginType string + Password string + SliderToken string + Telephone string + TelephoneAreaCode string + TelephoneCode string + UserAgent string + func (*TelephoneLoginRequest) Descriptor() ([]byte, []int) + func (*TelephoneLoginRequest) ProtoMessage() + func (m *TelephoneLoginRequest) Validate() error + func (m *TelephoneLoginRequest) ValidateAll() error + func (x *TelephoneLoginRequest) GetCaptchaCode() string + func (x *TelephoneLoginRequest) GetCaptchaId() string + func (x *TelephoneLoginRequest) GetCfToken() string + func (x *TelephoneLoginRequest) GetIdentifier() string + func (x *TelephoneLoginRequest) GetIp() string + func (x *TelephoneLoginRequest) GetLoginType() string + func (x *TelephoneLoginRequest) GetPassword() string + func (x *TelephoneLoginRequest) GetSliderToken() string + func (x *TelephoneLoginRequest) GetTelephone() string + func (x *TelephoneLoginRequest) GetTelephoneAreaCode() string + func (x *TelephoneLoginRequest) GetTelephoneCode() string + func (x *TelephoneLoginRequest) GetUserAgent() string + func (x *TelephoneLoginRequest) ProtoReflect() protoreflect.Message + func (x *TelephoneLoginRequest) Reset() + func (x *TelephoneLoginRequest) String() string + type TelephoneLoginRequestMultiError []error + func (m TelephoneLoginRequestMultiError) AllErrors() []error + func (m TelephoneLoginRequestMultiError) Error() string + type TelephoneLoginRequestValidationError struct + func (e TelephoneLoginRequestValidationError) Cause() error + func (e TelephoneLoginRequestValidationError) Error() string + func (e TelephoneLoginRequestValidationError) ErrorName() string + func (e TelephoneLoginRequestValidationError) Field() string + func (e TelephoneLoginRequestValidationError) Key() bool + func (e TelephoneLoginRequestValidationError) Reason() string + type TelephoneRegisterRequest struct + CaptchaCode string + CaptchaId string + CfToken string + Code string + Identifier string + Invite string + Ip string + LoginType string + Password string + SliderToken string + Telephone string + TelephoneAreaCode string + UserAgent string + func (*TelephoneRegisterRequest) Descriptor() ([]byte, []int) + func (*TelephoneRegisterRequest) ProtoMessage() + func (m *TelephoneRegisterRequest) Validate() error + func (m *TelephoneRegisterRequest) ValidateAll() error + func (x *TelephoneRegisterRequest) GetCaptchaCode() string + func (x *TelephoneRegisterRequest) GetCaptchaId() string + func (x *TelephoneRegisterRequest) GetCfToken() string + func (x *TelephoneRegisterRequest) GetCode() string + func (x *TelephoneRegisterRequest) GetIdentifier() string + func (x *TelephoneRegisterRequest) GetInvite() string + func (x *TelephoneRegisterRequest) GetIp() string + func (x *TelephoneRegisterRequest) GetLoginType() string + func (x *TelephoneRegisterRequest) GetPassword() string + func (x *TelephoneRegisterRequest) GetSliderToken() string + func (x *TelephoneRegisterRequest) GetTelephone() string + func (x *TelephoneRegisterRequest) GetTelephoneAreaCode() string + func (x *TelephoneRegisterRequest) GetUserAgent() string + func (x *TelephoneRegisterRequest) ProtoReflect() protoreflect.Message + func (x *TelephoneRegisterRequest) Reset() + func (x *TelephoneRegisterRequest) String() string + type TelephoneRegisterRequestMultiError []error + func (m TelephoneRegisterRequestMultiError) AllErrors() []error + func (m TelephoneRegisterRequestMultiError) Error() string + type TelephoneRegisterRequestValidationError struct + func (e TelephoneRegisterRequestValidationError) Cause() error + func (e TelephoneRegisterRequestValidationError) Error() string + func (e TelephoneRegisterRequestValidationError) ErrorName() string + func (e TelephoneRegisterRequestValidationError) Field() string + func (e TelephoneRegisterRequestValidationError) Key() bool + func (e TelephoneRegisterRequestValidationError) Reason() string + type TelephoneResetPasswordRequest struct + CaptchaCode string + CaptchaId string + CfToken string + Code string + Identifier string + Ip string + LoginType string + Password string + SliderToken string + Telephone string + TelephoneAreaCode string + UserAgent string + func (*TelephoneResetPasswordRequest) Descriptor() ([]byte, []int) + func (*TelephoneResetPasswordRequest) ProtoMessage() + func (m *TelephoneResetPasswordRequest) Validate() error + func (m *TelephoneResetPasswordRequest) ValidateAll() error + func (x *TelephoneResetPasswordRequest) GetCaptchaCode() string + func (x *TelephoneResetPasswordRequest) GetCaptchaId() string + func (x *TelephoneResetPasswordRequest) GetCfToken() string + func (x *TelephoneResetPasswordRequest) GetCode() string + func (x *TelephoneResetPasswordRequest) GetIdentifier() string + func (x *TelephoneResetPasswordRequest) GetIp() string + func (x *TelephoneResetPasswordRequest) GetLoginType() string + func (x *TelephoneResetPasswordRequest) GetPassword() string + func (x *TelephoneResetPasswordRequest) GetSliderToken() string + func (x *TelephoneResetPasswordRequest) GetTelephone() string + func (x *TelephoneResetPasswordRequest) GetTelephoneAreaCode() string + func (x *TelephoneResetPasswordRequest) GetUserAgent() string + func (x *TelephoneResetPasswordRequest) ProtoReflect() protoreflect.Message + func (x *TelephoneResetPasswordRequest) Reset() + func (x *TelephoneResetPasswordRequest) String() string + type TelephoneResetPasswordRequestMultiError []error + func (m TelephoneResetPasswordRequestMultiError) AllErrors() []error + func (m TelephoneResetPasswordRequestMultiError) Error() string + type TelephoneResetPasswordRequestValidationError struct + func (e TelephoneResetPasswordRequestValidationError) Cause() error + func (e TelephoneResetPasswordRequestValidationError) Error() string + func (e TelephoneResetPasswordRequestValidationError) ErrorName() string + func (e TelephoneResetPasswordRequestValidationError) Field() string + func (e TelephoneResetPasswordRequestValidationError) Key() bool + func (e TelephoneResetPasswordRequestValidationError) Reason() string + type UnimplementedAuthServer struct + func (UnimplementedAuthServer) AdminGenerateCaptcha(context.Context, *emptypb.Empty) (*GenerateCaptchaReply, error) + func (UnimplementedAuthServer) AdminLogin(context.Context, *UserLoginRequest) (*LoginReply, error) + func (UnimplementedAuthServer) AdminResetPassword(context.Context, *ResetPasswordRequest) (*LoginReply, error) + func (UnimplementedAuthServer) AdminVerifySliderCaptcha(context.Context, *VerifySliderCaptchaRequest) (*VerifySliderCaptchaReply, error) + func (UnimplementedAuthServer) CheckUser(context.Context, *CheckUserRequest) (*CheckUserReply, error) + func (UnimplementedAuthServer) CheckUserTelephone(context.Context, *CheckUserTelephoneRequest) (*CheckUserTelephoneReply, error) + func (UnimplementedAuthServer) DeviceLogin(context.Context, *DeviceLoginRequest) (*LoginReply, error) + func (UnimplementedAuthServer) GenerateCaptcha(context.Context, *emptypb.Empty) (*GenerateCaptchaReply, error) + func (UnimplementedAuthServer) ResetPassword(context.Context, *ResetPasswordRequest) (*LoginReply, error) + func (UnimplementedAuthServer) TelephoneLogin(context.Context, *TelephoneLoginRequest) (*LoginReply, error) + func (UnimplementedAuthServer) TelephoneRegister(context.Context, *TelephoneRegisterRequest) (*LoginReply, error) + func (UnimplementedAuthServer) TelephoneResetPassword(context.Context, *TelephoneResetPasswordRequest) (*LoginReply, error) + func (UnimplementedAuthServer) UserLogin(context.Context, *UserLoginRequest) (*LoginReply, error) + func (UnimplementedAuthServer) UserRegister(context.Context, *UserRegisterRequest) (*LoginReply, error) + func (UnimplementedAuthServer) VerifySliderCaptcha(context.Context, *VerifySliderCaptchaRequest) (*VerifySliderCaptchaReply, error) + type UnsafeAuthServer interface + type UserLoginRequest struct + CaptchaCode string + CaptchaId string + CfToken string + Email string + Identifier string + Ip string + LoginType string + Password string + SliderToken string + UserAgent string + func (*UserLoginRequest) Descriptor() ([]byte, []int) + func (*UserLoginRequest) ProtoMessage() + func (m *UserLoginRequest) Validate() error + func (m *UserLoginRequest) ValidateAll() error + func (x *UserLoginRequest) GetCaptchaCode() string + func (x *UserLoginRequest) GetCaptchaId() string + func (x *UserLoginRequest) GetCfToken() string + func (x *UserLoginRequest) GetEmail() string + func (x *UserLoginRequest) GetIdentifier() string + func (x *UserLoginRequest) GetIp() string + func (x *UserLoginRequest) GetLoginType() string + func (x *UserLoginRequest) GetPassword() string + func (x *UserLoginRequest) GetSliderToken() string + func (x *UserLoginRequest) GetUserAgent() string + func (x *UserLoginRequest) ProtoReflect() protoreflect.Message + func (x *UserLoginRequest) Reset() + func (x *UserLoginRequest) String() string + type UserLoginRequestMultiError []error + func (m UserLoginRequestMultiError) AllErrors() []error + func (m UserLoginRequestMultiError) Error() string + type UserLoginRequestValidationError struct + func (e UserLoginRequestValidationError) Cause() error + func (e UserLoginRequestValidationError) Error() string + func (e UserLoginRequestValidationError) ErrorName() string + func (e UserLoginRequestValidationError) Field() string + func (e UserLoginRequestValidationError) Key() bool + func (e UserLoginRequestValidationError) Reason() string + type UserRegisterRequest struct + CaptchaCode string + CaptchaId string + CfToken string + Code string + Email string + Identifier string + Invite string + Ip string + LoginType string + Password string + SliderToken string + UserAgent string + func (*UserRegisterRequest) Descriptor() ([]byte, []int) + func (*UserRegisterRequest) ProtoMessage() + func (m *UserRegisterRequest) Validate() error + func (m *UserRegisterRequest) ValidateAll() error + func (x *UserRegisterRequest) GetCaptchaCode() string + func (x *UserRegisterRequest) GetCaptchaId() string + func (x *UserRegisterRequest) GetCfToken() string + func (x *UserRegisterRequest) GetCode() string + func (x *UserRegisterRequest) GetEmail() string + func (x *UserRegisterRequest) GetIdentifier() string + func (x *UserRegisterRequest) GetInvite() string + func (x *UserRegisterRequest) GetIp() string + func (x *UserRegisterRequest) GetLoginType() string + func (x *UserRegisterRequest) GetPassword() string + func (x *UserRegisterRequest) GetSliderToken() string + func (x *UserRegisterRequest) GetUserAgent() string + func (x *UserRegisterRequest) ProtoReflect() protoreflect.Message + func (x *UserRegisterRequest) Reset() + func (x *UserRegisterRequest) String() string + type UserRegisterRequestMultiError []error + func (m UserRegisterRequestMultiError) AllErrors() []error + func (m UserRegisterRequestMultiError) Error() string + type UserRegisterRequestValidationError struct + func (e UserRegisterRequestValidationError) Cause() error + func (e UserRegisterRequestValidationError) Error() string + func (e UserRegisterRequestValidationError) ErrorName() string + func (e UserRegisterRequestValidationError) Field() string + func (e UserRegisterRequestValidationError) Key() bool + func (e UserRegisterRequestValidationError) Reason() string + type VerifySliderCaptchaReply struct + Token string + func (*VerifySliderCaptchaReply) Descriptor() ([]byte, []int) + func (*VerifySliderCaptchaReply) ProtoMessage() + func (m *VerifySliderCaptchaReply) Validate() error + func (m *VerifySliderCaptchaReply) ValidateAll() error + func (x *VerifySliderCaptchaReply) GetToken() string + func (x *VerifySliderCaptchaReply) ProtoReflect() protoreflect.Message + func (x *VerifySliderCaptchaReply) Reset() + func (x *VerifySliderCaptchaReply) String() string + type VerifySliderCaptchaReplyMultiError []error + func (m VerifySliderCaptchaReplyMultiError) AllErrors() []error + func (m VerifySliderCaptchaReplyMultiError) Error() string + type VerifySliderCaptchaReplyValidationError struct + func (e VerifySliderCaptchaReplyValidationError) Cause() error + func (e VerifySliderCaptchaReplyValidationError) Error() string + func (e VerifySliderCaptchaReplyValidationError) ErrorName() string + func (e VerifySliderCaptchaReplyValidationError) Field() string + func (e VerifySliderCaptchaReplyValidationError) Key() bool + func (e VerifySliderCaptchaReplyValidationError) Reason() string + type VerifySliderCaptchaRequest struct + Id string + Trail string + X int32 + Y int32 + func (*VerifySliderCaptchaRequest) Descriptor() ([]byte, []int) + func (*VerifySliderCaptchaRequest) ProtoMessage() + func (m *VerifySliderCaptchaRequest) Validate() error + func (m *VerifySliderCaptchaRequest) ValidateAll() error + func (x *VerifySliderCaptchaRequest) GetId() string + func (x *VerifySliderCaptchaRequest) GetTrail() string + func (x *VerifySliderCaptchaRequest) GetX() int32 + func (x *VerifySliderCaptchaRequest) GetY() int32 + func (x *VerifySliderCaptchaRequest) ProtoReflect() protoreflect.Message + func (x *VerifySliderCaptchaRequest) Reset() + func (x *VerifySliderCaptchaRequest) String() string + type VerifySliderCaptchaRequestMultiError []error + func (m VerifySliderCaptchaRequestMultiError) AllErrors() []error + func (m VerifySliderCaptchaRequestMultiError) Error() string + type VerifySliderCaptchaRequestValidationError struct + func (e VerifySliderCaptchaRequestValidationError) Cause() error + func (e VerifySliderCaptchaRequestValidationError) Error() string + func (e VerifySliderCaptchaRequestValidationError) ErrorName() string + func (e VerifySliderCaptchaRequestValidationError) Field() string + func (e VerifySliderCaptchaRequestValidationError) Key() bool + func (e VerifySliderCaptchaRequestValidationError) Reason() string