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 AuthMethodService_GetAuthMethodConfig_FullMethodName + const AuthMethodService_GetAuthMethodList_FullMethodName + const AuthMethodService_GetEmailPlatform_FullMethodName + const AuthMethodService_GetSmsPlatform_FullMethodName + const AuthMethodService_TestEmailSend_FullMethodName + const AuthMethodService_TestSmsSend_FullMethodName + const AuthMethodService_UpdateAuthMethodConfig_FullMethodName + const OperationAuthMethodServiceGetAuthMethodConfig + const OperationAuthMethodServiceGetAuthMethodList + const OperationAuthMethodServiceGetEmailPlatform + const OperationAuthMethodServiceGetSmsPlatform + const OperationAuthMethodServiceTestEmailSend + const OperationAuthMethodServiceTestSmsSend + const OperationAuthMethodServiceUpdateAuthMethodConfig + var AuthMethodService_ServiceDesc = grpc.ServiceDesc + var File_admin_authmethod_v1_authmethod_proto protoreflect.FileDescriptor + func RegisterAuthMethodServiceHTTPServer(s *http.Server, srv AuthMethodServiceHTTPServer) + func RegisterAuthMethodServiceServer(s grpc.ServiceRegistrar, srv AuthMethodServiceServer) + type ActionReply struct + Code int32 + Msg string + func (*ActionReply) Descriptor() ([]byte, []int) + func (*ActionReply) ProtoMessage() + func (m *ActionReply) Validate() error + func (m *ActionReply) ValidateAll() error + func (x *ActionReply) GetCode() int32 + func (x *ActionReply) GetMsg() string + func (x *ActionReply) ProtoReflect() protoreflect.Message + func (x *ActionReply) Reset() + func (x *ActionReply) String() string + type ActionReplyMultiError []error + func (m ActionReplyMultiError) AllErrors() []error + func (m ActionReplyMultiError) Error() string + type ActionReplyValidationError struct + func (e ActionReplyValidationError) Cause() error + func (e ActionReplyValidationError) Error() string + func (e ActionReplyValidationError) ErrorName() string + func (e ActionReplyValidationError) Field() string + func (e ActionReplyValidationError) Key() bool + func (e ActionReplyValidationError) Reason() string + type AuthMethodConfig struct + Config *structpb.Struct + Enabled bool + Id int64 + Method string + func (*AuthMethodConfig) Descriptor() ([]byte, []int) + func (*AuthMethodConfig) ProtoMessage() + func (m *AuthMethodConfig) Validate() error + func (m *AuthMethodConfig) ValidateAll() error + func (x *AuthMethodConfig) GetConfig() *structpb.Struct + func (x *AuthMethodConfig) GetEnabled() bool + func (x *AuthMethodConfig) GetId() int64 + func (x *AuthMethodConfig) GetMethod() string + func (x *AuthMethodConfig) ProtoReflect() protoreflect.Message + func (x *AuthMethodConfig) Reset() + func (x *AuthMethodConfig) String() string + type AuthMethodConfigData struct + Config *AuthMethodConfig + func (*AuthMethodConfigData) Descriptor() ([]byte, []int) + func (*AuthMethodConfigData) ProtoMessage() + func (m *AuthMethodConfigData) Validate() error + func (m *AuthMethodConfigData) ValidateAll() error + func (x *AuthMethodConfigData) GetConfig() *AuthMethodConfig + func (x *AuthMethodConfigData) ProtoReflect() protoreflect.Message + func (x *AuthMethodConfigData) Reset() + func (x *AuthMethodConfigData) String() string + type AuthMethodConfigDataMultiError []error + func (m AuthMethodConfigDataMultiError) AllErrors() []error + func (m AuthMethodConfigDataMultiError) Error() string + type AuthMethodConfigDataValidationError struct + func (e AuthMethodConfigDataValidationError) Cause() error + func (e AuthMethodConfigDataValidationError) Error() string + func (e AuthMethodConfigDataValidationError) ErrorName() string + func (e AuthMethodConfigDataValidationError) Field() string + func (e AuthMethodConfigDataValidationError) Key() bool + func (e AuthMethodConfigDataValidationError) Reason() string + type AuthMethodConfigMultiError []error + func (m AuthMethodConfigMultiError) AllErrors() []error + func (m AuthMethodConfigMultiError) Error() string + type AuthMethodConfigReply struct + Code int32 + Data *AuthMethodConfigData + Message string + func (*AuthMethodConfigReply) Descriptor() ([]byte, []int) + func (*AuthMethodConfigReply) ProtoMessage() + func (m *AuthMethodConfigReply) Validate() error + func (m *AuthMethodConfigReply) ValidateAll() error + func (x *AuthMethodConfigReply) GetCode() int32 + func (x *AuthMethodConfigReply) GetData() *AuthMethodConfigData + func (x *AuthMethodConfigReply) GetMessage() string + func (x *AuthMethodConfigReply) ProtoReflect() protoreflect.Message + func (x *AuthMethodConfigReply) Reset() + func (x *AuthMethodConfigReply) String() string + type AuthMethodConfigReplyMultiError []error + func (m AuthMethodConfigReplyMultiError) AllErrors() []error + func (m AuthMethodConfigReplyMultiError) Error() string + type AuthMethodConfigReplyValidationError struct + func (e AuthMethodConfigReplyValidationError) Cause() error + func (e AuthMethodConfigReplyValidationError) Error() string + func (e AuthMethodConfigReplyValidationError) ErrorName() string + func (e AuthMethodConfigReplyValidationError) Field() string + func (e AuthMethodConfigReplyValidationError) Key() bool + func (e AuthMethodConfigReplyValidationError) Reason() string + type AuthMethodConfigValidationError struct + func (e AuthMethodConfigValidationError) Cause() error + func (e AuthMethodConfigValidationError) Error() string + func (e AuthMethodConfigValidationError) ErrorName() string + func (e AuthMethodConfigValidationError) Field() string + func (e AuthMethodConfigValidationError) Key() bool + func (e AuthMethodConfigValidationError) Reason() string + type AuthMethodListData struct + List []*AuthMethodConfig + func (*AuthMethodListData) Descriptor() ([]byte, []int) + func (*AuthMethodListData) ProtoMessage() + func (m *AuthMethodListData) Validate() error + func (m *AuthMethodListData) ValidateAll() error + func (x *AuthMethodListData) GetList() []*AuthMethodConfig + func (x *AuthMethodListData) ProtoReflect() protoreflect.Message + func (x *AuthMethodListData) Reset() + func (x *AuthMethodListData) String() string + type AuthMethodListDataMultiError []error + func (m AuthMethodListDataMultiError) AllErrors() []error + func (m AuthMethodListDataMultiError) Error() string + type AuthMethodListDataValidationError struct + func (e AuthMethodListDataValidationError) Cause() error + func (e AuthMethodListDataValidationError) Error() string + func (e AuthMethodListDataValidationError) ErrorName() string + func (e AuthMethodListDataValidationError) Field() string + func (e AuthMethodListDataValidationError) Key() bool + func (e AuthMethodListDataValidationError) Reason() string + type AuthMethodListReply struct + Code int32 + Data *AuthMethodListData + Message string + func (*AuthMethodListReply) Descriptor() ([]byte, []int) + func (*AuthMethodListReply) ProtoMessage() + func (m *AuthMethodListReply) Validate() error + func (m *AuthMethodListReply) ValidateAll() error + func (x *AuthMethodListReply) GetCode() int32 + func (x *AuthMethodListReply) GetData() *AuthMethodListData + func (x *AuthMethodListReply) GetMessage() string + func (x *AuthMethodListReply) ProtoReflect() protoreflect.Message + func (x *AuthMethodListReply) Reset() + func (x *AuthMethodListReply) String() string + type AuthMethodListReplyMultiError []error + func (m AuthMethodListReplyMultiError) AllErrors() []error + func (m AuthMethodListReplyMultiError) Error() string + type AuthMethodListReplyValidationError struct + func (e AuthMethodListReplyValidationError) Cause() error + func (e AuthMethodListReplyValidationError) Error() string + func (e AuthMethodListReplyValidationError) ErrorName() string + func (e AuthMethodListReplyValidationError) Field() string + func (e AuthMethodListReplyValidationError) Key() bool + func (e AuthMethodListReplyValidationError) Reason() string + type AuthMethodServiceClient interface + GetAuthMethodConfig func(ctx context.Context, in *GetAuthMethodConfigRequest, opts ...grpc.CallOption) (*AuthMethodConfigReply, error) + GetAuthMethodList func(ctx context.Context, in *GetAuthMethodListRequest, opts ...grpc.CallOption) (*AuthMethodListReply, error) + GetEmailPlatform func(ctx context.Context, in *GetEmailPlatformRequest, opts ...grpc.CallOption) (*PlatformListReply, error) + GetSmsPlatform func(ctx context.Context, in *GetSmsPlatformRequest, opts ...grpc.CallOption) (*PlatformListReply, error) + TestEmailSend func(ctx context.Context, in *TestEmailSendRequest, opts ...grpc.CallOption) (*ActionReply, error) + TestSmsSend func(ctx context.Context, in *TestSmsSendRequest, opts ...grpc.CallOption) (*ActionReply, error) + UpdateAuthMethodConfig func(ctx context.Context, in *UpdateAuthMethodConfigRequest, ...) (*AuthMethodConfigReply, error) + func NewAuthMethodServiceClient(cc grpc.ClientConnInterface) AuthMethodServiceClient + type AuthMethodServiceHTTPClient interface + GetAuthMethodConfig func(ctx context.Context, req *GetAuthMethodConfigRequest, opts ...http.CallOption) (rsp *AuthMethodConfigReply, err error) + GetAuthMethodList func(ctx context.Context, req *GetAuthMethodListRequest, opts ...http.CallOption) (rsp *AuthMethodListReply, err error) + GetEmailPlatform func(ctx context.Context, req *GetEmailPlatformRequest, opts ...http.CallOption) (rsp *PlatformListReply, err error) + GetSmsPlatform func(ctx context.Context, req *GetSmsPlatformRequest, opts ...http.CallOption) (rsp *PlatformListReply, err error) + TestEmailSend func(ctx context.Context, req *TestEmailSendRequest, opts ...http.CallOption) (rsp *ActionReply, err error) + TestSmsSend func(ctx context.Context, req *TestSmsSendRequest, opts ...http.CallOption) (rsp *ActionReply, err error) + UpdateAuthMethodConfig func(ctx context.Context, req *UpdateAuthMethodConfigRequest, ...) (rsp *AuthMethodConfigReply, err error) + func NewAuthMethodServiceHTTPClient(client *http.Client) AuthMethodServiceHTTPClient + type AuthMethodServiceHTTPClientImpl struct + func (c *AuthMethodServiceHTTPClientImpl) GetAuthMethodConfig(ctx context.Context, in *GetAuthMethodConfigRequest, opts ...http.CallOption) (*AuthMethodConfigReply, error) + func (c *AuthMethodServiceHTTPClientImpl) GetAuthMethodList(ctx context.Context, in *GetAuthMethodListRequest, opts ...http.CallOption) (*AuthMethodListReply, error) + func (c *AuthMethodServiceHTTPClientImpl) GetEmailPlatform(ctx context.Context, in *GetEmailPlatformRequest, opts ...http.CallOption) (*PlatformListReply, error) + func (c *AuthMethodServiceHTTPClientImpl) GetSmsPlatform(ctx context.Context, in *GetSmsPlatformRequest, opts ...http.CallOption) (*PlatformListReply, error) + func (c *AuthMethodServiceHTTPClientImpl) TestEmailSend(ctx context.Context, in *TestEmailSendRequest, opts ...http.CallOption) (*ActionReply, error) + func (c *AuthMethodServiceHTTPClientImpl) TestSmsSend(ctx context.Context, in *TestSmsSendRequest, opts ...http.CallOption) (*ActionReply, error) + func (c *AuthMethodServiceHTTPClientImpl) UpdateAuthMethodConfig(ctx context.Context, in *UpdateAuthMethodConfigRequest, ...) (*AuthMethodConfigReply, error) + type AuthMethodServiceHTTPServer interface + GetAuthMethodConfig func(context.Context, *GetAuthMethodConfigRequest) (*AuthMethodConfigReply, error) + GetAuthMethodList func(context.Context, *GetAuthMethodListRequest) (*AuthMethodListReply, error) + GetEmailPlatform func(context.Context, *GetEmailPlatformRequest) (*PlatformListReply, error) + GetSmsPlatform func(context.Context, *GetSmsPlatformRequest) (*PlatformListReply, error) + TestEmailSend func(context.Context, *TestEmailSendRequest) (*ActionReply, error) + TestSmsSend func(context.Context, *TestSmsSendRequest) (*ActionReply, error) + UpdateAuthMethodConfig func(context.Context, *UpdateAuthMethodConfigRequest) (*AuthMethodConfigReply, error) + type AuthMethodServiceServer interface + GetAuthMethodConfig func(context.Context, *GetAuthMethodConfigRequest) (*AuthMethodConfigReply, error) + GetAuthMethodList func(context.Context, *GetAuthMethodListRequest) (*AuthMethodListReply, error) + GetEmailPlatform func(context.Context, *GetEmailPlatformRequest) (*PlatformListReply, error) + GetSmsPlatform func(context.Context, *GetSmsPlatformRequest) (*PlatformListReply, error) + TestEmailSend func(context.Context, *TestEmailSendRequest) (*ActionReply, error) + TestSmsSend func(context.Context, *TestSmsSendRequest) (*ActionReply, error) + UpdateAuthMethodConfig func(context.Context, *UpdateAuthMethodConfigRequest) (*AuthMethodConfigReply, error) + type GetAuthMethodConfigRequest struct + Method string + func (*GetAuthMethodConfigRequest) Descriptor() ([]byte, []int) + func (*GetAuthMethodConfigRequest) ProtoMessage() + func (m *GetAuthMethodConfigRequest) Validate() error + func (m *GetAuthMethodConfigRequest) ValidateAll() error + func (x *GetAuthMethodConfigRequest) GetMethod() string + func (x *GetAuthMethodConfigRequest) ProtoReflect() protoreflect.Message + func (x *GetAuthMethodConfigRequest) Reset() + func (x *GetAuthMethodConfigRequest) String() string + type GetAuthMethodConfigRequestMultiError []error + func (m GetAuthMethodConfigRequestMultiError) AllErrors() []error + func (m GetAuthMethodConfigRequestMultiError) Error() string + type GetAuthMethodConfigRequestValidationError struct + func (e GetAuthMethodConfigRequestValidationError) Cause() error + func (e GetAuthMethodConfigRequestValidationError) Error() string + func (e GetAuthMethodConfigRequestValidationError) ErrorName() string + func (e GetAuthMethodConfigRequestValidationError) Field() string + func (e GetAuthMethodConfigRequestValidationError) Key() bool + func (e GetAuthMethodConfigRequestValidationError) Reason() string + type GetAuthMethodListRequest struct + func (*GetAuthMethodListRequest) Descriptor() ([]byte, []int) + func (*GetAuthMethodListRequest) ProtoMessage() + func (m *GetAuthMethodListRequest) Validate() error + func (m *GetAuthMethodListRequest) ValidateAll() error + func (x *GetAuthMethodListRequest) ProtoReflect() protoreflect.Message + func (x *GetAuthMethodListRequest) Reset() + func (x *GetAuthMethodListRequest) String() string + type GetAuthMethodListRequestMultiError []error + func (m GetAuthMethodListRequestMultiError) AllErrors() []error + func (m GetAuthMethodListRequestMultiError) Error() string + type GetAuthMethodListRequestValidationError struct + func (e GetAuthMethodListRequestValidationError) Cause() error + func (e GetAuthMethodListRequestValidationError) Error() string + func (e GetAuthMethodListRequestValidationError) ErrorName() string + func (e GetAuthMethodListRequestValidationError) Field() string + func (e GetAuthMethodListRequestValidationError) Key() bool + func (e GetAuthMethodListRequestValidationError) Reason() string + type GetEmailPlatformRequest struct + func (*GetEmailPlatformRequest) Descriptor() ([]byte, []int) + func (*GetEmailPlatformRequest) ProtoMessage() + func (m *GetEmailPlatformRequest) Validate() error + func (m *GetEmailPlatformRequest) ValidateAll() error + func (x *GetEmailPlatformRequest) ProtoReflect() protoreflect.Message + func (x *GetEmailPlatformRequest) Reset() + func (x *GetEmailPlatformRequest) String() string + type GetEmailPlatformRequestMultiError []error + func (m GetEmailPlatformRequestMultiError) AllErrors() []error + func (m GetEmailPlatformRequestMultiError) Error() string + type GetEmailPlatformRequestValidationError struct + func (e GetEmailPlatformRequestValidationError) Cause() error + func (e GetEmailPlatformRequestValidationError) Error() string + func (e GetEmailPlatformRequestValidationError) ErrorName() string + func (e GetEmailPlatformRequestValidationError) Field() string + func (e GetEmailPlatformRequestValidationError) Key() bool + func (e GetEmailPlatformRequestValidationError) Reason() string + type GetSmsPlatformRequest struct + func (*GetSmsPlatformRequest) Descriptor() ([]byte, []int) + func (*GetSmsPlatformRequest) ProtoMessage() + func (m *GetSmsPlatformRequest) Validate() error + func (m *GetSmsPlatformRequest) ValidateAll() error + func (x *GetSmsPlatformRequest) ProtoReflect() protoreflect.Message + func (x *GetSmsPlatformRequest) Reset() + func (x *GetSmsPlatformRequest) String() string + type GetSmsPlatformRequestMultiError []error + func (m GetSmsPlatformRequestMultiError) AllErrors() []error + func (m GetSmsPlatformRequestMultiError) Error() string + type GetSmsPlatformRequestValidationError struct + func (e GetSmsPlatformRequestValidationError) Cause() error + func (e GetSmsPlatformRequestValidationError) Error() string + func (e GetSmsPlatformRequestValidationError) ErrorName() string + func (e GetSmsPlatformRequestValidationError) Field() string + func (e GetSmsPlatformRequestValidationError) Key() bool + func (e GetSmsPlatformRequestValidationError) Reason() string + type Platform struct + Platform string + PlatformFieldDescription map[string]string + PlatformUrl string + func (*Platform) Descriptor() ([]byte, []int) + func (*Platform) ProtoMessage() + func (m *Platform) Validate() error + func (m *Platform) ValidateAll() error + func (x *Platform) GetPlatform() string + func (x *Platform) GetPlatformFieldDescription() map[string]string + func (x *Platform) GetPlatformUrl() string + func (x *Platform) ProtoReflect() protoreflect.Message + func (x *Platform) Reset() + func (x *Platform) String() string + type PlatformListData struct + List []*Platform + func (*PlatformListData) Descriptor() ([]byte, []int) + func (*PlatformListData) ProtoMessage() + func (m *PlatformListData) Validate() error + func (m *PlatformListData) ValidateAll() error + func (x *PlatformListData) GetList() []*Platform + func (x *PlatformListData) GetPlatforms() []*Platform + func (x *PlatformListData) ProtoReflect() protoreflect.Message + func (x *PlatformListData) Reset() + func (x *PlatformListData) String() string + type PlatformListDataMultiError []error + func (m PlatformListDataMultiError) AllErrors() []error + func (m PlatformListDataMultiError) Error() string + type PlatformListDataValidationError struct + func (e PlatformListDataValidationError) Cause() error + func (e PlatformListDataValidationError) Error() string + func (e PlatformListDataValidationError) ErrorName() string + func (e PlatformListDataValidationError) Field() string + func (e PlatformListDataValidationError) Key() bool + func (e PlatformListDataValidationError) Reason() string + type PlatformListReply struct + Code int32 + Data *PlatformListData + Msg string + func (*PlatformListReply) Descriptor() ([]byte, []int) + func (*PlatformListReply) ProtoMessage() + func (m *PlatformListReply) Validate() error + func (m *PlatformListReply) ValidateAll() error + func (x *PlatformListReply) GetCode() int32 + func (x *PlatformListReply) GetData() *PlatformListData + func (x *PlatformListReply) GetMsg() string + func (x *PlatformListReply) ProtoReflect() protoreflect.Message + func (x *PlatformListReply) Reset() + func (x *PlatformListReply) String() string + type PlatformListReplyMultiError []error + func (m PlatformListReplyMultiError) AllErrors() []error + func (m PlatformListReplyMultiError) Error() string + type PlatformListReplyValidationError struct + func (e PlatformListReplyValidationError) Cause() error + func (e PlatformListReplyValidationError) Error() string + func (e PlatformListReplyValidationError) ErrorName() string + func (e PlatformListReplyValidationError) Field() string + func (e PlatformListReplyValidationError) Key() bool + func (e PlatformListReplyValidationError) Reason() string + type PlatformMultiError []error + func (m PlatformMultiError) AllErrors() []error + func (m PlatformMultiError) Error() string + type PlatformValidationError struct + func (e PlatformValidationError) Cause() error + func (e PlatformValidationError) Error() string + func (e PlatformValidationError) ErrorName() string + func (e PlatformValidationError) Field() string + func (e PlatformValidationError) Key() bool + func (e PlatformValidationError) Reason() string + type TestEmailSendRequest struct + Email string + func (*TestEmailSendRequest) Descriptor() ([]byte, []int) + func (*TestEmailSendRequest) ProtoMessage() + func (m *TestEmailSendRequest) Validate() error + func (m *TestEmailSendRequest) ValidateAll() error + func (x *TestEmailSendRequest) GetEmail() string + func (x *TestEmailSendRequest) ProtoReflect() protoreflect.Message + func (x *TestEmailSendRequest) Reset() + func (x *TestEmailSendRequest) String() string + type TestEmailSendRequestMultiError []error + func (m TestEmailSendRequestMultiError) AllErrors() []error + func (m TestEmailSendRequestMultiError) Error() string + type TestEmailSendRequestValidationError struct + func (e TestEmailSendRequestValidationError) Cause() error + func (e TestEmailSendRequestValidationError) Error() string + func (e TestEmailSendRequestValidationError) ErrorName() string + func (e TestEmailSendRequestValidationError) Field() string + func (e TestEmailSendRequestValidationError) Key() bool + func (e TestEmailSendRequestValidationError) Reason() string + type TestSendData struct + ResultMessage string + Success bool + func (x *TestSendData) GetResultMessage() string + func (x *TestSendData) GetSuccess() bool + type TestSendReply struct + Code int32 + Data *TestSendData + Message string + func (x *TestSendReply) GetCode() int32 + func (x *TestSendReply) GetData() *TestSendData + func (x *TestSendReply) GetMessage() string + type TestSmsSendRequest struct + AreaCode string + Telephone string + func (*TestSmsSendRequest) Descriptor() ([]byte, []int) + func (*TestSmsSendRequest) ProtoMessage() + func (m *TestSmsSendRequest) Validate() error + func (m *TestSmsSendRequest) ValidateAll() error + func (x *TestSmsSendRequest) GetAreaCode() string + func (x *TestSmsSendRequest) GetTelephone() string + func (x *TestSmsSendRequest) ProtoReflect() protoreflect.Message + func (x *TestSmsSendRequest) Reset() + func (x *TestSmsSendRequest) String() string + type TestSmsSendRequestMultiError []error + func (m TestSmsSendRequestMultiError) AllErrors() []error + func (m TestSmsSendRequestMultiError) Error() string + type TestSmsSendRequestValidationError struct + func (e TestSmsSendRequestValidationError) Cause() error + func (e TestSmsSendRequestValidationError) Error() string + func (e TestSmsSendRequestValidationError) ErrorName() string + func (e TestSmsSendRequestValidationError) Field() string + func (e TestSmsSendRequestValidationError) Key() bool + func (e TestSmsSendRequestValidationError) Reason() string + type UnimplementedAuthMethodServiceServer struct + func (UnimplementedAuthMethodServiceServer) GetAuthMethodConfig(context.Context, *GetAuthMethodConfigRequest) (*AuthMethodConfigReply, error) + func (UnimplementedAuthMethodServiceServer) GetAuthMethodList(context.Context, *GetAuthMethodListRequest) (*AuthMethodListReply, error) + func (UnimplementedAuthMethodServiceServer) GetEmailPlatform(context.Context, *GetEmailPlatformRequest) (*PlatformListReply, error) + func (UnimplementedAuthMethodServiceServer) GetSmsPlatform(context.Context, *GetSmsPlatformRequest) (*PlatformListReply, error) + func (UnimplementedAuthMethodServiceServer) TestEmailSend(context.Context, *TestEmailSendRequest) (*ActionReply, error) + func (UnimplementedAuthMethodServiceServer) TestSmsSend(context.Context, *TestSmsSendRequest) (*ActionReply, error) + func (UnimplementedAuthMethodServiceServer) UpdateAuthMethodConfig(context.Context, *UpdateAuthMethodConfigRequest) (*AuthMethodConfigReply, error) + type UnsafeAuthMethodServiceServer interface + type UpdateAuthMethodConfigRequest struct + Config *structpb.Struct + Enabled *wrapperspb.BoolValue + Id int64 + Method string + func (*UpdateAuthMethodConfigRequest) Descriptor() ([]byte, []int) + func (*UpdateAuthMethodConfigRequest) ProtoMessage() + func (m *UpdateAuthMethodConfigRequest) Validate() error + func (m *UpdateAuthMethodConfigRequest) ValidateAll() error + func (x *UpdateAuthMethodConfigRequest) GetConfig() *structpb.Struct + func (x *UpdateAuthMethodConfigRequest) GetEnabled() *wrapperspb.BoolValue + func (x *UpdateAuthMethodConfigRequest) GetId() int64 + func (x *UpdateAuthMethodConfigRequest) GetMethod() string + func (x *UpdateAuthMethodConfigRequest) ProtoReflect() protoreflect.Message + func (x *UpdateAuthMethodConfigRequest) Reset() + func (x *UpdateAuthMethodConfigRequest) String() string + type UpdateAuthMethodConfigRequestMultiError []error + func (m UpdateAuthMethodConfigRequestMultiError) AllErrors() []error + func (m UpdateAuthMethodConfigRequestMultiError) Error() string + type UpdateAuthMethodConfigRequestValidationError struct + func (e UpdateAuthMethodConfigRequestValidationError) Cause() error + func (e UpdateAuthMethodConfigRequestValidationError) Error() string + func (e UpdateAuthMethodConfigRequestValidationError) ErrorName() string + func (e UpdateAuthMethodConfigRequestValidationError) Field() string + func (e UpdateAuthMethodConfigRequestValidationError) Key() bool + func (e UpdateAuthMethodConfigRequestValidationError) Reason() string