v1

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2022 License: Apache-2.0 Imports: 30 Imported by: 1

Documentation

Index

Constants

View Source
const OperationAuthChangePasswordByForget = "/user.api.auth.v1.Auth/ChangePasswordByForget"
View Source
const OperationAuthChangePasswordByPre = "/user.api.auth.v1.Auth/ChangePasswordByPre"
View Source
const OperationAuthForgetPassword = "/user.api.auth.v1.Auth/ForgetPassword"
View Source
const OperationAuthGetCsrfToken = "/user.api.auth.v1.Auth/GetCsrfToken"
View Source
const OperationAuthGetLogin = "/user.api.auth.v1.Auth/GetLogin"
View Source
const OperationAuthLogin = "/user.api.auth.v1.Auth/Login"
View Source
const OperationAuthLoginPasswordless = "/user.api.auth.v1.Auth/LoginPasswordless"
View Source
const OperationAuthRefresh = "/user.api.auth.v1.Auth/Refresh"
View Source
const OperationAuthRegister = "/user.api.auth.v1.Auth/Register"
View Source
const OperationAuthSendForgetPasswordToken = "/user.api.auth.v1.Auth/SendForgetPasswordToken"
View Source
const OperationAuthSendPasswordlessToken = "/user.api.auth.v1.Auth/SendPasswordlessToken"
View Source
const OperationAuthToken = "/user.api.auth.v1.Auth/Token"
View Source
const OperationAuthValidatePassword = "/user.api.auth.v1.Auth/ValidatePassword"
View Source
const OperationAuthWebGetConsent = "/user.api.auth.v1.AuthWeb/GetConsent"
View Source
const OperationAuthWebGetWebLogin = "/user.api.auth.v1.AuthWeb/GetWebLogin"
View Source
const OperationAuthWebGetWebLogout = "/user.api.auth.v1.AuthWeb/GetWebLogout"
View Source
const OperationAuthWebGrantConsent = "/user.api.auth.v1.AuthWeb/GrantConsent"
View Source
const OperationAuthWebWebLogin = "/user.api.auth.v1.AuthWeb/WebLogin"
View Source
const OperationAuthWebWebLogout = "/user.api.auth.v1.AuthWeb/WebLogout"

Variables

View Source
var (
	ErrorReason_name = map[int32]string{
		0:  "INVALID_CREDENTIALS",
		1:  "INVALID_OPERATION",
		2:  "USER_LOCKED",
		3:  "EMAIL_NOT_CONFIRMED",
		4:  "PHONE_NOT_CONFIRMED",
		5:  "EMAIL_RECOVER_FAILED",
		6:  "EMAIL_CONFIRM_FAILED",
		7:  "PHONE_RECOVER_FAILED",
		8:  "PHONE_CONFIRM_FAILED",
		9:  "TWO_STEP_FAILED",
		10: "CONFIRM_PASSWORD_MISMATCH",
		11: "REMEMBER_TOKEN_NOT_FOUND",
		14: "REMEMBER_TOKEN_USED",
		12: "USER_DELETED",
		13: "REFRESH_TOKEN_INVALID",
	}
	ErrorReason_value = map[string]int32{
		"INVALID_CREDENTIALS":       0,
		"INVALID_OPERATION":         1,
		"USER_LOCKED":               2,
		"EMAIL_NOT_CONFIRMED":       3,
		"PHONE_NOT_CONFIRMED":       4,
		"EMAIL_RECOVER_FAILED":      5,
		"EMAIL_CONFIRM_FAILED":      6,
		"PHONE_RECOVER_FAILED":      7,
		"PHONE_CONFIRM_FAILED":      8,
		"TWO_STEP_FAILED":           9,
		"CONFIRM_PASSWORD_MISMATCH": 10,
		"REMEMBER_TOKEN_NOT_FOUND":  11,
		"REMEMBER_TOKEN_USED":       14,
		"USER_DELETED":              12,
		"REFRESH_TOKEN_INVALID":     13,
	}
)

Enum value maps for ErrorReason.

View Source
var AuthWeb_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "user.api.auth.v1.AuthWeb",
	HandlerType: (*AuthWebServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetWebLogin",
			Handler:    _AuthWeb_GetWebLogin_Handler,
		},
		{
			MethodName: "WebLogin",
			Handler:    _AuthWeb_WebLogin_Handler,
		},
		{
			MethodName: "GetWebLogout",
			Handler:    _AuthWeb_GetWebLogout_Handler,
		},
		{
			MethodName: "WebLogout",
			Handler:    _AuthWeb_WebLogout_Handler,
		},
		{
			MethodName: "GetConsent",
			Handler:    _AuthWeb_GetConsent_Handler,
		},
		{
			MethodName: "GrantConsent",
			Handler:    _AuthWeb_GrantConsent_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "user/api/auth/v1/web.proto",
}

AuthWeb_ServiceDesc is the grpc.ServiceDesc for AuthWeb service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var Auth_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "user.api.auth.v1.Auth",
	HandlerType: (*AuthServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Register",
			Handler:    _Auth_Register_Handler,
		},
		{
			MethodName: "Login",
			Handler:    _Auth_Login_Handler,
		},
		{
			MethodName: "GetLogin",
			Handler:    _Auth_GetLogin_Handler,
		},
		{
			MethodName: "Token",
			Handler:    _Auth_Token_Handler,
		},
		{
			MethodName: "Refresh",
			Handler:    _Auth_Refresh_Handler,
		},
		{
			MethodName: "SendPasswordlessToken",
			Handler:    _Auth_SendPasswordlessToken_Handler,
		},
		{
			MethodName: "LoginPasswordless",
			Handler:    _Auth_LoginPasswordless_Handler,
		},
		{
			MethodName: "SendForgetPasswordToken",
			Handler:    _Auth_SendForgetPasswordToken_Handler,
		},
		{
			MethodName: "ForgetPassword",
			Handler:    _Auth_ForgetPassword_Handler,
		},
		{
			MethodName: "ChangePasswordByForget",
			Handler:    _Auth_ChangePasswordByForget_Handler,
		},
		{
			MethodName: "ValidatePassword",
			Handler:    _Auth_ValidatePassword_Handler,
		},
		{
			MethodName: "ChangePasswordByPre",
			Handler:    _Auth_ChangePasswordByPre_Handler,
		},
		{
			MethodName: "GetCsrfToken",
			Handler:    _Auth_GetCsrfToken_Handler,
		},
		{
			MethodName: "RefreshRememberToken",
			Handler:    _Auth_RefreshRememberToken_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "user/api/auth/v1/auth.proto",
}

Auth_ServiceDesc is the grpc.ServiceDesc for Auth service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_user_api_auth_v1_auth_proto protoreflect.FileDescriptor
View Source
var File_user_api_auth_v1_error_reason_proto protoreflect.FileDescriptor
View Source
var File_user_api_auth_v1_web_proto protoreflect.FileDescriptor

Functions

func ErrorConfirmPasswordMismatch

func ErrorConfirmPasswordMismatch(format string, args ...interface{}) *errors.Error

func ErrorConfirmPasswordMismatchLocalized

func ErrorConfirmPasswordMismatchLocalized(localizer *i18n.Localizer, data map[string]interface{}, pluralCount interface{}) *errors.Error

func ErrorEmailConfirmFailed

func ErrorEmailConfirmFailed(format string, args ...interface{}) *errors.Error

func ErrorEmailConfirmFailedLocalized

func ErrorEmailConfirmFailedLocalized(localizer *i18n.Localizer, data map[string]interface{}, pluralCount interface{}) *errors.Error

func ErrorEmailNotConfirmed

func ErrorEmailNotConfirmed(format string, args ...interface{}) *errors.Error

func ErrorEmailNotConfirmedLocalized

func ErrorEmailNotConfirmedLocalized(localizer *i18n.Localizer, data map[string]interface{}, pluralCount interface{}) *errors.Error

func ErrorEmailRecoverFailed

func ErrorEmailRecoverFailed(format string, args ...interface{}) *errors.Error

func ErrorEmailRecoverFailedLocalized

func ErrorEmailRecoverFailedLocalized(localizer *i18n.Localizer, data map[string]interface{}, pluralCount interface{}) *errors.Error

func ErrorInvalidCredentials

func ErrorInvalidCredentials(format string, args ...interface{}) *errors.Error

func ErrorInvalidCredentialsLocalized

func ErrorInvalidCredentialsLocalized(localizer *i18n.Localizer, data map[string]interface{}, pluralCount interface{}) *errors.Error

func ErrorInvalidOperation

func ErrorInvalidOperation(format string, args ...interface{}) *errors.Error

func ErrorInvalidOperationLocalized

func ErrorInvalidOperationLocalized(localizer *i18n.Localizer, data map[string]interface{}, pluralCount interface{}) *errors.Error

func ErrorPhoneConfirmFailed

func ErrorPhoneConfirmFailed(format string, args ...interface{}) *errors.Error

func ErrorPhoneConfirmFailedLocalized

func ErrorPhoneConfirmFailedLocalized(localizer *i18n.Localizer, data map[string]interface{}, pluralCount interface{}) *errors.Error

func ErrorPhoneNotConfirmed

func ErrorPhoneNotConfirmed(format string, args ...interface{}) *errors.Error

func ErrorPhoneNotConfirmedLocalized

func ErrorPhoneNotConfirmedLocalized(localizer *i18n.Localizer, data map[string]interface{}, pluralCount interface{}) *errors.Error

func ErrorPhoneRecoverFailed

func ErrorPhoneRecoverFailed(format string, args ...interface{}) *errors.Error

func ErrorPhoneRecoverFailedLocalized

func ErrorPhoneRecoverFailedLocalized(localizer *i18n.Localizer, data map[string]interface{}, pluralCount interface{}) *errors.Error

func ErrorRefreshTokenInvalid

func ErrorRefreshTokenInvalid(format string, args ...interface{}) *errors.Error

func ErrorRefreshTokenInvalidLocalized

func ErrorRefreshTokenInvalidLocalized(localizer *i18n.Localizer, data map[string]interface{}, pluralCount interface{}) *errors.Error

func ErrorRememberTokenNotFound

func ErrorRememberTokenNotFound(format string, args ...interface{}) *errors.Error

func ErrorRememberTokenNotFoundLocalized

func ErrorRememberTokenNotFoundLocalized(localizer *i18n.Localizer, data map[string]interface{}, pluralCount interface{}) *errors.Error

func ErrorRememberTokenUsed

func ErrorRememberTokenUsed(format string, args ...interface{}) *errors.Error

func ErrorRememberTokenUsedLocalized

func ErrorRememberTokenUsedLocalized(localizer *i18n.Localizer, data map[string]interface{}, pluralCount interface{}) *errors.Error

func ErrorTwoStepFailed

func ErrorTwoStepFailed(format string, args ...interface{}) *errors.Error

func ErrorTwoStepFailedLocalized

func ErrorTwoStepFailedLocalized(localizer *i18n.Localizer, data map[string]interface{}, pluralCount interface{}) *errors.Error

func ErrorUserDeleted

func ErrorUserDeleted(format string, args ...interface{}) *errors.Error

func ErrorUserDeletedLocalized

func ErrorUserDeletedLocalized(localizer *i18n.Localizer, data map[string]interface{}, pluralCount interface{}) *errors.Error

func ErrorUserLocked

func ErrorUserLocked(format string, args ...interface{}) *errors.Error

func ErrorUserLockedLocalized

func ErrorUserLockedLocalized(localizer *i18n.Localizer, data map[string]interface{}, pluralCount interface{}) *errors.Error

func IsConfirmPasswordMismatch

func IsConfirmPasswordMismatch(err error) bool

func IsEmailConfirmFailed

func IsEmailConfirmFailed(err error) bool

func IsEmailNotConfirmed

func IsEmailNotConfirmed(err error) bool

func IsEmailRecoverFailed

func IsEmailRecoverFailed(err error) bool

func IsInvalidCredentials

func IsInvalidCredentials(err error) bool

func IsInvalidOperation

func IsInvalidOperation(err error) bool

func IsPhoneConfirmFailed

func IsPhoneConfirmFailed(err error) bool

func IsPhoneNotConfirmed

func IsPhoneNotConfirmed(err error) bool

func IsPhoneRecoverFailed

func IsPhoneRecoverFailed(err error) bool

func IsRefreshTokenInvalid

func IsRefreshTokenInvalid(err error) bool

func IsRememberTokenNotFound

func IsRememberTokenNotFound(err error) bool

func IsRememberTokenUsed

func IsRememberTokenUsed(err error) bool

func IsTwoStepFailed

func IsTwoStepFailed(err error) bool

func IsUserDeleted

func IsUserDeleted(err error) bool

func IsUserLocked

func IsUserLocked(err error) bool

func RegisterAuthHTTPServer

func RegisterAuthHTTPServer(s *http.Server, srv AuthHTTPServer)

func RegisterAuthServer

func RegisterAuthServer(s grpc.ServiceRegistrar, srv AuthServer)

func RegisterAuthWebHTTPServer

func RegisterAuthWebHTTPServer(s *http.Server, srv AuthWebHTTPServer)

func RegisterAuthWebServer

func RegisterAuthWebServer(s grpc.ServiceRegistrar, srv AuthWebServer)

Types

type AuthClient

type AuthClient interface {
	Register(ctx context.Context, in *RegisterAuthRequest, opts ...grpc.CallOption) (*RegisterAuthReply, error)
	Login(ctx context.Context, in *LoginAuthRequest, opts ...grpc.CallOption) (*LoginAuthReply, error)
	GetLogin(ctx context.Context, in *GetLoginRequest, opts ...grpc.CallOption) (*GetLoginResponse, error)
	Token(ctx context.Context, in *TokenRequest, opts ...grpc.CallOption) (*TokenReply, error)
	Refresh(ctx context.Context, in *RefreshTokenAuthRequest, opts ...grpc.CallOption) (*RefreshTokenAuthReply, error)
	SendPasswordlessToken(ctx context.Context, in *PasswordlessTokenAuthRequest, opts ...grpc.CallOption) (*PasswordlessTokenAuthReply, error)
	LoginPasswordless(ctx context.Context, in *LoginPasswordlessRequest, opts ...grpc.CallOption) (*LoginPasswordlessReply, error)
	SendForgetPasswordToken(ctx context.Context, in *ForgetPasswordTokenRequest, opts ...grpc.CallOption) (*ForgetPasswordTokenReply, error)
	//ForgetPassword
	//verify forget password token
	ForgetPassword(ctx context.Context, in *ForgetPasswordRequest, opts ...grpc.CallOption) (*ForgetPasswordReply, error)
	ChangePasswordByForget(ctx context.Context, in *ChangePasswordByForgetRequest, opts ...grpc.CallOption) (*ChangePasswordByForgetReply, error)
	//ValidatePassword
	// server validation for password strength
	ValidatePassword(ctx context.Context, in *ValidatePasswordRequest, opts ...grpc.CallOption) (*ValidatePasswordReply, error)
	ChangePasswordByPre(ctx context.Context, in *ChangePasswordByPreRequest, opts ...grpc.CallOption) (*ChangePasswordByPreReply, error)
	GetCsrfToken(ctx context.Context, in *GetCsrfTokenRequest, opts ...grpc.CallOption) (*GetCsrfTokenResponse, error)
	//RefreshRememberToken internal api for refresh remember token
	RefreshRememberToken(ctx context.Context, in *RefreshRememberTokenRequest, opts ...grpc.CallOption) (*RefreshRememberTokenReply, error)
}

AuthClient is the client API for Auth service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewAuthClient

func NewAuthClient(cc grpc.ClientConnInterface) AuthClient

type AuthHTTPClient

type AuthHTTPClient interface {
	ChangePasswordByForget(ctx context.Context, req *ChangePasswordByForgetRequest, opts ...http.CallOption) (rsp *ChangePasswordByForgetReply, err error)
	ChangePasswordByPre(ctx context.Context, req *ChangePasswordByPreRequest, opts ...http.CallOption) (rsp *ChangePasswordByPreReply, err error)
	ForgetPassword(ctx context.Context, req *ForgetPasswordRequest, opts ...http.CallOption) (rsp *ForgetPasswordReply, err error)
	GetCsrfToken(ctx context.Context, req *GetCsrfTokenRequest, opts ...http.CallOption) (rsp *GetCsrfTokenResponse, err error)
	GetLogin(ctx context.Context, req *GetLoginRequest, opts ...http.CallOption) (rsp *GetLoginResponse, err error)
	Login(ctx context.Context, req *LoginAuthRequest, opts ...http.CallOption) (rsp *LoginAuthReply, err error)
	LoginPasswordless(ctx context.Context, req *LoginPasswordlessRequest, opts ...http.CallOption) (rsp *LoginPasswordlessReply, err error)
	Refresh(ctx context.Context, req *RefreshTokenAuthRequest, opts ...http.CallOption) (rsp *RefreshTokenAuthReply, err error)
	Register(ctx context.Context, req *RegisterAuthRequest, opts ...http.CallOption) (rsp *RegisterAuthReply, err error)
	SendForgetPasswordToken(ctx context.Context, req *ForgetPasswordTokenRequest, opts ...http.CallOption) (rsp *ForgetPasswordTokenReply, err error)
	SendPasswordlessToken(ctx context.Context, req *PasswordlessTokenAuthRequest, opts ...http.CallOption) (rsp *PasswordlessTokenAuthReply, err error)
	Token(ctx context.Context, req *TokenRequest, opts ...http.CallOption) (rsp *TokenReply, err error)
	ValidatePassword(ctx context.Context, req *ValidatePasswordRequest, opts ...http.CallOption) (rsp *ValidatePasswordReply, err error)
}

func NewAuthHTTPClient

func NewAuthHTTPClient(client *http.Client) AuthHTTPClient

type AuthHTTPClientImpl

type AuthHTTPClientImpl struct {
	// contains filtered or unexported fields
}

func (*AuthHTTPClientImpl) ChangePasswordByForget

func (*AuthHTTPClientImpl) ChangePasswordByPre

func (*AuthHTTPClientImpl) ForgetPassword

func (*AuthHTTPClientImpl) GetCsrfToken

func (*AuthHTTPClientImpl) GetLogin

func (*AuthHTTPClientImpl) Login

func (*AuthHTTPClientImpl) LoginPasswordless

func (*AuthHTTPClientImpl) Refresh

func (*AuthHTTPClientImpl) Register

func (*AuthHTTPClientImpl) SendForgetPasswordToken

func (*AuthHTTPClientImpl) SendPasswordlessToken

func (*AuthHTTPClientImpl) Token

func (*AuthHTTPClientImpl) ValidatePassword

type AuthServer

type AuthServer interface {
	Register(context.Context, *RegisterAuthRequest) (*RegisterAuthReply, error)
	Login(context.Context, *LoginAuthRequest) (*LoginAuthReply, error)
	GetLogin(context.Context, *GetLoginRequest) (*GetLoginResponse, error)
	Token(context.Context, *TokenRequest) (*TokenReply, error)
	Refresh(context.Context, *RefreshTokenAuthRequest) (*RefreshTokenAuthReply, error)
	SendPasswordlessToken(context.Context, *PasswordlessTokenAuthRequest) (*PasswordlessTokenAuthReply, error)
	LoginPasswordless(context.Context, *LoginPasswordlessRequest) (*LoginPasswordlessReply, error)
	SendForgetPasswordToken(context.Context, *ForgetPasswordTokenRequest) (*ForgetPasswordTokenReply, error)
	//ForgetPassword
	//verify forget password token
	ForgetPassword(context.Context, *ForgetPasswordRequest) (*ForgetPasswordReply, error)
	ChangePasswordByForget(context.Context, *ChangePasswordByForgetRequest) (*ChangePasswordByForgetReply, error)
	//ValidatePassword
	// server validation for password strength
	ValidatePassword(context.Context, *ValidatePasswordRequest) (*ValidatePasswordReply, error)
	ChangePasswordByPre(context.Context, *ChangePasswordByPreRequest) (*ChangePasswordByPreReply, error)
	GetCsrfToken(context.Context, *GetCsrfTokenRequest) (*GetCsrfTokenResponse, error)
	//RefreshRememberToken internal api for refresh remember token
	RefreshRememberToken(context.Context, *RefreshRememberTokenRequest) (*RefreshRememberTokenReply, error)
}

AuthServer is the server API for Auth service. All implementations should embed UnimplementedAuthServer for forward compatibility

func NewAuthClientProxy

func NewAuthClientProxy(cc AuthClient) AuthServer

type AuthWebClient

type AuthWebClient interface {
	GetWebLogin(ctx context.Context, in *GetLoginRequest, opts ...grpc.CallOption) (*GetLoginResponse, error)
	WebLogin(ctx context.Context, in *WebLoginAuthRequest, opts ...grpc.CallOption) (*WebLoginAuthReply, error)
	GetWebLogout(ctx context.Context, in *GetLogoutRequest, opts ...grpc.CallOption) (*GetLogoutResponse, error)
	WebLogout(ctx context.Context, in *LogoutRequest, opts ...grpc.CallOption) (*LogoutResponse, error)
	GetConsent(ctx context.Context, in *GetConsentRequest, opts ...grpc.CallOption) (*GetConsentResponse, error)
	GrantConsent(ctx context.Context, in *GrantConsentRequest, opts ...grpc.CallOption) (*GrantConsentResponse, error)
}

AuthWebClient is the client API for AuthWeb service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewAuthWebClient

func NewAuthWebClient(cc grpc.ClientConnInterface) AuthWebClient

type AuthWebHTTPClient

type AuthWebHTTPClient interface {
	GetConsent(ctx context.Context, req *GetConsentRequest, opts ...http.CallOption) (rsp *GetConsentResponse, err error)
	GetWebLogin(ctx context.Context, req *GetLoginRequest, opts ...http.CallOption) (rsp *GetLoginResponse, err error)
	GetWebLogout(ctx context.Context, req *GetLogoutRequest, opts ...http.CallOption) (rsp *GetLogoutResponse, err error)
	GrantConsent(ctx context.Context, req *GrantConsentRequest, opts ...http.CallOption) (rsp *GrantConsentResponse, err error)
	WebLogin(ctx context.Context, req *WebLoginAuthRequest, opts ...http.CallOption) (rsp *WebLoginAuthReply, err error)
	WebLogout(ctx context.Context, req *LogoutRequest, opts ...http.CallOption) (rsp *LogoutResponse, err error)
}

func NewAuthWebHTTPClient

func NewAuthWebHTTPClient(client *http.Client) AuthWebHTTPClient

type AuthWebHTTPClientImpl

type AuthWebHTTPClientImpl struct {
	// contains filtered or unexported fields
}

func (*AuthWebHTTPClientImpl) GetConsent

func (*AuthWebHTTPClientImpl) GetWebLogin

func (*AuthWebHTTPClientImpl) GetWebLogout

func (*AuthWebHTTPClientImpl) GrantConsent

func (*AuthWebHTTPClientImpl) WebLogin

func (*AuthWebHTTPClientImpl) WebLogout

type AuthWebServer

AuthWebServer is the server API for AuthWeb service. All implementations should embed UnimplementedAuthWebServer for forward compatibility

func NewAuthWebClientProxy

func NewAuthWebClientProxy(cc AuthWebClient) AuthWebServer

type ChangePasswordByForgetReply

type ChangePasswordByForgetReply struct {
	// contains filtered or unexported fields
}

func (*ChangePasswordByForgetReply) Descriptor deprecated

func (*ChangePasswordByForgetReply) Descriptor() ([]byte, []int)

Deprecated: Use ChangePasswordByForgetReply.ProtoReflect.Descriptor instead.

func (*ChangePasswordByForgetReply) ProtoMessage

func (*ChangePasswordByForgetReply) ProtoMessage()

func (*ChangePasswordByForgetReply) ProtoReflect

func (*ChangePasswordByForgetReply) Reset

func (x *ChangePasswordByForgetReply) Reset()

func (*ChangePasswordByForgetReply) String

func (x *ChangePasswordByForgetReply) String() string

func (*ChangePasswordByForgetReply) Validate

func (m *ChangePasswordByForgetReply) Validate() error

Validate checks the field values on ChangePasswordByForgetReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ChangePasswordByForgetReply) ValidateAll

func (m *ChangePasswordByForgetReply) ValidateAll() error

ValidateAll checks the field values on ChangePasswordByForgetReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChangePasswordByForgetReplyMultiError, or nil if none found.

type ChangePasswordByForgetReplyMultiError

type ChangePasswordByForgetReplyMultiError []error

ChangePasswordByForgetReplyMultiError is an error wrapping multiple validation errors returned by ChangePasswordByForgetReply.ValidateAll() if the designated constraints aren't met.

func (ChangePasswordByForgetReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ChangePasswordByForgetReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ChangePasswordByForgetReplyValidationError

type ChangePasswordByForgetReplyValidationError struct {
	// contains filtered or unexported fields
}

ChangePasswordByForgetReplyValidationError is the validation error returned by ChangePasswordByForgetReply.Validate if the designated constraints aren't met.

func (ChangePasswordByForgetReplyValidationError) Cause

Cause function returns cause value.

func (ChangePasswordByForgetReplyValidationError) Error

Error satisfies the builtin error interface

func (ChangePasswordByForgetReplyValidationError) ErrorName

ErrorName returns error name.

func (ChangePasswordByForgetReplyValidationError) Field

Field function returns field value.

func (ChangePasswordByForgetReplyValidationError) Key

Key function returns key value.

func (ChangePasswordByForgetReplyValidationError) Reason

Reason function returns reason value.

type ChangePasswordByForgetRequest

type ChangePasswordByForgetRequest struct {
	ChangePasswordToken string `protobuf:"bytes,1,opt,name=change_password_token,json=changePasswordToken,proto3" json:"change_password_token,omitempty"`
	NewPassword         string `protobuf:"bytes,5,opt,name=new_password,json=newPassword,proto3" json:"new_password,omitempty"`
	ConfirmNewPassword  string `protobuf:"bytes,6,opt,name=confirm_new_password,json=confirmNewPassword,proto3" json:"confirm_new_password,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangePasswordByForgetRequest) Descriptor deprecated

func (*ChangePasswordByForgetRequest) Descriptor() ([]byte, []int)

Deprecated: Use ChangePasswordByForgetRequest.ProtoReflect.Descriptor instead.

func (*ChangePasswordByForgetRequest) GetChangePasswordToken

func (x *ChangePasswordByForgetRequest) GetChangePasswordToken() string

func (*ChangePasswordByForgetRequest) GetConfirmNewPassword

func (x *ChangePasswordByForgetRequest) GetConfirmNewPassword() string

func (*ChangePasswordByForgetRequest) GetNewPassword

func (x *ChangePasswordByForgetRequest) GetNewPassword() string

func (*ChangePasswordByForgetRequest) ProtoMessage

func (*ChangePasswordByForgetRequest) ProtoMessage()

func (*ChangePasswordByForgetRequest) ProtoReflect

func (*ChangePasswordByForgetRequest) Reset

func (x *ChangePasswordByForgetRequest) Reset()

func (*ChangePasswordByForgetRequest) String

func (*ChangePasswordByForgetRequest) Validate

func (m *ChangePasswordByForgetRequest) Validate() error

Validate checks the field values on ChangePasswordByForgetRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ChangePasswordByForgetRequest) ValidateAll

func (m *ChangePasswordByForgetRequest) ValidateAll() error

ValidateAll checks the field values on ChangePasswordByForgetRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChangePasswordByForgetRequestMultiError, or nil if none found.

type ChangePasswordByForgetRequestMultiError

type ChangePasswordByForgetRequestMultiError []error

ChangePasswordByForgetRequestMultiError is an error wrapping multiple validation errors returned by ChangePasswordByForgetRequest.ValidateAll() if the designated constraints aren't met.

func (ChangePasswordByForgetRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ChangePasswordByForgetRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ChangePasswordByForgetRequestValidationError

type ChangePasswordByForgetRequestValidationError struct {
	// contains filtered or unexported fields
}

ChangePasswordByForgetRequestValidationError is the validation error returned by ChangePasswordByForgetRequest.Validate if the designated constraints aren't met.

func (ChangePasswordByForgetRequestValidationError) Cause

Cause function returns cause value.

func (ChangePasswordByForgetRequestValidationError) Error

Error satisfies the builtin error interface

func (ChangePasswordByForgetRequestValidationError) ErrorName

ErrorName returns error name.

func (ChangePasswordByForgetRequestValidationError) Field

Field function returns field value.

func (ChangePasswordByForgetRequestValidationError) Key

Key function returns key value.

func (ChangePasswordByForgetRequestValidationError) Reason

Reason function returns reason value.

type ChangePasswordByPreReply

type ChangePasswordByPreReply struct {
	// contains filtered or unexported fields
}

func (*ChangePasswordByPreReply) Descriptor deprecated

func (*ChangePasswordByPreReply) Descriptor() ([]byte, []int)

Deprecated: Use ChangePasswordByPreReply.ProtoReflect.Descriptor instead.

func (*ChangePasswordByPreReply) ProtoMessage

func (*ChangePasswordByPreReply) ProtoMessage()

func (*ChangePasswordByPreReply) ProtoReflect

func (x *ChangePasswordByPreReply) ProtoReflect() protoreflect.Message

func (*ChangePasswordByPreReply) Reset

func (x *ChangePasswordByPreReply) Reset()

func (*ChangePasswordByPreReply) String

func (x *ChangePasswordByPreReply) String() string

func (*ChangePasswordByPreReply) Validate

func (m *ChangePasswordByPreReply) Validate() error

Validate checks the field values on ChangePasswordByPreReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ChangePasswordByPreReply) ValidateAll

func (m *ChangePasswordByPreReply) ValidateAll() error

ValidateAll checks the field values on ChangePasswordByPreReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChangePasswordByPreReplyMultiError, or nil if none found.

type ChangePasswordByPreReplyMultiError

type ChangePasswordByPreReplyMultiError []error

ChangePasswordByPreReplyMultiError is an error wrapping multiple validation errors returned by ChangePasswordByPreReply.ValidateAll() if the designated constraints aren't met.

func (ChangePasswordByPreReplyMultiError) AllErrors

func (m ChangePasswordByPreReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ChangePasswordByPreReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ChangePasswordByPreReplyValidationError

type ChangePasswordByPreReplyValidationError struct {
	// contains filtered or unexported fields
}

ChangePasswordByPreReplyValidationError is the validation error returned by ChangePasswordByPreReply.Validate if the designated constraints aren't met.

func (ChangePasswordByPreReplyValidationError) Cause

Cause function returns cause value.

func (ChangePasswordByPreReplyValidationError) Error

Error satisfies the builtin error interface

func (ChangePasswordByPreReplyValidationError) ErrorName

ErrorName returns error name.

func (ChangePasswordByPreReplyValidationError) Field

Field function returns field value.

func (ChangePasswordByPreReplyValidationError) Key

Key function returns key value.

func (ChangePasswordByPreReplyValidationError) Reason

Reason function returns reason value.

type ChangePasswordByPreRequest

type ChangePasswordByPreRequest struct {
	PrePassword        string `protobuf:"bytes,4,opt,name=pre_password,json=prePassword,proto3" json:"pre_password,omitempty"`
	NewPassword        string `protobuf:"bytes,5,opt,name=new_password,json=newPassword,proto3" json:"new_password,omitempty"`
	ConfirmNewPassword string `protobuf:"bytes,6,opt,name=confirm_new_password,json=confirmNewPassword,proto3" json:"confirm_new_password,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangePasswordByPreRequest) Descriptor deprecated

func (*ChangePasswordByPreRequest) Descriptor() ([]byte, []int)

Deprecated: Use ChangePasswordByPreRequest.ProtoReflect.Descriptor instead.

func (*ChangePasswordByPreRequest) GetConfirmNewPassword

func (x *ChangePasswordByPreRequest) GetConfirmNewPassword() string

func (*ChangePasswordByPreRequest) GetNewPassword

func (x *ChangePasswordByPreRequest) GetNewPassword() string

func (*ChangePasswordByPreRequest) GetPrePassword

func (x *ChangePasswordByPreRequest) GetPrePassword() string

func (*ChangePasswordByPreRequest) ProtoMessage

func (*ChangePasswordByPreRequest) ProtoMessage()

func (*ChangePasswordByPreRequest) ProtoReflect

func (*ChangePasswordByPreRequest) Reset

func (x *ChangePasswordByPreRequest) Reset()

func (*ChangePasswordByPreRequest) String

func (x *ChangePasswordByPreRequest) String() string

func (*ChangePasswordByPreRequest) Validate

func (m *ChangePasswordByPreRequest) Validate() error

Validate checks the field values on ChangePasswordByPreRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ChangePasswordByPreRequest) ValidateAll

func (m *ChangePasswordByPreRequest) ValidateAll() error

ValidateAll checks the field values on ChangePasswordByPreRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChangePasswordByPreRequestMultiError, or nil if none found.

type ChangePasswordByPreRequestMultiError

type ChangePasswordByPreRequestMultiError []error

ChangePasswordByPreRequestMultiError is an error wrapping multiple validation errors returned by ChangePasswordByPreRequest.ValidateAll() if the designated constraints aren't met.

func (ChangePasswordByPreRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ChangePasswordByPreRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ChangePasswordByPreRequestValidationError

type ChangePasswordByPreRequestValidationError struct {
	// contains filtered or unexported fields
}

ChangePasswordByPreRequestValidationError is the validation error returned by ChangePasswordByPreRequest.Validate if the designated constraints aren't met.

func (ChangePasswordByPreRequestValidationError) Cause

Cause function returns cause value.

func (ChangePasswordByPreRequestValidationError) Error

Error satisfies the builtin error interface

func (ChangePasswordByPreRequestValidationError) ErrorName

ErrorName returns error name.

func (ChangePasswordByPreRequestValidationError) Field

Field function returns field value.

func (ChangePasswordByPreRequestValidationError) Key

Key function returns key value.

func (ChangePasswordByPreRequestValidationError) Reason

Reason function returns reason value.

type ErrorReason

type ErrorReason int32
const (
	ErrorReason_INVALID_CREDENTIALS       ErrorReason = 0
	ErrorReason_INVALID_OPERATION         ErrorReason = 1
	ErrorReason_USER_LOCKED               ErrorReason = 2
	ErrorReason_EMAIL_NOT_CONFIRMED       ErrorReason = 3
	ErrorReason_PHONE_NOT_CONFIRMED       ErrorReason = 4
	ErrorReason_EMAIL_RECOVER_FAILED      ErrorReason = 5
	ErrorReason_EMAIL_CONFIRM_FAILED      ErrorReason = 6
	ErrorReason_PHONE_RECOVER_FAILED      ErrorReason = 7
	ErrorReason_PHONE_CONFIRM_FAILED      ErrorReason = 8
	ErrorReason_TWO_STEP_FAILED           ErrorReason = 9
	ErrorReason_CONFIRM_PASSWORD_MISMATCH ErrorReason = 10
	ErrorReason_REMEMBER_TOKEN_NOT_FOUND  ErrorReason = 11
	ErrorReason_REMEMBER_TOKEN_USED       ErrorReason = 14
	ErrorReason_USER_DELETED              ErrorReason = 12
	ErrorReason_REFRESH_TOKEN_INVALID     ErrorReason = 13
)

func (ErrorReason) Descriptor

func (ErrorReason) Enum

func (x ErrorReason) Enum() *ErrorReason

func (ErrorReason) EnumDescriptor deprecated

func (ErrorReason) EnumDescriptor() ([]byte, []int)

Deprecated: Use ErrorReason.Descriptor instead.

func (ErrorReason) Number

func (x ErrorReason) Number() protoreflect.EnumNumber

func (ErrorReason) String

func (x ErrorReason) String() string

func (ErrorReason) Type

type ForgetPasswordReply

type ForgetPasswordReply struct {

	//next step for change password
	ChangePasswordToken string `protobuf:"bytes,1,opt,name=change_password_token,json=changePasswordToken,proto3" json:"change_password_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ForgetPasswordReply) Descriptor deprecated

func (*ForgetPasswordReply) Descriptor() ([]byte, []int)

Deprecated: Use ForgetPasswordReply.ProtoReflect.Descriptor instead.

func (*ForgetPasswordReply) GetChangePasswordToken

func (x *ForgetPasswordReply) GetChangePasswordToken() string

func (*ForgetPasswordReply) ProtoMessage

func (*ForgetPasswordReply) ProtoMessage()

func (*ForgetPasswordReply) ProtoReflect

func (x *ForgetPasswordReply) ProtoReflect() protoreflect.Message

func (*ForgetPasswordReply) Reset

func (x *ForgetPasswordReply) Reset()

func (*ForgetPasswordReply) String

func (x *ForgetPasswordReply) String() string

func (*ForgetPasswordReply) Validate

func (m *ForgetPasswordReply) Validate() error

Validate checks the field values on ForgetPasswordReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ForgetPasswordReply) ValidateAll

func (m *ForgetPasswordReply) ValidateAll() error

ValidateAll checks the field values on ForgetPasswordReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ForgetPasswordReplyMultiError, or nil if none found.

type ForgetPasswordReplyMultiError

type ForgetPasswordReplyMultiError []error

ForgetPasswordReplyMultiError is an error wrapping multiple validation errors returned by ForgetPasswordReply.ValidateAll() if the designated constraints aren't met.

func (ForgetPasswordReplyMultiError) AllErrors

func (m ForgetPasswordReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ForgetPasswordReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ForgetPasswordReplyValidationError

type ForgetPasswordReplyValidationError struct {
	// contains filtered or unexported fields
}

ForgetPasswordReplyValidationError is the validation error returned by ForgetPasswordReply.Validate if the designated constraints aren't met.

func (ForgetPasswordReplyValidationError) Cause

Cause function returns cause value.

func (ForgetPasswordReplyValidationError) Error

Error satisfies the builtin error interface

func (ForgetPasswordReplyValidationError) ErrorName

ErrorName returns error name.

func (ForgetPasswordReplyValidationError) Field

Field function returns field value.

func (ForgetPasswordReplyValidationError) Key

Key function returns key value.

func (ForgetPasswordReplyValidationError) Reason

Reason function returns reason value.

type ForgetPasswordRequest

type ForgetPasswordRequest struct {
	Phone *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=phone,proto3,oneof" json:"phone,omitempty"`
	Email *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=email,proto3,oneof" json:"email,omitempty"`
	Token string                  `protobuf:"bytes,10,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*ForgetPasswordRequest) Descriptor deprecated

func (*ForgetPasswordRequest) Descriptor() ([]byte, []int)

Deprecated: Use ForgetPasswordRequest.ProtoReflect.Descriptor instead.

func (*ForgetPasswordRequest) GetEmail

func (*ForgetPasswordRequest) GetPhone

func (*ForgetPasswordRequest) GetToken

func (x *ForgetPasswordRequest) GetToken() string

func (*ForgetPasswordRequest) ProtoMessage

func (*ForgetPasswordRequest) ProtoMessage()

func (*ForgetPasswordRequest) ProtoReflect

func (x *ForgetPasswordRequest) ProtoReflect() protoreflect.Message

func (*ForgetPasswordRequest) Reset

func (x *ForgetPasswordRequest) Reset()

func (*ForgetPasswordRequest) String

func (x *ForgetPasswordRequest) String() string

func (*ForgetPasswordRequest) Validate

func (m *ForgetPasswordRequest) Validate() error

Validate checks the field values on ForgetPasswordRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ForgetPasswordRequest) ValidateAll

func (m *ForgetPasswordRequest) ValidateAll() error

ValidateAll checks the field values on ForgetPasswordRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ForgetPasswordRequestMultiError, or nil if none found.

type ForgetPasswordRequestMultiError

type ForgetPasswordRequestMultiError []error

ForgetPasswordRequestMultiError is an error wrapping multiple validation errors returned by ForgetPasswordRequest.ValidateAll() if the designated constraints aren't met.

func (ForgetPasswordRequestMultiError) AllErrors

func (m ForgetPasswordRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ForgetPasswordRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ForgetPasswordRequestValidationError

type ForgetPasswordRequestValidationError struct {
	// contains filtered or unexported fields
}

ForgetPasswordRequestValidationError is the validation error returned by ForgetPasswordRequest.Validate if the designated constraints aren't met.

func (ForgetPasswordRequestValidationError) Cause

Cause function returns cause value.

func (ForgetPasswordRequestValidationError) Error

Error satisfies the builtin error interface

func (ForgetPasswordRequestValidationError) ErrorName

ErrorName returns error name.

func (ForgetPasswordRequestValidationError) Field

Field function returns field value.

func (ForgetPasswordRequestValidationError) Key

Key function returns key value.

func (ForgetPasswordRequestValidationError) Reason

Reason function returns reason value.

type ForgetPasswordTokenReply

type ForgetPasswordTokenReply struct {

	//expire time
	Expire *durationpb.Duration `protobuf:"bytes,1,opt,name=expire,proto3" json:"expire,omitempty"`
	// contains filtered or unexported fields
}

func (*ForgetPasswordTokenReply) Descriptor deprecated

func (*ForgetPasswordTokenReply) Descriptor() ([]byte, []int)

Deprecated: Use ForgetPasswordTokenReply.ProtoReflect.Descriptor instead.

func (*ForgetPasswordTokenReply) GetExpire

func (*ForgetPasswordTokenReply) ProtoMessage

func (*ForgetPasswordTokenReply) ProtoMessage()

func (*ForgetPasswordTokenReply) ProtoReflect

func (x *ForgetPasswordTokenReply) ProtoReflect() protoreflect.Message

func (*ForgetPasswordTokenReply) Reset

func (x *ForgetPasswordTokenReply) Reset()

func (*ForgetPasswordTokenReply) String

func (x *ForgetPasswordTokenReply) String() string

func (*ForgetPasswordTokenReply) Validate

func (m *ForgetPasswordTokenReply) Validate() error

Validate checks the field values on ForgetPasswordTokenReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ForgetPasswordTokenReply) ValidateAll

func (m *ForgetPasswordTokenReply) ValidateAll() error

ValidateAll checks the field values on ForgetPasswordTokenReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ForgetPasswordTokenReplyMultiError, or nil if none found.

type ForgetPasswordTokenReplyMultiError

type ForgetPasswordTokenReplyMultiError []error

ForgetPasswordTokenReplyMultiError is an error wrapping multiple validation errors returned by ForgetPasswordTokenReply.ValidateAll() if the designated constraints aren't met.

func (ForgetPasswordTokenReplyMultiError) AllErrors

func (m ForgetPasswordTokenReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ForgetPasswordTokenReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ForgetPasswordTokenReplyValidationError

type ForgetPasswordTokenReplyValidationError struct {
	// contains filtered or unexported fields
}

ForgetPasswordTokenReplyValidationError is the validation error returned by ForgetPasswordTokenReply.Validate if the designated constraints aren't met.

func (ForgetPasswordTokenReplyValidationError) Cause

Cause function returns cause value.

func (ForgetPasswordTokenReplyValidationError) Error

Error satisfies the builtin error interface

func (ForgetPasswordTokenReplyValidationError) ErrorName

ErrorName returns error name.

func (ForgetPasswordTokenReplyValidationError) Field

Field function returns field value.

func (ForgetPasswordTokenReplyValidationError) Key

Key function returns key value.

func (ForgetPasswordTokenReplyValidationError) Reason

Reason function returns reason value.

type ForgetPasswordTokenRequest

type ForgetPasswordTokenRequest struct {
	Phone *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=phone,proto3,oneof" json:"phone,omitempty"`
	Email *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=email,proto3,oneof" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*ForgetPasswordTokenRequest) Descriptor deprecated

func (*ForgetPasswordTokenRequest) Descriptor() ([]byte, []int)

Deprecated: Use ForgetPasswordTokenRequest.ProtoReflect.Descriptor instead.

func (*ForgetPasswordTokenRequest) GetEmail

func (*ForgetPasswordTokenRequest) GetPhone

func (*ForgetPasswordTokenRequest) ProtoMessage

func (*ForgetPasswordTokenRequest) ProtoMessage()

func (*ForgetPasswordTokenRequest) ProtoReflect

func (*ForgetPasswordTokenRequest) Reset

func (x *ForgetPasswordTokenRequest) Reset()

func (*ForgetPasswordTokenRequest) String

func (x *ForgetPasswordTokenRequest) String() string

func (*ForgetPasswordTokenRequest) Validate

func (m *ForgetPasswordTokenRequest) Validate() error

Validate checks the field values on ForgetPasswordTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ForgetPasswordTokenRequest) ValidateAll

func (m *ForgetPasswordTokenRequest) ValidateAll() error

ValidateAll checks the field values on ForgetPasswordTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ForgetPasswordTokenRequestMultiError, or nil if none found.

type ForgetPasswordTokenRequestMultiError

type ForgetPasswordTokenRequestMultiError []error

ForgetPasswordTokenRequestMultiError is an error wrapping multiple validation errors returned by ForgetPasswordTokenRequest.ValidateAll() if the designated constraints aren't met.

func (ForgetPasswordTokenRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ForgetPasswordTokenRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ForgetPasswordTokenRequestValidationError

type ForgetPasswordTokenRequestValidationError struct {
	// contains filtered or unexported fields
}

ForgetPasswordTokenRequestValidationError is the validation error returned by ForgetPasswordTokenRequest.Validate if the designated constraints aren't met.

func (ForgetPasswordTokenRequestValidationError) Cause

Cause function returns cause value.

func (ForgetPasswordTokenRequestValidationError) Error

Error satisfies the builtin error interface

func (ForgetPasswordTokenRequestValidationError) ErrorName

ErrorName returns error name.

func (ForgetPasswordTokenRequestValidationError) Field

Field function returns field value.

func (ForgetPasswordTokenRequestValidationError) Key

Key function returns key value.

func (ForgetPasswordTokenRequestValidationError) Reason

Reason function returns reason value.

type GetConsentRequest

type GetConsentRequest struct {
	ConsentChallenge string `protobuf:"bytes,1,opt,name=consent_challenge,json=consentChallenge,proto3" json:"consent_challenge,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConsentRequest) Descriptor deprecated

func (*GetConsentRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetConsentRequest.ProtoReflect.Descriptor instead.

func (*GetConsentRequest) GetConsentChallenge

func (x *GetConsentRequest) GetConsentChallenge() string

func (*GetConsentRequest) ProtoMessage

func (*GetConsentRequest) ProtoMessage()

func (*GetConsentRequest) ProtoReflect

func (x *GetConsentRequest) ProtoReflect() protoreflect.Message

func (*GetConsentRequest) Reset

func (x *GetConsentRequest) Reset()

func (*GetConsentRequest) String

func (x *GetConsentRequest) String() string

func (*GetConsentRequest) Validate

func (m *GetConsentRequest) Validate() error

Validate checks the field values on GetConsentRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetConsentRequest) ValidateAll

func (m *GetConsentRequest) ValidateAll() error

ValidateAll checks the field values on GetConsentRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetConsentRequestMultiError, or nil if none found.

type GetConsentRequestMultiError

type GetConsentRequestMultiError []error

GetConsentRequestMultiError is an error wrapping multiple validation errors returned by GetConsentRequest.ValidateAll() if the designated constraints aren't met.

func (GetConsentRequestMultiError) AllErrors

func (m GetConsentRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetConsentRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetConsentRequestValidationError

type GetConsentRequestValidationError struct {
	// contains filtered or unexported fields
}

GetConsentRequestValidationError is the validation error returned by GetConsentRequest.Validate if the designated constraints aren't met.

func (GetConsentRequestValidationError) Cause

Cause function returns cause value.

func (GetConsentRequestValidationError) Error

Error satisfies the builtin error interface

func (GetConsentRequestValidationError) ErrorName

ErrorName returns error name.

func (GetConsentRequestValidationError) Field

Field function returns field value.

func (GetConsentRequestValidationError) Key

Key function returns key value.

func (GetConsentRequestValidationError) Reason

Reason function returns reason value.

type GetConsentResponse

type GetConsentResponse struct {
	Challenge      string       `protobuf:"bytes,1,opt,name=challenge,proto3" json:"challenge,omitempty"`
	RequestedScope []string     `protobuf:"bytes,2,rep,name=requested_scope,json=requestedScope,proto3" json:"requested_scope,omitempty"`
	UserId         string       `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Client         *OAuthClient `protobuf:"bytes,4,opt,name=client,proto3" json:"client,omitempty"`
	Redirect       string       `protobuf:"bytes,10,opt,name=redirect,proto3" json:"redirect,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConsentResponse) Descriptor deprecated

func (*GetConsentResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetConsentResponse.ProtoReflect.Descriptor instead.

func (*GetConsentResponse) GetChallenge

func (x *GetConsentResponse) GetChallenge() string

func (*GetConsentResponse) GetClient

func (x *GetConsentResponse) GetClient() *OAuthClient

func (*GetConsentResponse) GetRedirect

func (x *GetConsentResponse) GetRedirect() string

func (*GetConsentResponse) GetRequestedScope

func (x *GetConsentResponse) GetRequestedScope() []string

func (*GetConsentResponse) GetUserId

func (x *GetConsentResponse) GetUserId() string

func (*GetConsentResponse) ProtoMessage

func (*GetConsentResponse) ProtoMessage()

func (*GetConsentResponse) ProtoReflect

func (x *GetConsentResponse) ProtoReflect() protoreflect.Message

func (*GetConsentResponse) Reset

func (x *GetConsentResponse) Reset()

func (*GetConsentResponse) String

func (x *GetConsentResponse) String() string

func (*GetConsentResponse) Validate

func (m *GetConsentResponse) Validate() error

Validate checks the field values on GetConsentResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetConsentResponse) ValidateAll

func (m *GetConsentResponse) ValidateAll() error

ValidateAll checks the field values on GetConsentResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetConsentResponseMultiError, or nil if none found.

type GetConsentResponseMultiError

type GetConsentResponseMultiError []error

GetConsentResponseMultiError is an error wrapping multiple validation errors returned by GetConsentResponse.ValidateAll() if the designated constraints aren't met.

func (GetConsentResponseMultiError) AllErrors

func (m GetConsentResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetConsentResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetConsentResponseValidationError

type GetConsentResponseValidationError struct {
	// contains filtered or unexported fields
}

GetConsentResponseValidationError is the validation error returned by GetConsentResponse.Validate if the designated constraints aren't met.

func (GetConsentResponseValidationError) Cause

Cause function returns cause value.

func (GetConsentResponseValidationError) Error

Error satisfies the builtin error interface

func (GetConsentResponseValidationError) ErrorName

ErrorName returns error name.

func (GetConsentResponseValidationError) Field

Field function returns field value.

func (GetConsentResponseValidationError) Key

Key function returns key value.

func (GetConsentResponseValidationError) Reason

Reason function returns reason value.

type GetCsrfTokenRequest

type GetCsrfTokenRequest struct {
	// contains filtered or unexported fields
}

func (*GetCsrfTokenRequest) Descriptor deprecated

func (*GetCsrfTokenRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCsrfTokenRequest.ProtoReflect.Descriptor instead.

func (*GetCsrfTokenRequest) ProtoMessage

func (*GetCsrfTokenRequest) ProtoMessage()

func (*GetCsrfTokenRequest) ProtoReflect

func (x *GetCsrfTokenRequest) ProtoReflect() protoreflect.Message

func (*GetCsrfTokenRequest) Reset

func (x *GetCsrfTokenRequest) Reset()

func (*GetCsrfTokenRequest) String

func (x *GetCsrfTokenRequest) String() string

func (*GetCsrfTokenRequest) Validate

func (m *GetCsrfTokenRequest) Validate() error

Validate checks the field values on GetCsrfTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetCsrfTokenRequest) ValidateAll

func (m *GetCsrfTokenRequest) ValidateAll() error

ValidateAll checks the field values on GetCsrfTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCsrfTokenRequestMultiError, or nil if none found.

type GetCsrfTokenRequestMultiError

type GetCsrfTokenRequestMultiError []error

GetCsrfTokenRequestMultiError is an error wrapping multiple validation errors returned by GetCsrfTokenRequest.ValidateAll() if the designated constraints aren't met.

func (GetCsrfTokenRequestMultiError) AllErrors

func (m GetCsrfTokenRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCsrfTokenRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetCsrfTokenRequestValidationError

type GetCsrfTokenRequestValidationError struct {
	// contains filtered or unexported fields
}

GetCsrfTokenRequestValidationError is the validation error returned by GetCsrfTokenRequest.Validate if the designated constraints aren't met.

func (GetCsrfTokenRequestValidationError) Cause

Cause function returns cause value.

func (GetCsrfTokenRequestValidationError) Error

Error satisfies the builtin error interface

func (GetCsrfTokenRequestValidationError) ErrorName

ErrorName returns error name.

func (GetCsrfTokenRequestValidationError) Field

Field function returns field value.

func (GetCsrfTokenRequestValidationError) Key

Key function returns key value.

func (GetCsrfTokenRequestValidationError) Reason

Reason function returns reason value.

type GetCsrfTokenResponse

type GetCsrfTokenResponse struct {
	CsrfToken string `protobuf:"bytes,1,opt,name=csrf_token,json=csrfToken,proto3" json:"csrf_token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCsrfTokenResponse) Descriptor deprecated

func (*GetCsrfTokenResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCsrfTokenResponse.ProtoReflect.Descriptor instead.

func (*GetCsrfTokenResponse) GetCsrfToken

func (x *GetCsrfTokenResponse) GetCsrfToken() string

func (*GetCsrfTokenResponse) ProtoMessage

func (*GetCsrfTokenResponse) ProtoMessage()

func (*GetCsrfTokenResponse) ProtoReflect

func (x *GetCsrfTokenResponse) ProtoReflect() protoreflect.Message

func (*GetCsrfTokenResponse) Reset

func (x *GetCsrfTokenResponse) Reset()

func (*GetCsrfTokenResponse) String

func (x *GetCsrfTokenResponse) String() string

func (*GetCsrfTokenResponse) Validate

func (m *GetCsrfTokenResponse) Validate() error

Validate checks the field values on GetCsrfTokenResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetCsrfTokenResponse) ValidateAll

func (m *GetCsrfTokenResponse) ValidateAll() error

ValidateAll checks the field values on GetCsrfTokenResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCsrfTokenResponseMultiError, or nil if none found.

type GetCsrfTokenResponseMultiError

type GetCsrfTokenResponseMultiError []error

GetCsrfTokenResponseMultiError is an error wrapping multiple validation errors returned by GetCsrfTokenResponse.ValidateAll() if the designated constraints aren't met.

func (GetCsrfTokenResponseMultiError) AllErrors

func (m GetCsrfTokenResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCsrfTokenResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetCsrfTokenResponseValidationError

type GetCsrfTokenResponseValidationError struct {
	// contains filtered or unexported fields
}

GetCsrfTokenResponseValidationError is the validation error returned by GetCsrfTokenResponse.Validate if the designated constraints aren't met.

func (GetCsrfTokenResponseValidationError) Cause

Cause function returns cause value.

func (GetCsrfTokenResponseValidationError) Error

Error satisfies the builtin error interface

func (GetCsrfTokenResponseValidationError) ErrorName

ErrorName returns error name.

func (GetCsrfTokenResponseValidationError) Field

Field function returns field value.

func (GetCsrfTokenResponseValidationError) Key

Key function returns key value.

func (GetCsrfTokenResponseValidationError) Reason

Reason function returns reason value.

type GetLoginRequest

type GetLoginRequest struct {

	//redirect url
	Redirect       string `protobuf:"bytes,1,opt,name=redirect,proto3" json:"redirect,omitempty"`
	LoginChallenge string `protobuf:"bytes,2,opt,name=login_challenge,json=loginChallenge,proto3" json:"login_challenge,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLoginRequest) Descriptor deprecated

func (*GetLoginRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetLoginRequest.ProtoReflect.Descriptor instead.

func (*GetLoginRequest) GetLoginChallenge

func (x *GetLoginRequest) GetLoginChallenge() string

func (*GetLoginRequest) GetRedirect

func (x *GetLoginRequest) GetRedirect() string

func (*GetLoginRequest) ProtoMessage

func (*GetLoginRequest) ProtoMessage()

func (*GetLoginRequest) ProtoReflect

func (x *GetLoginRequest) ProtoReflect() protoreflect.Message

func (*GetLoginRequest) Reset

func (x *GetLoginRequest) Reset()

func (*GetLoginRequest) String

func (x *GetLoginRequest) String() string

func (*GetLoginRequest) Validate

func (m *GetLoginRequest) Validate() error

Validate checks the field values on GetLoginRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetLoginRequest) ValidateAll

func (m *GetLoginRequest) ValidateAll() error

ValidateAll checks the field values on GetLoginRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLoginRequestMultiError, or nil if none found.

type GetLoginRequestMultiError

type GetLoginRequestMultiError []error

GetLoginRequestMultiError is an error wrapping multiple validation errors returned by GetLoginRequest.ValidateAll() if the designated constraints aren't met.

func (GetLoginRequestMultiError) AllErrors

func (m GetLoginRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetLoginRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetLoginRequestValidationError

type GetLoginRequestValidationError struct {
	// contains filtered or unexported fields
}

GetLoginRequestValidationError is the validation error returned by GetLoginRequest.Validate if the designated constraints aren't met.

func (GetLoginRequestValidationError) Cause

Cause function returns cause value.

func (GetLoginRequestValidationError) Error

Error satisfies the builtin error interface

func (GetLoginRequestValidationError) ErrorName

func (e GetLoginRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetLoginRequestValidationError) Field

Field function returns field value.

func (GetLoginRequestValidationError) Key

Key function returns key value.

func (GetLoginRequestValidationError) Reason

Reason function returns reason value.

type GetLoginResponse

type GetLoginResponse struct {

	//normalized redirect url
	Redirect  string           `protobuf:"bytes,1,opt,name=redirect,proto3" json:"redirect,omitempty"`
	Oauth     []*OAuthProvider `protobuf:"bytes,2,rep,name=oauth,proto3" json:"oauth,omitempty"`
	Hint      string           `protobuf:"bytes,3,opt,name=hint,proto3" json:"hint,omitempty"`
	Challenge string           `protobuf:"bytes,4,opt,name=challenge,proto3" json:"challenge,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLoginResponse) Descriptor deprecated

func (*GetLoginResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetLoginResponse.ProtoReflect.Descriptor instead.

func (*GetLoginResponse) GetChallenge

func (x *GetLoginResponse) GetChallenge() string

func (*GetLoginResponse) GetHint

func (x *GetLoginResponse) GetHint() string

func (*GetLoginResponse) GetOauth

func (x *GetLoginResponse) GetOauth() []*OAuthProvider

func (*GetLoginResponse) GetRedirect

func (x *GetLoginResponse) GetRedirect() string

func (*GetLoginResponse) ProtoMessage

func (*GetLoginResponse) ProtoMessage()

func (*GetLoginResponse) ProtoReflect

func (x *GetLoginResponse) ProtoReflect() protoreflect.Message

func (*GetLoginResponse) Reset

func (x *GetLoginResponse) Reset()

func (*GetLoginResponse) String

func (x *GetLoginResponse) String() string

func (*GetLoginResponse) Validate

func (m *GetLoginResponse) Validate() error

Validate checks the field values on GetLoginResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetLoginResponse) ValidateAll

func (m *GetLoginResponse) ValidateAll() error

ValidateAll checks the field values on GetLoginResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLoginResponseMultiError, or nil if none found.

type GetLoginResponseMultiError

type GetLoginResponseMultiError []error

GetLoginResponseMultiError is an error wrapping multiple validation errors returned by GetLoginResponse.ValidateAll() if the designated constraints aren't met.

func (GetLoginResponseMultiError) AllErrors

func (m GetLoginResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetLoginResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetLoginResponseValidationError

type GetLoginResponseValidationError struct {
	// contains filtered or unexported fields
}

GetLoginResponseValidationError is the validation error returned by GetLoginResponse.Validate if the designated constraints aren't met.

func (GetLoginResponseValidationError) Cause

Cause function returns cause value.

func (GetLoginResponseValidationError) Error

Error satisfies the builtin error interface

func (GetLoginResponseValidationError) ErrorName

ErrorName returns error name.

func (GetLoginResponseValidationError) Field

Field function returns field value.

func (GetLoginResponseValidationError) Key

Key function returns key value.

func (GetLoginResponseValidationError) Reason

Reason function returns reason value.

type GetLogoutRequest

type GetLogoutRequest struct {
	LogoutChallenge string `protobuf:"bytes,1,opt,name=logout_challenge,json=logoutChallenge,proto3" json:"logout_challenge,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLogoutRequest) Descriptor deprecated

func (*GetLogoutRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetLogoutRequest.ProtoReflect.Descriptor instead.

func (*GetLogoutRequest) GetLogoutChallenge

func (x *GetLogoutRequest) GetLogoutChallenge() string

func (*GetLogoutRequest) ProtoMessage

func (*GetLogoutRequest) ProtoMessage()

func (*GetLogoutRequest) ProtoReflect

func (x *GetLogoutRequest) ProtoReflect() protoreflect.Message

func (*GetLogoutRequest) Reset

func (x *GetLogoutRequest) Reset()

func (*GetLogoutRequest) String

func (x *GetLogoutRequest) String() string

func (*GetLogoutRequest) Validate

func (m *GetLogoutRequest) Validate() error

Validate checks the field values on GetLogoutRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetLogoutRequest) ValidateAll

func (m *GetLogoutRequest) ValidateAll() error

ValidateAll checks the field values on GetLogoutRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLogoutRequestMultiError, or nil if none found.

type GetLogoutRequestMultiError

type GetLogoutRequestMultiError []error

GetLogoutRequestMultiError is an error wrapping multiple validation errors returned by GetLogoutRequest.ValidateAll() if the designated constraints aren't met.

func (GetLogoutRequestMultiError) AllErrors

func (m GetLogoutRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetLogoutRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetLogoutRequestValidationError

type GetLogoutRequestValidationError struct {
	// contains filtered or unexported fields
}

GetLogoutRequestValidationError is the validation error returned by GetLogoutRequest.Validate if the designated constraints aren't met.

func (GetLogoutRequestValidationError) Cause

Cause function returns cause value.

func (GetLogoutRequestValidationError) Error

Error satisfies the builtin error interface

func (GetLogoutRequestValidationError) ErrorName

ErrorName returns error name.

func (GetLogoutRequestValidationError) Field

Field function returns field value.

func (GetLogoutRequestValidationError) Key

Key function returns key value.

func (GetLogoutRequestValidationError) Reason

Reason function returns reason value.

type GetLogoutResponse

type GetLogoutResponse struct {
	Challenge string `protobuf:"bytes,1,opt,name=challenge,proto3" json:"challenge,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLogoutResponse) Descriptor deprecated

func (*GetLogoutResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetLogoutResponse.ProtoReflect.Descriptor instead.

func (*GetLogoutResponse) GetChallenge

func (x *GetLogoutResponse) GetChallenge() string

func (*GetLogoutResponse) ProtoMessage

func (*GetLogoutResponse) ProtoMessage()

func (*GetLogoutResponse) ProtoReflect

func (x *GetLogoutResponse) ProtoReflect() protoreflect.Message

func (*GetLogoutResponse) Reset

func (x *GetLogoutResponse) Reset()

func (*GetLogoutResponse) String

func (x *GetLogoutResponse) String() string

func (*GetLogoutResponse) Validate

func (m *GetLogoutResponse) Validate() error

Validate checks the field values on GetLogoutResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetLogoutResponse) ValidateAll

func (m *GetLogoutResponse) ValidateAll() error

ValidateAll checks the field values on GetLogoutResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLogoutResponseMultiError, or nil if none found.

type GetLogoutResponseMultiError

type GetLogoutResponseMultiError []error

GetLogoutResponseMultiError is an error wrapping multiple validation errors returned by GetLogoutResponse.ValidateAll() if the designated constraints aren't met.

func (GetLogoutResponseMultiError) AllErrors

func (m GetLogoutResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetLogoutResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetLogoutResponseValidationError

type GetLogoutResponseValidationError struct {
	// contains filtered or unexported fields
}

GetLogoutResponseValidationError is the validation error returned by GetLogoutResponse.Validate if the designated constraints aren't met.

func (GetLogoutResponseValidationError) Cause

Cause function returns cause value.

func (GetLogoutResponseValidationError) Error

Error satisfies the builtin error interface

func (GetLogoutResponseValidationError) ErrorName

ErrorName returns error name.

func (GetLogoutResponseValidationError) Field

Field function returns field value.

func (GetLogoutResponseValidationError) Key

Key function returns key value.

func (GetLogoutResponseValidationError) Reason

Reason function returns reason value.

type GrantConsentRequest

type GrantConsentRequest struct {
	Challenge string `protobuf:"bytes,1,opt,name=challenge,proto3" json:"challenge,omitempty"`
	//user granted scope
	GrantScope []string `protobuf:"bytes,2,rep,name=grant_scope,json=grantScope,proto3" json:"grant_scope,omitempty"`
	Reject     bool     `protobuf:"varint,5,opt,name=reject,proto3" json:"reject,omitempty"`
	// contains filtered or unexported fields
}

func (*GrantConsentRequest) Descriptor deprecated

func (*GrantConsentRequest) Descriptor() ([]byte, []int)

Deprecated: Use GrantConsentRequest.ProtoReflect.Descriptor instead.

func (*GrantConsentRequest) GetChallenge

func (x *GrantConsentRequest) GetChallenge() string

func (*GrantConsentRequest) GetGrantScope

func (x *GrantConsentRequest) GetGrantScope() []string

func (*GrantConsentRequest) GetReject

func (x *GrantConsentRequest) GetReject() bool

func (*GrantConsentRequest) ProtoMessage

func (*GrantConsentRequest) ProtoMessage()

func (*GrantConsentRequest) ProtoReflect

func (x *GrantConsentRequest) ProtoReflect() protoreflect.Message

func (*GrantConsentRequest) Reset

func (x *GrantConsentRequest) Reset()

func (*GrantConsentRequest) String

func (x *GrantConsentRequest) String() string

func (*GrantConsentRequest) Validate

func (m *GrantConsentRequest) Validate() error

Validate checks the field values on GrantConsentRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GrantConsentRequest) ValidateAll

func (m *GrantConsentRequest) ValidateAll() error

ValidateAll checks the field values on GrantConsentRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GrantConsentRequestMultiError, or nil if none found.

type GrantConsentRequestMultiError

type GrantConsentRequestMultiError []error

GrantConsentRequestMultiError is an error wrapping multiple validation errors returned by GrantConsentRequest.ValidateAll() if the designated constraints aren't met.

func (GrantConsentRequestMultiError) AllErrors

func (m GrantConsentRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GrantConsentRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GrantConsentRequestValidationError

type GrantConsentRequestValidationError struct {
	// contains filtered or unexported fields
}

GrantConsentRequestValidationError is the validation error returned by GrantConsentRequest.Validate if the designated constraints aren't met.

func (GrantConsentRequestValidationError) Cause

Cause function returns cause value.

func (GrantConsentRequestValidationError) Error

Error satisfies the builtin error interface

func (GrantConsentRequestValidationError) ErrorName

ErrorName returns error name.

func (GrantConsentRequestValidationError) Field

Field function returns field value.

func (GrantConsentRequestValidationError) Key

Key function returns key value.

func (GrantConsentRequestValidationError) Reason

Reason function returns reason value.

type GrantConsentResponse

type GrantConsentResponse struct {
	Redirect string `protobuf:"bytes,10,opt,name=redirect,proto3" json:"redirect,omitempty"`
	// contains filtered or unexported fields
}

func (*GrantConsentResponse) Descriptor deprecated

func (*GrantConsentResponse) Descriptor() ([]byte, []int)

Deprecated: Use GrantConsentResponse.ProtoReflect.Descriptor instead.

func (*GrantConsentResponse) GetRedirect

func (x *GrantConsentResponse) GetRedirect() string

func (*GrantConsentResponse) ProtoMessage

func (*GrantConsentResponse) ProtoMessage()

func (*GrantConsentResponse) ProtoReflect

func (x *GrantConsentResponse) ProtoReflect() protoreflect.Message

func (*GrantConsentResponse) Reset

func (x *GrantConsentResponse) Reset()

func (*GrantConsentResponse) String

func (x *GrantConsentResponse) String() string

func (*GrantConsentResponse) Validate

func (m *GrantConsentResponse) Validate() error

Validate checks the field values on GrantConsentResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GrantConsentResponse) ValidateAll

func (m *GrantConsentResponse) ValidateAll() error

ValidateAll checks the field values on GrantConsentResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GrantConsentResponseMultiError, or nil if none found.

type GrantConsentResponseMultiError

type GrantConsentResponseMultiError []error

GrantConsentResponseMultiError is an error wrapping multiple validation errors returned by GrantConsentResponse.ValidateAll() if the designated constraints aren't met.

func (GrantConsentResponseMultiError) AllErrors

func (m GrantConsentResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GrantConsentResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GrantConsentResponseValidationError

type GrantConsentResponseValidationError struct {
	// contains filtered or unexported fields
}

GrantConsentResponseValidationError is the validation error returned by GrantConsentResponse.Validate if the designated constraints aren't met.

func (GrantConsentResponseValidationError) Cause

Cause function returns cause value.

func (GrantConsentResponseValidationError) Error

Error satisfies the builtin error interface

func (GrantConsentResponseValidationError) ErrorName

ErrorName returns error name.

func (GrantConsentResponseValidationError) Field

Field function returns field value.

func (GrantConsentResponseValidationError) Key

Key function returns key value.

func (GrantConsentResponseValidationError) Reason

Reason function returns reason value.

type LoginAuthReply

type LoginAuthReply struct {
	AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	// Bearer
	TokenType string `protobuf:"bytes,2,opt,name=token_type,json=tokenType,proto3" json:"token_type,omitempty"`
	// Expires time in seconds
	// Deprecated, use expires_in instead
	//
	// Deprecated: Do not use.
	Expires int32 `protobuf:"varint,3,opt,name=expires,proto3" json:"expires,omitempty"`
	// Refresh token to keep login state
	RefreshToken string `protobuf:"bytes,4,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	// Expires time in seconds
	ExpiresIn int32  `protobuf:"varint,5,opt,name=expires_in,json=expiresIn,proto3" json:"expires_in,omitempty"`
	Redirect  string `protobuf:"bytes,10,opt,name=redirect,proto3" json:"redirect,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginAuthReply) Descriptor deprecated

func (*LoginAuthReply) Descriptor() ([]byte, []int)

Deprecated: Use LoginAuthReply.ProtoReflect.Descriptor instead.

func (*LoginAuthReply) GetAccessToken

func (x *LoginAuthReply) GetAccessToken() string

func (*LoginAuthReply) GetExpires deprecated

func (x *LoginAuthReply) GetExpires() int32

Deprecated: Do not use.

func (*LoginAuthReply) GetExpiresIn

func (x *LoginAuthReply) GetExpiresIn() int32

func (*LoginAuthReply) GetRedirect

func (x *LoginAuthReply) GetRedirect() string

func (*LoginAuthReply) GetRefreshToken

func (x *LoginAuthReply) GetRefreshToken() string

func (*LoginAuthReply) GetTokenType

func (x *LoginAuthReply) GetTokenType() string

func (*LoginAuthReply) ProtoMessage

func (*LoginAuthReply) ProtoMessage()

func (*LoginAuthReply) ProtoReflect

func (x *LoginAuthReply) ProtoReflect() protoreflect.Message

func (*LoginAuthReply) Reset

func (x *LoginAuthReply) Reset()

func (*LoginAuthReply) String

func (x *LoginAuthReply) String() string

func (*LoginAuthReply) Validate

func (m *LoginAuthReply) Validate() error

Validate checks the field values on LoginAuthReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LoginAuthReply) ValidateAll

func (m *LoginAuthReply) ValidateAll() error

ValidateAll checks the field values on LoginAuthReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LoginAuthReplyMultiError, or nil if none found.

type LoginAuthReplyMultiError

type LoginAuthReplyMultiError []error

LoginAuthReplyMultiError is an error wrapping multiple validation errors returned by LoginAuthReply.ValidateAll() if the designated constraints aren't met.

func (LoginAuthReplyMultiError) AllErrors

func (m LoginAuthReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoginAuthReplyMultiError) Error

func (m LoginAuthReplyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LoginAuthReplyValidationError

type LoginAuthReplyValidationError struct {
	// contains filtered or unexported fields
}

LoginAuthReplyValidationError is the validation error returned by LoginAuthReply.Validate if the designated constraints aren't met.

func (LoginAuthReplyValidationError) Cause

Cause function returns cause value.

func (LoginAuthReplyValidationError) Error

Error satisfies the builtin error interface

func (LoginAuthReplyValidationError) ErrorName

func (e LoginAuthReplyValidationError) ErrorName() string

ErrorName returns error name.

func (LoginAuthReplyValidationError) Field

Field function returns field value.

func (LoginAuthReplyValidationError) Key

Key function returns key value.

func (LoginAuthReplyValidationError) Reason

Reason function returns reason value.

type LoginAuthRequest

type LoginAuthRequest 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"`
	Remember bool   `protobuf:"varint,3,opt,name=remember,proto3" json:"remember,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginAuthRequest) Descriptor deprecated

func (*LoginAuthRequest) Descriptor() ([]byte, []int)

Deprecated: Use LoginAuthRequest.ProtoReflect.Descriptor instead.

func (*LoginAuthRequest) GetPassword

func (x *LoginAuthRequest) GetPassword() string

func (*LoginAuthRequest) GetRemember

func (x *LoginAuthRequest) GetRemember() bool

func (*LoginAuthRequest) GetUsername

func (x *LoginAuthRequest) GetUsername() string

func (*LoginAuthRequest) ProtoMessage

func (*LoginAuthRequest) ProtoMessage()

func (*LoginAuthRequest) ProtoReflect

func (x *LoginAuthRequest) ProtoReflect() protoreflect.Message

func (*LoginAuthRequest) Reset

func (x *LoginAuthRequest) Reset()

func (*LoginAuthRequest) String

func (x *LoginAuthRequest) String() string

func (*LoginAuthRequest) StringWithMask

func (x *LoginAuthRequest) StringWithMask(mask string) string

func (*LoginAuthRequest) Validate

func (m *LoginAuthRequest) Validate() error

Validate checks the field values on LoginAuthRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LoginAuthRequest) ValidateAll

func (m *LoginAuthRequest) ValidateAll() error

ValidateAll checks the field values on LoginAuthRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LoginAuthRequestMultiError, or nil if none found.

type LoginAuthRequestMultiError

type LoginAuthRequestMultiError []error

LoginAuthRequestMultiError is an error wrapping multiple validation errors returned by LoginAuthRequest.ValidateAll() if the designated constraints aren't met.

func (LoginAuthRequestMultiError) AllErrors

func (m LoginAuthRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoginAuthRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LoginAuthRequestValidationError

type LoginAuthRequestValidationError struct {
	// contains filtered or unexported fields
}

LoginAuthRequestValidationError is the validation error returned by LoginAuthRequest.Validate if the designated constraints aren't met.

func (LoginAuthRequestValidationError) Cause

Cause function returns cause value.

func (LoginAuthRequestValidationError) Error

Error satisfies the builtin error interface

func (LoginAuthRequestValidationError) ErrorName

ErrorName returns error name.

func (LoginAuthRequestValidationError) Field

Field function returns field value.

func (LoginAuthRequestValidationError) Key

Key function returns key value.

func (LoginAuthRequestValidationError) Reason

Reason function returns reason value.

type LoginPasswordlessReply

type LoginPasswordlessReply struct {
	AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	// Bearer
	TokenType string `protobuf:"bytes,2,opt,name=token_type,json=tokenType,proto3" json:"token_type,omitempty"`
	// Refresh token to keep login state
	RefreshToken string `protobuf:"bytes,4,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	// Expires time in seconds
	ExpiresIn int32 `protobuf:"varint,5,opt,name=expires_in,json=expiresIn,proto3" json:"expires_in,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginPasswordlessReply) Descriptor deprecated

func (*LoginPasswordlessReply) Descriptor() ([]byte, []int)

Deprecated: Use LoginPasswordlessReply.ProtoReflect.Descriptor instead.

func (*LoginPasswordlessReply) GetAccessToken

func (x *LoginPasswordlessReply) GetAccessToken() string

func (*LoginPasswordlessReply) GetExpiresIn

func (x *LoginPasswordlessReply) GetExpiresIn() int32

func (*LoginPasswordlessReply) GetRefreshToken

func (x *LoginPasswordlessReply) GetRefreshToken() string

func (*LoginPasswordlessReply) GetTokenType

func (x *LoginPasswordlessReply) GetTokenType() string

func (*LoginPasswordlessReply) ProtoMessage

func (*LoginPasswordlessReply) ProtoMessage()

func (*LoginPasswordlessReply) ProtoReflect

func (x *LoginPasswordlessReply) ProtoReflect() protoreflect.Message

func (*LoginPasswordlessReply) Reset

func (x *LoginPasswordlessReply) Reset()

func (*LoginPasswordlessReply) String

func (x *LoginPasswordlessReply) String() string

func (*LoginPasswordlessReply) Validate

func (m *LoginPasswordlessReply) Validate() error

Validate checks the field values on LoginPasswordlessReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LoginPasswordlessReply) ValidateAll

func (m *LoginPasswordlessReply) ValidateAll() error

ValidateAll checks the field values on LoginPasswordlessReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LoginPasswordlessReplyMultiError, or nil if none found.

type LoginPasswordlessReplyMultiError

type LoginPasswordlessReplyMultiError []error

LoginPasswordlessReplyMultiError is an error wrapping multiple validation errors returned by LoginPasswordlessReply.ValidateAll() if the designated constraints aren't met.

func (LoginPasswordlessReplyMultiError) AllErrors

func (m LoginPasswordlessReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoginPasswordlessReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LoginPasswordlessReplyValidationError

type LoginPasswordlessReplyValidationError struct {
	// contains filtered or unexported fields
}

LoginPasswordlessReplyValidationError is the validation error returned by LoginPasswordlessReply.Validate if the designated constraints aren't met.

func (LoginPasswordlessReplyValidationError) Cause

Cause function returns cause value.

func (LoginPasswordlessReplyValidationError) Error

Error satisfies the builtin error interface

func (LoginPasswordlessReplyValidationError) ErrorName

ErrorName returns error name.

func (LoginPasswordlessReplyValidationError) Field

Field function returns field value.

func (LoginPasswordlessReplyValidationError) Key

Key function returns key value.

func (LoginPasswordlessReplyValidationError) Reason

Reason function returns reason value.

type LoginPasswordlessRequest

type LoginPasswordlessRequest struct {
	Phone *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=phone,proto3,oneof" json:"phone,omitempty"`
	Email *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=email,proto3,oneof" json:"email,omitempty"`
	Token string                  `protobuf:"bytes,10,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginPasswordlessRequest) Descriptor deprecated

func (*LoginPasswordlessRequest) Descriptor() ([]byte, []int)

Deprecated: Use LoginPasswordlessRequest.ProtoReflect.Descriptor instead.

func (*LoginPasswordlessRequest) GetEmail

func (*LoginPasswordlessRequest) GetPhone

func (*LoginPasswordlessRequest) GetToken

func (x *LoginPasswordlessRequest) GetToken() string

func (*LoginPasswordlessRequest) ProtoMessage

func (*LoginPasswordlessRequest) ProtoMessage()

func (*LoginPasswordlessRequest) ProtoReflect

func (x *LoginPasswordlessRequest) ProtoReflect() protoreflect.Message

func (*LoginPasswordlessRequest) Reset

func (x *LoginPasswordlessRequest) Reset()

func (*LoginPasswordlessRequest) String

func (x *LoginPasswordlessRequest) String() string

func (*LoginPasswordlessRequest) Validate

func (m *LoginPasswordlessRequest) Validate() error

Validate checks the field values on LoginPasswordlessRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LoginPasswordlessRequest) ValidateAll

func (m *LoginPasswordlessRequest) ValidateAll() error

ValidateAll checks the field values on LoginPasswordlessRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LoginPasswordlessRequestMultiError, or nil if none found.

type LoginPasswordlessRequestMultiError

type LoginPasswordlessRequestMultiError []error

LoginPasswordlessRequestMultiError is an error wrapping multiple validation errors returned by LoginPasswordlessRequest.ValidateAll() if the designated constraints aren't met.

func (LoginPasswordlessRequestMultiError) AllErrors

func (m LoginPasswordlessRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoginPasswordlessRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LoginPasswordlessRequestValidationError

type LoginPasswordlessRequestValidationError struct {
	// contains filtered or unexported fields
}

LoginPasswordlessRequestValidationError is the validation error returned by LoginPasswordlessRequest.Validate if the designated constraints aren't met.

func (LoginPasswordlessRequestValidationError) Cause

Cause function returns cause value.

func (LoginPasswordlessRequestValidationError) Error

Error satisfies the builtin error interface

func (LoginPasswordlessRequestValidationError) ErrorName

ErrorName returns error name.

func (LoginPasswordlessRequestValidationError) Field

Field function returns field value.

func (LoginPasswordlessRequestValidationError) Key

Key function returns key value.

func (LoginPasswordlessRequestValidationError) Reason

Reason function returns reason value.

type LogoutRequest

type LogoutRequest struct {
	Challenge string `protobuf:"bytes,1,opt,name=challenge,proto3" json:"challenge,omitempty"`
	// contains filtered or unexported fields
}

func (*LogoutRequest) Descriptor deprecated

func (*LogoutRequest) Descriptor() ([]byte, []int)

Deprecated: Use LogoutRequest.ProtoReflect.Descriptor instead.

func (*LogoutRequest) GetChallenge

func (x *LogoutRequest) GetChallenge() string

func (*LogoutRequest) ProtoMessage

func (*LogoutRequest) ProtoMessage()

func (*LogoutRequest) ProtoReflect

func (x *LogoutRequest) ProtoReflect() protoreflect.Message

func (*LogoutRequest) Reset

func (x *LogoutRequest) Reset()

func (*LogoutRequest) String

func (x *LogoutRequest) String() string

func (*LogoutRequest) Validate

func (m *LogoutRequest) Validate() error

Validate checks the field values on LogoutRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LogoutRequest) ValidateAll

func (m *LogoutRequest) ValidateAll() error

ValidateAll checks the field values on LogoutRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LogoutRequestMultiError, or nil if none found.

type LogoutRequestMultiError

type LogoutRequestMultiError []error

LogoutRequestMultiError is an error wrapping multiple validation errors returned by LogoutRequest.ValidateAll() if the designated constraints aren't met.

func (LogoutRequestMultiError) AllErrors

func (m LogoutRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LogoutRequestMultiError) Error

func (m LogoutRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LogoutRequestValidationError

type LogoutRequestValidationError struct {
	// contains filtered or unexported fields
}

LogoutRequestValidationError is the validation error returned by LogoutRequest.Validate if the designated constraints aren't met.

func (LogoutRequestValidationError) Cause

Cause function returns cause value.

func (LogoutRequestValidationError) Error

Error satisfies the builtin error interface

func (LogoutRequestValidationError) ErrorName

func (e LogoutRequestValidationError) ErrorName() string

ErrorName returns error name.

func (LogoutRequestValidationError) Field

Field function returns field value.

func (LogoutRequestValidationError) Key

Key function returns key value.

func (LogoutRequestValidationError) Reason

Reason function returns reason value.

type LogoutResponse

type LogoutResponse struct {
	Redirect string `protobuf:"bytes,1,opt,name=redirect,proto3" json:"redirect,omitempty"`
	// contains filtered or unexported fields
}

func (*LogoutResponse) Descriptor deprecated

func (*LogoutResponse) Descriptor() ([]byte, []int)

Deprecated: Use LogoutResponse.ProtoReflect.Descriptor instead.

func (*LogoutResponse) GetRedirect

func (x *LogoutResponse) GetRedirect() string

func (*LogoutResponse) ProtoMessage

func (*LogoutResponse) ProtoMessage()

func (*LogoutResponse) ProtoReflect

func (x *LogoutResponse) ProtoReflect() protoreflect.Message

func (*LogoutResponse) Reset

func (x *LogoutResponse) Reset()

func (*LogoutResponse) String

func (x *LogoutResponse) String() string

func (*LogoutResponse) Validate

func (m *LogoutResponse) Validate() error

Validate checks the field values on LogoutResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LogoutResponse) ValidateAll

func (m *LogoutResponse) ValidateAll() error

ValidateAll checks the field values on LogoutResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LogoutResponseMultiError, or nil if none found.

type LogoutResponseMultiError

type LogoutResponseMultiError []error

LogoutResponseMultiError is an error wrapping multiple validation errors returned by LogoutResponse.ValidateAll() if the designated constraints aren't met.

func (LogoutResponseMultiError) AllErrors

func (m LogoutResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LogoutResponseMultiError) Error

func (m LogoutResponseMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LogoutResponseValidationError

type LogoutResponseValidationError struct {
	// contains filtered or unexported fields
}

LogoutResponseValidationError is the validation error returned by LogoutResponse.Validate if the designated constraints aren't met.

func (LogoutResponseValidationError) Cause

Cause function returns cause value.

func (LogoutResponseValidationError) Error

Error satisfies the builtin error interface

func (LogoutResponseValidationError) ErrorName

func (e LogoutResponseValidationError) ErrorName() string

ErrorName returns error name.

func (LogoutResponseValidationError) Field

Field function returns field value.

func (LogoutResponseValidationError) Key

Key function returns key value.

func (LogoutResponseValidationError) Reason

Reason function returns reason value.

type OAuthClient

type OAuthClient struct {
	Id       string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name     string           `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	LogoUrl  string           `protobuf:"bytes,3,opt,name=logo_url,json=logoUrl,proto3" json:"logo_url,omitempty"`
	Metadata *structpb.Struct `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*OAuthClient) Descriptor deprecated

func (*OAuthClient) Descriptor() ([]byte, []int)

Deprecated: Use OAuthClient.ProtoReflect.Descriptor instead.

func (*OAuthClient) GetId

func (x *OAuthClient) GetId() string

func (*OAuthClient) GetLogoUrl

func (x *OAuthClient) GetLogoUrl() string

func (*OAuthClient) GetMetadata

func (x *OAuthClient) GetMetadata() *structpb.Struct

func (*OAuthClient) GetName

func (x *OAuthClient) GetName() string

func (*OAuthClient) ProtoMessage

func (*OAuthClient) ProtoMessage()

func (*OAuthClient) ProtoReflect

func (x *OAuthClient) ProtoReflect() protoreflect.Message

func (*OAuthClient) Reset

func (x *OAuthClient) Reset()

func (*OAuthClient) String

func (x *OAuthClient) String() string

func (*OAuthClient) Validate

func (m *OAuthClient) Validate() error

Validate checks the field values on OAuthClient with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OAuthClient) ValidateAll

func (m *OAuthClient) ValidateAll() error

ValidateAll checks the field values on OAuthClient with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OAuthClientMultiError, or nil if none found.

type OAuthClientMultiError

type OAuthClientMultiError []error

OAuthClientMultiError is an error wrapping multiple validation errors returned by OAuthClient.ValidateAll() if the designated constraints aren't met.

func (OAuthClientMultiError) AllErrors

func (m OAuthClientMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OAuthClientMultiError) Error

func (m OAuthClientMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type OAuthClientValidationError

type OAuthClientValidationError struct {
	// contains filtered or unexported fields
}

OAuthClientValidationError is the validation error returned by OAuthClient.Validate if the designated constraints aren't met.

func (OAuthClientValidationError) Cause

Cause function returns cause value.

func (OAuthClientValidationError) Error

Error satisfies the builtin error interface

func (OAuthClientValidationError) ErrorName

func (e OAuthClientValidationError) ErrorName() string

ErrorName returns error name.

func (OAuthClientValidationError) Field

Field function returns field value.

func (OAuthClientValidationError) Key

Key function returns key value.

func (OAuthClientValidationError) Reason

Reason function returns reason value.

type OAuthProvider

type OAuthProvider struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*OAuthProvider) Descriptor deprecated

func (*OAuthProvider) Descriptor() ([]byte, []int)

Deprecated: Use OAuthProvider.ProtoReflect.Descriptor instead.

func (*OAuthProvider) GetName

func (x *OAuthProvider) GetName() string

func (*OAuthProvider) ProtoMessage

func (*OAuthProvider) ProtoMessage()

func (*OAuthProvider) ProtoReflect

func (x *OAuthProvider) ProtoReflect() protoreflect.Message

func (*OAuthProvider) Reset

func (x *OAuthProvider) Reset()

func (*OAuthProvider) String

func (x *OAuthProvider) String() string

func (*OAuthProvider) Validate

func (m *OAuthProvider) Validate() error

Validate checks the field values on OAuthProvider with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OAuthProvider) ValidateAll

func (m *OAuthProvider) ValidateAll() error

ValidateAll checks the field values on OAuthProvider with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OAuthProviderMultiError, or nil if none found.

type OAuthProviderMultiError

type OAuthProviderMultiError []error

OAuthProviderMultiError is an error wrapping multiple validation errors returned by OAuthProvider.ValidateAll() if the designated constraints aren't met.

func (OAuthProviderMultiError) AllErrors

func (m OAuthProviderMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OAuthProviderMultiError) Error

func (m OAuthProviderMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type OAuthProviderValidationError

type OAuthProviderValidationError struct {
	// contains filtered or unexported fields
}

OAuthProviderValidationError is the validation error returned by OAuthProvider.Validate if the designated constraints aren't met.

func (OAuthProviderValidationError) Cause

Cause function returns cause value.

func (OAuthProviderValidationError) Error

Error satisfies the builtin error interface

func (OAuthProviderValidationError) ErrorName

func (e OAuthProviderValidationError) ErrorName() string

ErrorName returns error name.

func (OAuthProviderValidationError) Field

Field function returns field value.

func (OAuthProviderValidationError) Key

Key function returns key value.

func (OAuthProviderValidationError) Reason

Reason function returns reason value.

type PasswordlessTokenAuthReply

type PasswordlessTokenAuthReply struct {

	//expire time
	Expire *durationpb.Duration `protobuf:"bytes,1,opt,name=expire,proto3" json:"expire,omitempty"`
	// contains filtered or unexported fields
}

func (*PasswordlessTokenAuthReply) Descriptor deprecated

func (*PasswordlessTokenAuthReply) Descriptor() ([]byte, []int)

Deprecated: Use PasswordlessTokenAuthReply.ProtoReflect.Descriptor instead.

func (*PasswordlessTokenAuthReply) GetExpire

func (*PasswordlessTokenAuthReply) ProtoMessage

func (*PasswordlessTokenAuthReply) ProtoMessage()

func (*PasswordlessTokenAuthReply) ProtoReflect

func (*PasswordlessTokenAuthReply) Reset

func (x *PasswordlessTokenAuthReply) Reset()

func (*PasswordlessTokenAuthReply) String

func (x *PasswordlessTokenAuthReply) String() string

func (*PasswordlessTokenAuthReply) Validate

func (m *PasswordlessTokenAuthReply) Validate() error

Validate checks the field values on PasswordlessTokenAuthReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PasswordlessTokenAuthReply) ValidateAll

func (m *PasswordlessTokenAuthReply) ValidateAll() error

ValidateAll checks the field values on PasswordlessTokenAuthReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PasswordlessTokenAuthReplyMultiError, or nil if none found.

type PasswordlessTokenAuthReplyMultiError

type PasswordlessTokenAuthReplyMultiError []error

PasswordlessTokenAuthReplyMultiError is an error wrapping multiple validation errors returned by PasswordlessTokenAuthReply.ValidateAll() if the designated constraints aren't met.

func (PasswordlessTokenAuthReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PasswordlessTokenAuthReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PasswordlessTokenAuthReplyValidationError

type PasswordlessTokenAuthReplyValidationError struct {
	// contains filtered or unexported fields
}

PasswordlessTokenAuthReplyValidationError is the validation error returned by PasswordlessTokenAuthReply.Validate if the designated constraints aren't met.

func (PasswordlessTokenAuthReplyValidationError) Cause

Cause function returns cause value.

func (PasswordlessTokenAuthReplyValidationError) Error

Error satisfies the builtin error interface

func (PasswordlessTokenAuthReplyValidationError) ErrorName

ErrorName returns error name.

func (PasswordlessTokenAuthReplyValidationError) Field

Field function returns field value.

func (PasswordlessTokenAuthReplyValidationError) Key

Key function returns key value.

func (PasswordlessTokenAuthReplyValidationError) Reason

Reason function returns reason value.

type PasswordlessTokenAuthRequest

type PasswordlessTokenAuthRequest struct {
	Phone *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=phone,proto3,oneof" json:"phone,omitempty"`
	Email *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=email,proto3,oneof" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*PasswordlessTokenAuthRequest) Descriptor deprecated

func (*PasswordlessTokenAuthRequest) Descriptor() ([]byte, []int)

Deprecated: Use PasswordlessTokenAuthRequest.ProtoReflect.Descriptor instead.

func (*PasswordlessTokenAuthRequest) GetEmail

func (*PasswordlessTokenAuthRequest) GetPhone

func (*PasswordlessTokenAuthRequest) ProtoMessage

func (*PasswordlessTokenAuthRequest) ProtoMessage()

func (*PasswordlessTokenAuthRequest) ProtoReflect

func (*PasswordlessTokenAuthRequest) Reset

func (x *PasswordlessTokenAuthRequest) Reset()

func (*PasswordlessTokenAuthRequest) String

func (*PasswordlessTokenAuthRequest) Validate

func (m *PasswordlessTokenAuthRequest) Validate() error

Validate checks the field values on PasswordlessTokenAuthRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PasswordlessTokenAuthRequest) ValidateAll

func (m *PasswordlessTokenAuthRequest) ValidateAll() error

ValidateAll checks the field values on PasswordlessTokenAuthRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PasswordlessTokenAuthRequestMultiError, or nil if none found.

type PasswordlessTokenAuthRequestMultiError

type PasswordlessTokenAuthRequestMultiError []error

PasswordlessTokenAuthRequestMultiError is an error wrapping multiple validation errors returned by PasswordlessTokenAuthRequest.ValidateAll() if the designated constraints aren't met.

func (PasswordlessTokenAuthRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PasswordlessTokenAuthRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PasswordlessTokenAuthRequestValidationError

type PasswordlessTokenAuthRequestValidationError struct {
	// contains filtered or unexported fields
}

PasswordlessTokenAuthRequestValidationError is the validation error returned by PasswordlessTokenAuthRequest.Validate if the designated constraints aren't met.

func (PasswordlessTokenAuthRequestValidationError) Cause

Cause function returns cause value.

func (PasswordlessTokenAuthRequestValidationError) Error

Error satisfies the builtin error interface

func (PasswordlessTokenAuthRequestValidationError) ErrorName

ErrorName returns error name.

func (PasswordlessTokenAuthRequestValidationError) Field

Field function returns field value.

func (PasswordlessTokenAuthRequestValidationError) Key

Key function returns key value.

func (PasswordlessTokenAuthRequestValidationError) Reason

Reason function returns reason value.

type RefreshRememberTokenReply

type RefreshRememberTokenReply struct {
	UserId     string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	NewRmToken string `protobuf:"bytes,2,opt,name=new_rm_token,json=newRmToken,proto3" json:"new_rm_token,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshRememberTokenReply) Descriptor deprecated

func (*RefreshRememberTokenReply) Descriptor() ([]byte, []int)

Deprecated: Use RefreshRememberTokenReply.ProtoReflect.Descriptor instead.

func (*RefreshRememberTokenReply) GetNewRmToken

func (x *RefreshRememberTokenReply) GetNewRmToken() string

func (*RefreshRememberTokenReply) GetUserId

func (x *RefreshRememberTokenReply) GetUserId() string

func (*RefreshRememberTokenReply) ProtoMessage

func (*RefreshRememberTokenReply) ProtoMessage()

func (*RefreshRememberTokenReply) ProtoReflect

func (*RefreshRememberTokenReply) Reset

func (x *RefreshRememberTokenReply) Reset()

func (*RefreshRememberTokenReply) String

func (x *RefreshRememberTokenReply) String() string

func (*RefreshRememberTokenReply) Validate

func (m *RefreshRememberTokenReply) Validate() error

Validate checks the field values on RefreshRememberTokenReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RefreshRememberTokenReply) ValidateAll

func (m *RefreshRememberTokenReply) ValidateAll() error

ValidateAll checks the field values on RefreshRememberTokenReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RefreshRememberTokenReplyMultiError, or nil if none found.

type RefreshRememberTokenReplyMultiError

type RefreshRememberTokenReplyMultiError []error

RefreshRememberTokenReplyMultiError is an error wrapping multiple validation errors returned by RefreshRememberTokenReply.ValidateAll() if the designated constraints aren't met.

func (RefreshRememberTokenReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RefreshRememberTokenReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RefreshRememberTokenReplyValidationError

type RefreshRememberTokenReplyValidationError struct {
	// contains filtered or unexported fields
}

RefreshRememberTokenReplyValidationError is the validation error returned by RefreshRememberTokenReply.Validate if the designated constraints aren't met.

func (RefreshRememberTokenReplyValidationError) Cause

Cause function returns cause value.

func (RefreshRememberTokenReplyValidationError) Error

Error satisfies the builtin error interface

func (RefreshRememberTokenReplyValidationError) ErrorName

ErrorName returns error name.

func (RefreshRememberTokenReplyValidationError) Field

Field function returns field value.

func (RefreshRememberTokenReplyValidationError) Key

Key function returns key value.

func (RefreshRememberTokenReplyValidationError) Reason

Reason function returns reason value.

type RefreshRememberTokenRequest

type RefreshRememberTokenRequest struct {
	RmToken string `protobuf:"bytes,1,opt,name=rm_token,json=rmToken,proto3" json:"rm_token,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshRememberTokenRequest) Descriptor deprecated

func (*RefreshRememberTokenRequest) Descriptor() ([]byte, []int)

Deprecated: Use RefreshRememberTokenRequest.ProtoReflect.Descriptor instead.

func (*RefreshRememberTokenRequest) GetRmToken

func (x *RefreshRememberTokenRequest) GetRmToken() string

func (*RefreshRememberTokenRequest) ProtoMessage

func (*RefreshRememberTokenRequest) ProtoMessage()

func (*RefreshRememberTokenRequest) ProtoReflect

func (*RefreshRememberTokenRequest) Reset

func (x *RefreshRememberTokenRequest) Reset()

func (*RefreshRememberTokenRequest) String

func (x *RefreshRememberTokenRequest) String() string

func (*RefreshRememberTokenRequest) Validate

func (m *RefreshRememberTokenRequest) Validate() error

Validate checks the field values on RefreshRememberTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RefreshRememberTokenRequest) ValidateAll

func (m *RefreshRememberTokenRequest) ValidateAll() error

ValidateAll checks the field values on RefreshRememberTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RefreshRememberTokenRequestMultiError, or nil if none found.

type RefreshRememberTokenRequestMultiError

type RefreshRememberTokenRequestMultiError []error

RefreshRememberTokenRequestMultiError is an error wrapping multiple validation errors returned by RefreshRememberTokenRequest.ValidateAll() if the designated constraints aren't met.

func (RefreshRememberTokenRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RefreshRememberTokenRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RefreshRememberTokenRequestValidationError

type RefreshRememberTokenRequestValidationError struct {
	// contains filtered or unexported fields
}

RefreshRememberTokenRequestValidationError is the validation error returned by RefreshRememberTokenRequest.Validate if the designated constraints aren't met.

func (RefreshRememberTokenRequestValidationError) Cause

Cause function returns cause value.

func (RefreshRememberTokenRequestValidationError) Error

Error satisfies the builtin error interface

func (RefreshRememberTokenRequestValidationError) ErrorName

ErrorName returns error name.

func (RefreshRememberTokenRequestValidationError) Field

Field function returns field value.

func (RefreshRememberTokenRequestValidationError) Key

Key function returns key value.

func (RefreshRememberTokenRequestValidationError) Reason

Reason function returns reason value.

type RefreshTokenAuthReply

type RefreshTokenAuthReply struct {
	AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	// Bearer
	TokenType string `protobuf:"bytes,2,opt,name=token_type,json=tokenType,proto3" json:"token_type,omitempty"`
	// Refresh token to keep login state
	RefreshToken string `protobuf:"bytes,4,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	// Expires time in seconds
	ExpiresIn int32 `protobuf:"varint,5,opt,name=expires_in,json=expiresIn,proto3" json:"expires_in,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshTokenAuthReply) Descriptor deprecated

func (*RefreshTokenAuthReply) Descriptor() ([]byte, []int)

Deprecated: Use RefreshTokenAuthReply.ProtoReflect.Descriptor instead.

func (*RefreshTokenAuthReply) GetAccessToken

func (x *RefreshTokenAuthReply) GetAccessToken() string

func (*RefreshTokenAuthReply) GetExpiresIn

func (x *RefreshTokenAuthReply) GetExpiresIn() int32

func (*RefreshTokenAuthReply) GetRefreshToken

func (x *RefreshTokenAuthReply) GetRefreshToken() string

func (*RefreshTokenAuthReply) GetTokenType

func (x *RefreshTokenAuthReply) GetTokenType() string

func (*RefreshTokenAuthReply) ProtoMessage

func (*RefreshTokenAuthReply) ProtoMessage()

func (*RefreshTokenAuthReply) ProtoReflect

func (x *RefreshTokenAuthReply) ProtoReflect() protoreflect.Message

func (*RefreshTokenAuthReply) Reset

func (x *RefreshTokenAuthReply) Reset()

func (*RefreshTokenAuthReply) String

func (x *RefreshTokenAuthReply) String() string

func (*RefreshTokenAuthReply) Validate

func (m *RefreshTokenAuthReply) Validate() error

Validate checks the field values on RefreshTokenAuthReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RefreshTokenAuthReply) ValidateAll

func (m *RefreshTokenAuthReply) ValidateAll() error

ValidateAll checks the field values on RefreshTokenAuthReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RefreshTokenAuthReplyMultiError, or nil if none found.

type RefreshTokenAuthReplyMultiError

type RefreshTokenAuthReplyMultiError []error

RefreshTokenAuthReplyMultiError is an error wrapping multiple validation errors returned by RefreshTokenAuthReply.ValidateAll() if the designated constraints aren't met.

func (RefreshTokenAuthReplyMultiError) AllErrors

func (m RefreshTokenAuthReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RefreshTokenAuthReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RefreshTokenAuthReplyValidationError

type RefreshTokenAuthReplyValidationError struct {
	// contains filtered or unexported fields
}

RefreshTokenAuthReplyValidationError is the validation error returned by RefreshTokenAuthReply.Validate if the designated constraints aren't met.

func (RefreshTokenAuthReplyValidationError) Cause

Cause function returns cause value.

func (RefreshTokenAuthReplyValidationError) Error

Error satisfies the builtin error interface

func (RefreshTokenAuthReplyValidationError) ErrorName

ErrorName returns error name.

func (RefreshTokenAuthReplyValidationError) Field

Field function returns field value.

func (RefreshTokenAuthReplyValidationError) Key

Key function returns key value.

func (RefreshTokenAuthReplyValidationError) Reason

Reason function returns reason value.

type RefreshTokenAuthRequest

type RefreshTokenAuthRequest struct {
	RefreshToken string `protobuf:"bytes,4,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshTokenAuthRequest) Descriptor deprecated

func (*RefreshTokenAuthRequest) Descriptor() ([]byte, []int)

Deprecated: Use RefreshTokenAuthRequest.ProtoReflect.Descriptor instead.

func (*RefreshTokenAuthRequest) GetRefreshToken

func (x *RefreshTokenAuthRequest) GetRefreshToken() string

func (*RefreshTokenAuthRequest) ProtoMessage

func (*RefreshTokenAuthRequest) ProtoMessage()

func (*RefreshTokenAuthRequest) ProtoReflect

func (x *RefreshTokenAuthRequest) ProtoReflect() protoreflect.Message

func (*RefreshTokenAuthRequest) Reset

func (x *RefreshTokenAuthRequest) Reset()

func (*RefreshTokenAuthRequest) String

func (x *RefreshTokenAuthRequest) String() string

func (*RefreshTokenAuthRequest) Validate

func (m *RefreshTokenAuthRequest) Validate() error

Validate checks the field values on RefreshTokenAuthRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RefreshTokenAuthRequest) ValidateAll

func (m *RefreshTokenAuthRequest) ValidateAll() error

ValidateAll checks the field values on RefreshTokenAuthRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RefreshTokenAuthRequestMultiError, or nil if none found.

type RefreshTokenAuthRequestMultiError

type RefreshTokenAuthRequestMultiError []error

RefreshTokenAuthRequestMultiError is an error wrapping multiple validation errors returned by RefreshTokenAuthRequest.ValidateAll() if the designated constraints aren't met.

func (RefreshTokenAuthRequestMultiError) AllErrors

func (m RefreshTokenAuthRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RefreshTokenAuthRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RefreshTokenAuthRequestValidationError

type RefreshTokenAuthRequestValidationError struct {
	// contains filtered or unexported fields
}

RefreshTokenAuthRequestValidationError is the validation error returned by RefreshTokenAuthRequest.Validate if the designated constraints aren't met.

func (RefreshTokenAuthRequestValidationError) Cause

Cause function returns cause value.

func (RefreshTokenAuthRequestValidationError) Error

Error satisfies the builtin error interface

func (RefreshTokenAuthRequestValidationError) ErrorName

ErrorName returns error name.

func (RefreshTokenAuthRequestValidationError) Field

Field function returns field value.

func (RefreshTokenAuthRequestValidationError) Key

Key function returns key value.

func (RefreshTokenAuthRequestValidationError) Reason

Reason function returns reason value.

type RegisterAuthReply

type RegisterAuthReply struct {
	// contains filtered or unexported fields
}

func (*RegisterAuthReply) Descriptor deprecated

func (*RegisterAuthReply) Descriptor() ([]byte, []int)

Deprecated: Use RegisterAuthReply.ProtoReflect.Descriptor instead.

func (*RegisterAuthReply) ProtoMessage

func (*RegisterAuthReply) ProtoMessage()

func (*RegisterAuthReply) ProtoReflect

func (x *RegisterAuthReply) ProtoReflect() protoreflect.Message

func (*RegisterAuthReply) Reset

func (x *RegisterAuthReply) Reset()

func (*RegisterAuthReply) String

func (x *RegisterAuthReply) String() string

func (*RegisterAuthReply) Validate

func (m *RegisterAuthReply) Validate() error

Validate checks the field values on RegisterAuthReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RegisterAuthReply) ValidateAll

func (m *RegisterAuthReply) ValidateAll() error

ValidateAll checks the field values on RegisterAuthReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RegisterAuthReplyMultiError, or nil if none found.

type RegisterAuthReplyMultiError

type RegisterAuthReplyMultiError []error

RegisterAuthReplyMultiError is an error wrapping multiple validation errors returned by RegisterAuthReply.ValidateAll() if the designated constraints aren't met.

func (RegisterAuthReplyMultiError) AllErrors

func (m RegisterAuthReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RegisterAuthReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RegisterAuthReplyValidationError

type RegisterAuthReplyValidationError struct {
	// contains filtered or unexported fields
}

RegisterAuthReplyValidationError is the validation error returned by RegisterAuthReply.Validate if the designated constraints aren't met.

func (RegisterAuthReplyValidationError) Cause

Cause function returns cause value.

func (RegisterAuthReplyValidationError) Error

Error satisfies the builtin error interface

func (RegisterAuthReplyValidationError) ErrorName

ErrorName returns error name.

func (RegisterAuthReplyValidationError) Field

Field function returns field value.

func (RegisterAuthReplyValidationError) Key

Key function returns key value.

func (RegisterAuthReplyValidationError) Reason

Reason function returns reason value.

type RegisterAuthRequest

type RegisterAuthRequest struct {
	// contains filtered or unexported fields
}

func (*RegisterAuthRequest) Descriptor deprecated

func (*RegisterAuthRequest) Descriptor() ([]byte, []int)

Deprecated: Use RegisterAuthRequest.ProtoReflect.Descriptor instead.

func (*RegisterAuthRequest) ProtoMessage

func (*RegisterAuthRequest) ProtoMessage()

func (*RegisterAuthRequest) ProtoReflect

func (x *RegisterAuthRequest) ProtoReflect() protoreflect.Message

func (*RegisterAuthRequest) Reset

func (x *RegisterAuthRequest) Reset()

func (*RegisterAuthRequest) String

func (x *RegisterAuthRequest) String() string

func (*RegisterAuthRequest) Validate

func (m *RegisterAuthRequest) Validate() error

Validate checks the field values on RegisterAuthRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RegisterAuthRequest) ValidateAll

func (m *RegisterAuthRequest) ValidateAll() error

ValidateAll checks the field values on RegisterAuthRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RegisterAuthRequestMultiError, or nil if none found.

type RegisterAuthRequestMultiError

type RegisterAuthRequestMultiError []error

RegisterAuthRequestMultiError is an error wrapping multiple validation errors returned by RegisterAuthRequest.ValidateAll() if the designated constraints aren't met.

func (RegisterAuthRequestMultiError) AllErrors

func (m RegisterAuthRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RegisterAuthRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RegisterAuthRequestValidationError

type RegisterAuthRequestValidationError struct {
	// contains filtered or unexported fields
}

RegisterAuthRequestValidationError is the validation error returned by RegisterAuthRequest.Validate if the designated constraints aren't met.

func (RegisterAuthRequestValidationError) Cause

Cause function returns cause value.

func (RegisterAuthRequestValidationError) Error

Error satisfies the builtin error interface

func (RegisterAuthRequestValidationError) ErrorName

ErrorName returns error name.

func (RegisterAuthRequestValidationError) Field

Field function returns field value.

func (RegisterAuthRequestValidationError) Key

Key function returns key value.

func (RegisterAuthRequestValidationError) Reason

Reason function returns reason value.

type TokenReply

type TokenReply struct {
	AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	// Bearer
	TokenType string `protobuf:"bytes,2,opt,name=token_type,json=tokenType,proto3" json:"token_type,omitempty"`
	// Refresh token to keep login state
	RefreshToken string `protobuf:"bytes,4,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	// Expires time in seconds
	ExpiresIn int32 `protobuf:"varint,5,opt,name=expires_in,json=expiresIn,proto3" json:"expires_in,omitempty"`
	// contains filtered or unexported fields
}

func (*TokenReply) Descriptor deprecated

func (*TokenReply) Descriptor() ([]byte, []int)

Deprecated: Use TokenReply.ProtoReflect.Descriptor instead.

func (*TokenReply) GetAccessToken

func (x *TokenReply) GetAccessToken() string

func (*TokenReply) GetExpiresIn

func (x *TokenReply) GetExpiresIn() int32

func (*TokenReply) GetRefreshToken

func (x *TokenReply) GetRefreshToken() string

func (*TokenReply) GetTokenType

func (x *TokenReply) GetTokenType() string

func (*TokenReply) ProtoMessage

func (*TokenReply) ProtoMessage()

func (*TokenReply) ProtoReflect

func (x *TokenReply) ProtoReflect() protoreflect.Message

func (*TokenReply) Reset

func (x *TokenReply) Reset()

func (*TokenReply) String

func (x *TokenReply) String() string

func (*TokenReply) Validate

func (m *TokenReply) Validate() error

Validate checks the field values on TokenReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TokenReply) ValidateAll

func (m *TokenReply) ValidateAll() error

ValidateAll checks the field values on TokenReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TokenReplyMultiError, or nil if none found.

type TokenReplyMultiError

type TokenReplyMultiError []error

TokenReplyMultiError is an error wrapping multiple validation errors returned by TokenReply.ValidateAll() if the designated constraints aren't met.

func (TokenReplyMultiError) AllErrors

func (m TokenReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TokenReplyMultiError) Error

func (m TokenReplyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TokenReplyValidationError

type TokenReplyValidationError struct {
	// contains filtered or unexported fields
}

TokenReplyValidationError is the validation error returned by TokenReply.Validate if the designated constraints aren't met.

func (TokenReplyValidationError) Cause

func (e TokenReplyValidationError) Cause() error

Cause function returns cause value.

func (TokenReplyValidationError) Error

Error satisfies the builtin error interface

func (TokenReplyValidationError) ErrorName

func (e TokenReplyValidationError) ErrorName() string

ErrorName returns error name.

func (TokenReplyValidationError) Field

Field function returns field value.

func (TokenReplyValidationError) Key

Key function returns key value.

func (TokenReplyValidationError) Reason

func (e TokenReplyValidationError) Reason() string

Reason function returns reason value.

type TokenRequest

type TokenRequest struct {
	GrantType    string `protobuf:"bytes,1,opt,name=grant_type,json=grantType,proto3" json:"grant_type,omitempty"`
	Username     string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	Password     string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	RefreshToken string `protobuf:"bytes,4,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	// contains filtered or unexported fields
}

func (*TokenRequest) Descriptor deprecated

func (*TokenRequest) Descriptor() ([]byte, []int)

Deprecated: Use TokenRequest.ProtoReflect.Descriptor instead.

func (*TokenRequest) GetGrantType

func (x *TokenRequest) GetGrantType() string

func (*TokenRequest) GetPassword

func (x *TokenRequest) GetPassword() string

func (*TokenRequest) GetRefreshToken

func (x *TokenRequest) GetRefreshToken() string

func (*TokenRequest) GetUsername

func (x *TokenRequest) GetUsername() string

func (*TokenRequest) ProtoMessage

func (*TokenRequest) ProtoMessage()

func (*TokenRequest) ProtoReflect

func (x *TokenRequest) ProtoReflect() protoreflect.Message

func (*TokenRequest) Reset

func (x *TokenRequest) Reset()

func (*TokenRequest) String

func (x *TokenRequest) String() string

func (*TokenRequest) StringWithMask

func (x *TokenRequest) StringWithMask(mask string) string

func (*TokenRequest) Validate

func (m *TokenRequest) Validate() error

Validate checks the field values on TokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TokenRequest) ValidateAll

func (m *TokenRequest) ValidateAll() error

ValidateAll checks the field values on TokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TokenRequestMultiError, or nil if none found.

type TokenRequestMultiError

type TokenRequestMultiError []error

TokenRequestMultiError is an error wrapping multiple validation errors returned by TokenRequest.ValidateAll() if the designated constraints aren't met.

func (TokenRequestMultiError) AllErrors

func (m TokenRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TokenRequestMultiError) Error

func (m TokenRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TokenRequestValidationError

type TokenRequestValidationError struct {
	// contains filtered or unexported fields
}

TokenRequestValidationError is the validation error returned by TokenRequest.Validate if the designated constraints aren't met.

func (TokenRequestValidationError) Cause

Cause function returns cause value.

func (TokenRequestValidationError) Error

Error satisfies the builtin error interface

func (TokenRequestValidationError) ErrorName

func (e TokenRequestValidationError) ErrorName() string

ErrorName returns error name.

func (TokenRequestValidationError) Field

Field function returns field value.

func (TokenRequestValidationError) Key

Key function returns key value.

func (TokenRequestValidationError) Reason

Reason function returns reason value.

type UnimplementedAuthServer

type UnimplementedAuthServer struct {
}

UnimplementedAuthServer should be embedded to have forward compatible implementations.

func (UnimplementedAuthServer) ForgetPassword

func (UnimplementedAuthServer) GetCsrfToken

func (UnimplementedAuthServer) GetLogin

func (UnimplementedAuthServer) Login

func (UnimplementedAuthServer) LoginPasswordless

func (UnimplementedAuthServer) Register

func (UnimplementedAuthServer) SendForgetPasswordToken

func (UnimplementedAuthServer) Token

func (UnimplementedAuthServer) ValidatePassword

type UnimplementedAuthWebServer

type UnimplementedAuthWebServer struct {
}

UnimplementedAuthWebServer should be embedded to have forward compatible implementations.

func (UnimplementedAuthWebServer) GetConsent

func (UnimplementedAuthWebServer) GetWebLogin

func (UnimplementedAuthWebServer) GetWebLogout

func (UnimplementedAuthWebServer) GrantConsent

func (UnimplementedAuthWebServer) WebLogin

func (UnimplementedAuthWebServer) WebLogout

type UnsafeAuthServer

type UnsafeAuthServer interface {
	// contains filtered or unexported methods
}

UnsafeAuthServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AuthServer will result in compilation errors.

type UnsafeAuthWebServer

type UnsafeAuthWebServer interface {
	// contains filtered or unexported methods
}

UnsafeAuthWebServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AuthWebServer will result in compilation errors.

type ValidatePasswordReply

type ValidatePasswordReply struct {
	Ok bool `protobuf:"varint,1,opt,name=ok,proto3" json:"ok,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidatePasswordReply) Descriptor deprecated

func (*ValidatePasswordReply) Descriptor() ([]byte, []int)

Deprecated: Use ValidatePasswordReply.ProtoReflect.Descriptor instead.

func (*ValidatePasswordReply) GetOk

func (x *ValidatePasswordReply) GetOk() bool

func (*ValidatePasswordReply) ProtoMessage

func (*ValidatePasswordReply) ProtoMessage()

func (*ValidatePasswordReply) ProtoReflect

func (x *ValidatePasswordReply) ProtoReflect() protoreflect.Message

func (*ValidatePasswordReply) Reset

func (x *ValidatePasswordReply) Reset()

func (*ValidatePasswordReply) String

func (x *ValidatePasswordReply) String() string

func (*ValidatePasswordReply) Validate

func (m *ValidatePasswordReply) Validate() error

Validate checks the field values on ValidatePasswordReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ValidatePasswordReply) ValidateAll

func (m *ValidatePasswordReply) ValidateAll() error

ValidateAll checks the field values on ValidatePasswordReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ValidatePasswordReplyMultiError, or nil if none found.

type ValidatePasswordReplyMultiError

type ValidatePasswordReplyMultiError []error

ValidatePasswordReplyMultiError is an error wrapping multiple validation errors returned by ValidatePasswordReply.ValidateAll() if the designated constraints aren't met.

func (ValidatePasswordReplyMultiError) AllErrors

func (m ValidatePasswordReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ValidatePasswordReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ValidatePasswordReplyValidationError

type ValidatePasswordReplyValidationError struct {
	// contains filtered or unexported fields
}

ValidatePasswordReplyValidationError is the validation error returned by ValidatePasswordReply.Validate if the designated constraints aren't met.

func (ValidatePasswordReplyValidationError) Cause

Cause function returns cause value.

func (ValidatePasswordReplyValidationError) Error

Error satisfies the builtin error interface

func (ValidatePasswordReplyValidationError) ErrorName

ErrorName returns error name.

func (ValidatePasswordReplyValidationError) Field

Field function returns field value.

func (ValidatePasswordReplyValidationError) Key

Key function returns key value.

func (ValidatePasswordReplyValidationError) Reason

Reason function returns reason value.

type ValidatePasswordRequest

type ValidatePasswordRequest struct {
	Password string `protobuf:"bytes,1,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidatePasswordRequest) Descriptor deprecated

func (*ValidatePasswordRequest) Descriptor() ([]byte, []int)

Deprecated: Use ValidatePasswordRequest.ProtoReflect.Descriptor instead.

func (*ValidatePasswordRequest) GetPassword

func (x *ValidatePasswordRequest) GetPassword() string

func (*ValidatePasswordRequest) ProtoMessage

func (*ValidatePasswordRequest) ProtoMessage()

func (*ValidatePasswordRequest) ProtoReflect

func (x *ValidatePasswordRequest) ProtoReflect() protoreflect.Message

func (*ValidatePasswordRequest) Reset

func (x *ValidatePasswordRequest) Reset()

func (*ValidatePasswordRequest) String

func (x *ValidatePasswordRequest) String() string

func (*ValidatePasswordRequest) StringWithMask

func (x *ValidatePasswordRequest) StringWithMask(mask string) string

func (*ValidatePasswordRequest) Validate

func (m *ValidatePasswordRequest) Validate() error

Validate checks the field values on ValidatePasswordRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ValidatePasswordRequest) ValidateAll

func (m *ValidatePasswordRequest) ValidateAll() error

ValidateAll checks the field values on ValidatePasswordRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ValidatePasswordRequestMultiError, or nil if none found.

type ValidatePasswordRequestMultiError

type ValidatePasswordRequestMultiError []error

ValidatePasswordRequestMultiError is an error wrapping multiple validation errors returned by ValidatePasswordRequest.ValidateAll() if the designated constraints aren't met.

func (ValidatePasswordRequestMultiError) AllErrors

func (m ValidatePasswordRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ValidatePasswordRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ValidatePasswordRequestValidationError

type ValidatePasswordRequestValidationError struct {
	// contains filtered or unexported fields
}

ValidatePasswordRequestValidationError is the validation error returned by ValidatePasswordRequest.Validate if the designated constraints aren't met.

func (ValidatePasswordRequestValidationError) Cause

Cause function returns cause value.

func (ValidatePasswordRequestValidationError) Error

Error satisfies the builtin error interface

func (ValidatePasswordRequestValidationError) ErrorName

ErrorName returns error name.

func (ValidatePasswordRequestValidationError) Field

Field function returns field value.

func (ValidatePasswordRequestValidationError) Key

Key function returns key value.

func (ValidatePasswordRequestValidationError) Reason

Reason function returns reason value.

type WebLoginAuthReply

type WebLoginAuthReply struct {
	AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	// Bearer
	TokenType string `protobuf:"bytes,2,opt,name=token_type,json=tokenType,proto3" json:"token_type,omitempty"`
	// Expires time in seconds
	Expires int32 `protobuf:"varint,3,opt,name=expires,proto3" json:"expires,omitempty"`
	// Refresh token to keep login state
	RefreshToken string `protobuf:"bytes,4,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	// Expires time in seconds
	ExpiresIn int32  `protobuf:"varint,5,opt,name=expires_in,json=expiresIn,proto3" json:"expires_in,omitempty"`
	Redirect  string `protobuf:"bytes,10,opt,name=redirect,proto3" json:"redirect,omitempty"`
	// contains filtered or unexported fields
}

func (*WebLoginAuthReply) Descriptor deprecated

func (*WebLoginAuthReply) Descriptor() ([]byte, []int)

Deprecated: Use WebLoginAuthReply.ProtoReflect.Descriptor instead.

func (*WebLoginAuthReply) GetAccessToken

func (x *WebLoginAuthReply) GetAccessToken() string

func (*WebLoginAuthReply) GetExpires

func (x *WebLoginAuthReply) GetExpires() int32

func (*WebLoginAuthReply) GetExpiresIn

func (x *WebLoginAuthReply) GetExpiresIn() int32

func (*WebLoginAuthReply) GetRedirect

func (x *WebLoginAuthReply) GetRedirect() string

func (*WebLoginAuthReply) GetRefreshToken

func (x *WebLoginAuthReply) GetRefreshToken() string

func (*WebLoginAuthReply) GetTokenType

func (x *WebLoginAuthReply) GetTokenType() string

func (*WebLoginAuthReply) ProtoMessage

func (*WebLoginAuthReply) ProtoMessage()

func (*WebLoginAuthReply) ProtoReflect

func (x *WebLoginAuthReply) ProtoReflect() protoreflect.Message

func (*WebLoginAuthReply) Reset

func (x *WebLoginAuthReply) Reset()

func (*WebLoginAuthReply) String

func (x *WebLoginAuthReply) String() string

func (*WebLoginAuthReply) Validate

func (m *WebLoginAuthReply) Validate() error

Validate checks the field values on WebLoginAuthReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WebLoginAuthReply) ValidateAll

func (m *WebLoginAuthReply) ValidateAll() error

ValidateAll checks the field values on WebLoginAuthReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WebLoginAuthReplyMultiError, or nil if none found.

type WebLoginAuthReplyMultiError

type WebLoginAuthReplyMultiError []error

WebLoginAuthReplyMultiError is an error wrapping multiple validation errors returned by WebLoginAuthReply.ValidateAll() if the designated constraints aren't met.

func (WebLoginAuthReplyMultiError) AllErrors

func (m WebLoginAuthReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WebLoginAuthReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WebLoginAuthReplyValidationError

type WebLoginAuthReplyValidationError struct {
	// contains filtered or unexported fields
}

WebLoginAuthReplyValidationError is the validation error returned by WebLoginAuthReply.Validate if the designated constraints aren't met.

func (WebLoginAuthReplyValidationError) Cause

Cause function returns cause value.

func (WebLoginAuthReplyValidationError) Error

Error satisfies the builtin error interface

func (WebLoginAuthReplyValidationError) ErrorName

ErrorName returns error name.

func (WebLoginAuthReplyValidationError) Field

Field function returns field value.

func (WebLoginAuthReplyValidationError) Key

Key function returns key value.

func (WebLoginAuthReplyValidationError) Reason

Reason function returns reason value.

type WebLoginAuthRequest

type WebLoginAuthRequest 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"`
	Remember  bool   `protobuf:"varint,3,opt,name=remember,proto3" json:"remember,omitempty"`
	Challenge string `protobuf:"bytes,4,opt,name=challenge,proto3" json:"challenge,omitempty"`
	Reject    bool   `protobuf:"varint,5,opt,name=reject,proto3" json:"reject,omitempty"`
	// contains filtered or unexported fields
}

func (*WebLoginAuthRequest) Descriptor deprecated

func (*WebLoginAuthRequest) Descriptor() ([]byte, []int)

Deprecated: Use WebLoginAuthRequest.ProtoReflect.Descriptor instead.

func (*WebLoginAuthRequest) GetChallenge

func (x *WebLoginAuthRequest) GetChallenge() string

func (*WebLoginAuthRequest) GetPassword

func (x *WebLoginAuthRequest) GetPassword() string

func (*WebLoginAuthRequest) GetReject

func (x *WebLoginAuthRequest) GetReject() bool

func (*WebLoginAuthRequest) GetRemember

func (x *WebLoginAuthRequest) GetRemember() bool

func (*WebLoginAuthRequest) GetUsername

func (x *WebLoginAuthRequest) GetUsername() string

func (*WebLoginAuthRequest) ProtoMessage

func (*WebLoginAuthRequest) ProtoMessage()

func (*WebLoginAuthRequest) ProtoReflect

func (x *WebLoginAuthRequest) ProtoReflect() protoreflect.Message

func (*WebLoginAuthRequest) Reset

func (x *WebLoginAuthRequest) Reset()

func (*WebLoginAuthRequest) String

func (x *WebLoginAuthRequest) String() string

func (*WebLoginAuthRequest) StringWithMask

func (x *WebLoginAuthRequest) StringWithMask(mask string) string

func (*WebLoginAuthRequest) Validate

func (m *WebLoginAuthRequest) Validate() error

Validate checks the field values on WebLoginAuthRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WebLoginAuthRequest) ValidateAll

func (m *WebLoginAuthRequest) ValidateAll() error

ValidateAll checks the field values on WebLoginAuthRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WebLoginAuthRequestMultiError, or nil if none found.

type WebLoginAuthRequestMultiError

type WebLoginAuthRequestMultiError []error

WebLoginAuthRequestMultiError is an error wrapping multiple validation errors returned by WebLoginAuthRequest.ValidateAll() if the designated constraints aren't met.

func (WebLoginAuthRequestMultiError) AllErrors

func (m WebLoginAuthRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WebLoginAuthRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WebLoginAuthRequestValidationError

type WebLoginAuthRequestValidationError struct {
	// contains filtered or unexported fields
}

WebLoginAuthRequestValidationError is the validation error returned by WebLoginAuthRequest.Validate if the designated constraints aren't met.

func (WebLoginAuthRequestValidationError) Cause

Cause function returns cause value.

func (WebLoginAuthRequestValidationError) Error

Error satisfies the builtin error interface

func (WebLoginAuthRequestValidationError) ErrorName

ErrorName returns error name.

func (WebLoginAuthRequestValidationError) Field

Field function returns field value.

func (WebLoginAuthRequestValidationError) Key

Key function returns key value.

func (WebLoginAuthRequestValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL