usersv1alpha1

package
v1.34.1-20230426121450... Latest Latest
Warning

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

Go to latest
Published: unknown License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	GenderType_name = map[int32]string{
		0: "GENDER_TYPE_UNSPECIFIED",
		1: "GENDER_TYPE_MALE",
		2: "GENDER_TYPE_FEMALE",
		3: "GENDER_TYPE_OTHER",
	}
	GenderType_value = map[string]int32{
		"GENDER_TYPE_UNSPECIFIED": 0,
		"GENDER_TYPE_MALE":        1,
		"GENDER_TYPE_FEMALE":      2,
		"GENDER_TYPE_OTHER":       3,
	}
)

Enum value maps for GenderType.

View Source
var (
	CountryCode_name = map[int32]string{
		0: "COUNTRY_CODE_UNSPECIFIED",
		1: "COUNTRY_CODE_DK",
		2: "COUNTRY_CODE_FR",
	}
	CountryCode_value = map[string]int32{
		"COUNTRY_CODE_UNSPECIFIED": 0,
		"COUNTRY_CODE_DK":          1,
		"COUNTRY_CODE_FR":          2,
	}
)

Enum value maps for CountryCode.

View Source
var (
	LoginType_name = map[int32]string{
		0: "LOGIN_TYPE_UNSPECIFIED",
		1: "LOGIN_TYPE_EMAIL_PASSWORD",
		2: "LOGIN_TYPE_PHONE_PASSWORD",
		3: "LOGIN_TYPE_USERNAME_PASSWORD",
		4: "LOGIN_TYPE_OAUTH2",
		5: "LOGIN_TYPE_ID_PASSWORD",
		6: "LOGIN_TYPE_MAGIC_CODE",
	}
	LoginType_value = map[string]int32{
		"LOGIN_TYPE_UNSPECIFIED":       0,
		"LOGIN_TYPE_EMAIL_PASSWORD":    1,
		"LOGIN_TYPE_PHONE_PASSWORD":    2,
		"LOGIN_TYPE_USERNAME_PASSWORD": 3,
		"LOGIN_TYPE_OAUTH2":            4,
		"LOGIN_TYPE_ID_PASSWORD":       5,
		"LOGIN_TYPE_MAGIC_CODE":        6,
	}
)

Enum value maps for LoginType.

View Source
var (
	HashingAlgorithm_name = map[int32]string{
		0: "HASHING_ALGORITHM_UNSPECIFIED",
		1: "HASHING_ALGORITHM_BCRYPT",
		2: "HASHING_ALGORITHM_SCRYPT",
	}
	HashingAlgorithm_value = map[string]int32{
		"HASHING_ALGORITHM_UNSPECIFIED": 0,
		"HASHING_ALGORITHM_BCRYPT":      1,
		"HASHING_ALGORITHM_SCRYPT":      2,
	}
)

Enum value maps for HashingAlgorithm.

View Source
var (
	VerificationType_name = map[int32]string{
		0: "VERIFICATION_TYPE_UNSPECIFIED",
		1: "VERIFICATION_TYPE_EMAIL",
		2: "VERIFICATION_TYPE_TEXT",
		3: "VERIFICATION_TYPE_RESET_PASSWORD",
		4: "VERIFICATION_TYPE_MAGIC_CODE",
	}
	VerificationType_value = map[string]int32{
		"VERIFICATION_TYPE_UNSPECIFIED":    0,
		"VERIFICATION_TYPE_EMAIL":          1,
		"VERIFICATION_TYPE_TEXT":           2,
		"VERIFICATION_TYPE_RESET_PASSWORD": 3,
		"VERIFICATION_TYPE_MAGIC_CODE":     4,
	}
)

Enum value maps for VerificationType.

View Source
var (
	TokenType_name = map[int32]string{
		0: "TOKEN_TYPE_UNSPECIFIED",
		1: "TOKEN_TYPE_ACCESS_TOKEN",
		2: "TOKEN_TYPE_REFRESH_TOKEN",
	}
	TokenType_value = map[string]int32{
		"TOKEN_TYPE_UNSPECIFIED":   0,
		"TOKEN_TYPE_ACCESS_TOKEN":  1,
		"TOKEN_TYPE_REFRESH_TOKEN": 2,
	}
)

Enum value maps for TokenType.

View Source
var (
	EmailProviderType_name = map[int32]string{
		0: "EMAIL_PROVIDER_TYPE_UNSPECIFIED",
		1: "EMAIL_PROVIDER_TYPE_SMTP",
		2: "EMAIL_PROVIDER_TYPE_MAILJET",
		3: "EMAIL_PROVIDER_TYPE_MOCKEMAIL",
	}
	EmailProviderType_value = map[string]int32{
		"EMAIL_PROVIDER_TYPE_UNSPECIFIED": 0,
		"EMAIL_PROVIDER_TYPE_SMTP":        1,
		"EMAIL_PROVIDER_TYPE_MAILJET":     2,
		"EMAIL_PROVIDER_TYPE_MOCKEMAIL":   3,
	}
)

Enum value maps for EmailProviderType.

View Source
var (
	TextProviderType_name = map[int32]string{
		0: "TEXT_PROVIDER_TYPE_UNSPECIFIED",
		1: "TEXT_PROVIDER_TYPE_TWILIO",
		2: "TEXT_PROVIDER_TYPE_MOCKTEXT",
	}
	TextProviderType_value = map[string]int32{
		"TEXT_PROVIDER_TYPE_UNSPECIFIED": 0,
		"TEXT_PROVIDER_TYPE_TWILIO":      1,
		"TEXT_PROVIDER_TYPE_MOCKTEXT":    2,
	}
)

Enum value maps for TextProviderType.

View Source
var (
	LoginStatus_name = map[int32]string{
		0: "LOGIN_STATUS_UNSPECIFIED",
		1: "LOGIN_STATUS_AUTHENTICATED",
		2: "LOGIN_STATUS_NOT_AUTHENTICATED",
		3: "LOGIN_STATUS_EMAIL_IS_NOT_VERIFIED",
		4: "LOGIN_STATUS_PHONE_IS_NOT_VERIFIED",
	}
	LoginStatus_value = map[string]int32{
		"LOGIN_STATUS_UNSPECIFIED":           0,
		"LOGIN_STATUS_AUTHENTICATED":         1,
		"LOGIN_STATUS_NOT_AUTHENTICATED":     2,
		"LOGIN_STATUS_EMAIL_IS_NOT_VERIFIED": 3,
		"LOGIN_STATUS_PHONE_IS_NOT_VERIFIED": 4,
	}
)

Enum value maps for LoginStatus.

View Source
var (
	DeviceInfo_name = map[int32]string{
		0: "DEVICE_INFO_UNSPECIFIED",
		1: "DEVICE_INFO_IOS",
		2: "DEVICE_INFO_MACOS",
		3: "DEVICE_INFO_WINDOWS",
		4: "DEVICE_INFO_WEB",
		5: "DEVICE_INFO_LINUX",
		6: "DEVICE_INFO_ANDROID",
	}
	DeviceInfo_value = map[string]int32{
		"DEVICE_INFO_UNSPECIFIED": 0,
		"DEVICE_INFO_IOS":         1,
		"DEVICE_INFO_MACOS":       2,
		"DEVICE_INFO_WINDOWS":     3,
		"DEVICE_INFO_WEB":         4,
		"DEVICE_INFO_LINUX":       5,
		"DEVICE_INFO_ANDROID":     6,
	}
)

Enum value maps for DeviceInfo.

View Source
var (
	TemplateType_name = map[int32]string{
		0: "TEMPLATE_TYPE_UNSPECIFIED",
		1: "TEMPLATE_TYPE_EMAIL_VERIFICATION",
		2: "TEMPLATE_TYPE_EMAIL_RESET_PASSWORD",
		3: "TEMPLATE_TYPE_EMAIL_MAGIC_LINK",
		4: "TEMPLATE_TYPE_TEXT_VERIFICATION",
		5: "TEMPLATE_TYPE_TEXT_RESET_PASSWORD",
		6: "TEMPLATE_TYPE_TEXT_MAGIC_LINK",
	}
	TemplateType_value = map[string]int32{
		"TEMPLATE_TYPE_UNSPECIFIED":          0,
		"TEMPLATE_TYPE_EMAIL_VERIFICATION":   1,
		"TEMPLATE_TYPE_EMAIL_RESET_PASSWORD": 2,
		"TEMPLATE_TYPE_EMAIL_MAGIC_LINK":     3,
		"TEMPLATE_TYPE_TEXT_VERIFICATION":    4,
		"TEMPLATE_TYPE_TEXT_RESET_PASSWORD":  5,
		"TEMPLATE_TYPE_TEXT_MAGIC_LINK":      6,
	}
)

Enum value maps for TemplateType.

View Source
var (
	OAuthProviderType_name = map[int32]string{
		0: "OAUTH_PROVIDER_TYPE_UNSPECIFIED",
		1: "OAUTH_PROVIDER_TYPE_GOOGLE_PROVIDER",
		2: "OAUTH_PROVIDER_TYPE_GITHUB_PROVIDER",
		3: "OAUTH_PROVIDER_TYPE_FACEBOOK_PROVIDER",
	}
	OAuthProviderType_value = map[string]int32{
		"OAUTH_PROVIDER_TYPE_UNSPECIFIED":       0,
		"OAUTH_PROVIDER_TYPE_GOOGLE_PROVIDER":   1,
		"OAUTH_PROVIDER_TYPE_GITHUB_PROVIDER":   2,
		"OAUTH_PROVIDER_TYPE_FACEBOOK_PROVIDER": 3,
	}
)

Enum value maps for OAuthProviderType.

View Source
var (
	Filter_SortBy_name = map[int32]string{
		0: "SORT_BY_UNSPECIFIED",
		1: "SORT_BY_CREATED_AT",
		2: "SORT_BY_UPDATE_AT",
	}
	Filter_SortBy_value = map[string]int32{
		"SORT_BY_UNSPECIFIED": 0,
		"SORT_BY_CREATED_AT":  1,
		"SORT_BY_UPDATE_AT":   2,
	}
)

Enum value maps for Filter_SortBy.

View Source
var (
	Filter_Order_name = map[int32]string{
		0: "ORDER_UNSPECIFIED",
		1: "ORDER_INC",
		2: "ORDER_DEC",
	}
	Filter_Order_value = map[string]int32{
		"ORDER_UNSPECIFIED": 0,
		"ORDER_INC":         1,
		"ORDER_DEC":         2,
	}
)

Enum value maps for Filter_Order.

View Source
var File_nuntio_users_v1alpha1_users_authentication_proto protoreflect.FileDescriptor
View Source
var File_nuntio_users_v1alpha1_users_groups_proto protoreflect.FileDescriptor
View Source
var File_nuntio_users_v1alpha1_users_messages_proto protoreflect.FileDescriptor
View Source
var File_nuntio_users_v1alpha1_users_migration_proto protoreflect.FileDescriptor
View Source
var File_nuntio_users_v1alpha1_users_namespace_proto protoreflect.FileDescriptor
View Source
var File_nuntio_users_v1alpha1_users_public_proto protoreflect.FileDescriptor
View Source
var File_nuntio_users_v1alpha1_users_users_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AccessToken

type AccessToken struct {
	Jwt       string                 `protobuf:"bytes,1,opt,name=jwt,proto3" json:"jwt,omitempty"`
	Id        string                 `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	// contains filtered or unexported fields
}

func (*AccessToken) Descriptor deprecated

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

Deprecated: Use AccessToken.ProtoReflect.Descriptor instead.

func (*AccessToken) GetExpiresAt

func (x *AccessToken) GetExpiresAt() *timestamppb.Timestamp

func (*AccessToken) GetId

func (x *AccessToken) GetId() string

func (*AccessToken) GetJwt

func (x *AccessToken) GetJwt() string

func (*AccessToken) ProtoMessage

func (*AccessToken) ProtoMessage()

func (*AccessToken) ProtoReflect

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

func (*AccessToken) Reset

func (x *AccessToken) Reset()

func (*AccessToken) String

func (x *AccessToken) String() string

type AuthenticationServiceBlockTokenRequest

type AuthenticationServiceBlockTokenRequest struct {

	// token id to block
	TokenId string `protobuf:"bytes,1,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Authentication.BlockToken RPC

func (*AuthenticationServiceBlockTokenRequest) Descriptor deprecated

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

Deprecated: Use AuthenticationServiceBlockTokenRequest.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceBlockTokenRequest) GetNamespace

func (*AuthenticationServiceBlockTokenRequest) GetTokenId

func (*AuthenticationServiceBlockTokenRequest) ProtoMessage

func (*AuthenticationServiceBlockTokenRequest) ProtoReflect

func (*AuthenticationServiceBlockTokenRequest) Reset

func (*AuthenticationServiceBlockTokenRequest) String

type AuthenticationServiceBlockTokenResponse

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

The response of a Authentication.BlockToken RPC

func (*AuthenticationServiceBlockTokenResponse) Descriptor deprecated

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

Deprecated: Use AuthenticationServiceBlockTokenResponse.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceBlockTokenResponse) ProtoMessage

func (*AuthenticationServiceBlockTokenResponse) ProtoReflect

func (*AuthenticationServiceBlockTokenResponse) Reset

func (*AuthenticationServiceBlockTokenResponse) String

type AuthenticationServiceContinueWithRequest

type AuthenticationServiceContinueWithRequest struct {

	// The code sent to the phone
	Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The OAuth provider used for "login with x"
	Provider OAuthProviderType `protobuf:"varint,3,opt,name=provider,proto3,enum=nuntio.users.v1alpha1.OAuthProviderType" json:"provider,omitempty"`
	// The requested redirect addr
	RedirectAddr string `protobuf:"bytes,4,opt,name=redirect_addr,json=redirectAddr,proto3" json:"redirect_addr,omitempty"`
	// contains filtered or unexported fields
}

The request of a Authentication.ContinueWith RPC

func (*AuthenticationServiceContinueWithRequest) Descriptor deprecated

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

Deprecated: Use AuthenticationServiceContinueWithRequest.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceContinueWithRequest) GetCode

func (*AuthenticationServiceContinueWithRequest) GetNamespace

func (*AuthenticationServiceContinueWithRequest) GetProvider

func (*AuthenticationServiceContinueWithRequest) GetRedirectAddr

func (x *AuthenticationServiceContinueWithRequest) GetRedirectAddr() string

func (*AuthenticationServiceContinueWithRequest) ProtoMessage

func (*AuthenticationServiceContinueWithRequest) ProtoReflect

func (*AuthenticationServiceContinueWithRequest) Reset

func (*AuthenticationServiceContinueWithRequest) String

type AuthenticationServiceContinueWithResponse

type AuthenticationServiceContinueWithResponse struct {
	TokenPair *TokenPair  `protobuf:"bytes,1,opt,name=token_pair,json=tokenPair,proto3" json:"token_pair,omitempty"`
	Status    LoginStatus `protobuf:"varint,2,opt,name=status,proto3,enum=nuntio.users.v1alpha1.LoginStatus" json:"status,omitempty"`
	// contains filtered or unexported fields
}

The response of a Authentication.ContinueWith RPC

func (*AuthenticationServiceContinueWithResponse) Descriptor deprecated

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

Deprecated: Use AuthenticationServiceContinueWithResponse.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceContinueWithResponse) GetStatus

func (*AuthenticationServiceContinueWithResponse) GetTokenPair

func (*AuthenticationServiceContinueWithResponse) ProtoMessage

func (*AuthenticationServiceContinueWithResponse) ProtoReflect

func (*AuthenticationServiceContinueWithResponse) Reset

func (*AuthenticationServiceContinueWithResponse) String

type AuthenticationServiceCreateTokenPairRequest

type AuthenticationServiceCreateTokenPairRequest struct {

	// The user identifier to fetch the user
	Identifier *UserIdentifier `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Authentication.CreateTokenPair RPC

func (*AuthenticationServiceCreateTokenPairRequest) Descriptor deprecated

Deprecated: Use AuthenticationServiceCreateTokenPairRequest.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceCreateTokenPairRequest) GetIdentifier

func (*AuthenticationServiceCreateTokenPairRequest) GetNamespace

func (*AuthenticationServiceCreateTokenPairRequest) ProtoMessage

func (*AuthenticationServiceCreateTokenPairRequest) ProtoReflect

func (*AuthenticationServiceCreateTokenPairRequest) Reset

func (*AuthenticationServiceCreateTokenPairRequest) String

type AuthenticationServiceCreateTokenPairResponse

type AuthenticationServiceCreateTokenPairResponse struct {

	// The result of the method
	TokenPair *TokenPair `protobuf:"bytes,1,opt,name=token_pair,json=tokenPair,proto3" json:"token_pair,omitempty"`
	// contains filtered or unexported fields
}

The response of a Authentication.CreateTokenPair RPC

func (*AuthenticationServiceCreateTokenPairResponse) Descriptor deprecated

Deprecated: Use AuthenticationServiceCreateTokenPairResponse.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceCreateTokenPairResponse) GetTokenPair

func (*AuthenticationServiceCreateTokenPairResponse) ProtoMessage

func (*AuthenticationServiceCreateTokenPairResponse) ProtoReflect

func (*AuthenticationServiceCreateTokenPairResponse) Reset

func (*AuthenticationServiceCreateTokenPairResponse) String

type AuthenticationServiceGetOAuth2ProvidersRequest

type AuthenticationServiceGetOAuth2ProvidersRequest struct {
	Namespace    string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	RedirectAddr string `protobuf:"bytes,2,opt,name=redirect_addr,json=redirectAddr,proto3" json:"redirect_addr,omitempty"`
	// contains filtered or unexported fields
}

The request of a Authentication.GetOAuth2Providers RPC

func (*AuthenticationServiceGetOAuth2ProvidersRequest) Descriptor deprecated

Deprecated: Use AuthenticationServiceGetOAuth2ProvidersRequest.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceGetOAuth2ProvidersRequest) GetNamespace

func (*AuthenticationServiceGetOAuth2ProvidersRequest) GetRedirectAddr

func (*AuthenticationServiceGetOAuth2ProvidersRequest) ProtoMessage

func (*AuthenticationServiceGetOAuth2ProvidersRequest) ProtoReflect

func (*AuthenticationServiceGetOAuth2ProvidersRequest) Reset

func (*AuthenticationServiceGetOAuth2ProvidersRequest) String

type AuthenticationServiceGetOAuth2ProvidersResponse

type AuthenticationServiceGetOAuth2ProvidersResponse struct {
	OauthProviders *OAuthProviders `protobuf:"bytes,1,opt,name=oauth_providers,json=oauthProviders,proto3" json:"oauth_providers,omitempty"`
	// contains filtered or unexported fields
}

The response of a Authentication.GetOAuth2Providers RPC

func (*AuthenticationServiceGetOAuth2ProvidersResponse) Descriptor deprecated

Deprecated: Use AuthenticationServiceGetOAuth2ProvidersResponse.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceGetOAuth2ProvidersResponse) GetOauthProviders

func (*AuthenticationServiceGetOAuth2ProvidersResponse) ProtoMessage

func (*AuthenticationServiceGetOAuth2ProvidersResponse) ProtoReflect

func (*AuthenticationServiceGetOAuth2ProvidersResponse) Reset

func (*AuthenticationServiceGetOAuth2ProvidersResponse) String

type AuthenticationServiceInitializeAuthRequest

type AuthenticationServiceInitializeAuthRequest struct {

	// The namespace to perform action in
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// Optional redirect address for OAuth2
	RedirectAddr *string `protobuf:"bytes,2,opt,name=redirect_addr,json=redirectAddr,proto3,oneof" json:"redirect_addr,omitempty"`
	// contains filtered or unexported fields
}

The request of a Authentication.AuthenticationServiceInitializeAuthRequest RPC

func (*AuthenticationServiceInitializeAuthRequest) Descriptor deprecated

Deprecated: Use AuthenticationServiceInitializeAuthRequest.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceInitializeAuthRequest) GetNamespace

func (*AuthenticationServiceInitializeAuthRequest) GetRedirectAddr

func (*AuthenticationServiceInitializeAuthRequest) ProtoMessage

func (*AuthenticationServiceInitializeAuthRequest) ProtoReflect

func (*AuthenticationServiceInitializeAuthRequest) Reset

func (*AuthenticationServiceInitializeAuthRequest) String

type AuthenticationServiceInitializeAuthResponse

type AuthenticationServiceInitializeAuthResponse struct {

	// The name of the namespace
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Logo string `protobuf:"bytes,2,opt,name=logo,proto3" json:"logo,omitempty"`
	// If to validate password
	ValidatePassword bool `protobuf:"varint,3,opt,name=validate_password,json=validatePassword,proto3" json:"validate_password,omitempty"`
	// The public key of Users
	PublicKey string `protobuf:"bytes,4,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	// Array of supported login types
	LoginMechanisms []LoginType `` /* 151-byte string literal not displayed */
	// Array of callbacks
	Callbacks []string `protobuf:"bytes,6,rep,name=callbacks,proto3" json:"callbacks,omitempty"`
	// Map of oauth2 providers
	OauthProviders []*OAuthProvider `protobuf:"bytes,7,rep,name=oauth_providers,json=oauthProviders,proto3" json:"oauth_providers,omitempty"`
	// contains filtered or unexported fields
}

The response of a Authentication.AuthenticationServiceInitializeAuthRequest RPC

func (*AuthenticationServiceInitializeAuthResponse) Descriptor deprecated

Deprecated: Use AuthenticationServiceInitializeAuthResponse.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceInitializeAuthResponse) GetCallbacks

func (*AuthenticationServiceInitializeAuthResponse) GetLoginMechanisms

func (x *AuthenticationServiceInitializeAuthResponse) GetLoginMechanisms() []LoginType

func (*AuthenticationServiceInitializeAuthResponse) GetName

func (*AuthenticationServiceInitializeAuthResponse) GetOauthProviders

func (*AuthenticationServiceInitializeAuthResponse) GetPublicKey

func (*AuthenticationServiceInitializeAuthResponse) GetValidatePassword

func (x *AuthenticationServiceInitializeAuthResponse) GetValidatePassword() bool

func (*AuthenticationServiceInitializeAuthResponse) ProtoMessage

func (*AuthenticationServiceInitializeAuthResponse) ProtoReflect

func (*AuthenticationServiceInitializeAuthResponse) Reset

func (*AuthenticationServiceInitializeAuthResponse) String

type AuthenticationServiceLoginRequest

type AuthenticationServiceLoginRequest struct {

	// The user identifier to fetch the user
	Identifier *UserIdentifier `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
	// The password of the user
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Authentication.Login RPC

func (*AuthenticationServiceLoginRequest) Descriptor deprecated

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

Deprecated: Use AuthenticationServiceLoginRequest.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceLoginRequest) GetIdentifier

func (*AuthenticationServiceLoginRequest) GetNamespace

func (x *AuthenticationServiceLoginRequest) GetNamespace() string

func (*AuthenticationServiceLoginRequest) GetPassword

func (x *AuthenticationServiceLoginRequest) GetPassword() string

func (*AuthenticationServiceLoginRequest) ProtoMessage

func (*AuthenticationServiceLoginRequest) ProtoMessage()

func (*AuthenticationServiceLoginRequest) ProtoReflect

func (*AuthenticationServiceLoginRequest) Reset

func (*AuthenticationServiceLoginRequest) String

type AuthenticationServiceLoginResponse

type AuthenticationServiceLoginResponse struct {
	TokenPair *TokenPair  `protobuf:"bytes,1,opt,name=token_pair,json=tokenPair,proto3" json:"token_pair,omitempty"`
	Status    LoginStatus `protobuf:"varint,2,opt,name=status,proto3,enum=nuntio.users.v1alpha1.LoginStatus" json:"status,omitempty"`
	User      *User       `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

The response of a Authentication.Login RPC

func (*AuthenticationServiceLoginResponse) Descriptor deprecated

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

Deprecated: Use AuthenticationServiceLoginResponse.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceLoginResponse) GetStatus

func (*AuthenticationServiceLoginResponse) GetTokenPair

func (x *AuthenticationServiceLoginResponse) GetTokenPair() *TokenPair

func (*AuthenticationServiceLoginResponse) GetUser

func (*AuthenticationServiceLoginResponse) ProtoMessage

func (*AuthenticationServiceLoginResponse) ProtoMessage()

func (*AuthenticationServiceLoginResponse) ProtoReflect

func (*AuthenticationServiceLoginResponse) Reset

func (*AuthenticationServiceLoginResponse) String

type AuthenticationServiceLogoutRequest

type AuthenticationServiceLogoutRequest struct {

	// The session to logout
	AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	// contains filtered or unexported fields
}

The request of a Authentication.Logout RPC

func (*AuthenticationServiceLogoutRequest) Descriptor deprecated

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

Deprecated: Use AuthenticationServiceLogoutRequest.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceLogoutRequest) GetAccessToken

func (x *AuthenticationServiceLogoutRequest) GetAccessToken() string

func (*AuthenticationServiceLogoutRequest) ProtoMessage

func (*AuthenticationServiceLogoutRequest) ProtoMessage()

func (*AuthenticationServiceLogoutRequest) ProtoReflect

func (*AuthenticationServiceLogoutRequest) Reset

func (*AuthenticationServiceLogoutRequest) String

type AuthenticationServiceLogoutResponse

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

The response of a Authentication.Logout RPC

func (*AuthenticationServiceLogoutResponse) Descriptor deprecated

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

Deprecated: Use AuthenticationServiceLogoutResponse.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceLogoutResponse) ProtoMessage

func (*AuthenticationServiceLogoutResponse) ProtoMessage()

func (*AuthenticationServiceLogoutResponse) ProtoReflect

func (*AuthenticationServiceLogoutResponse) Reset

func (*AuthenticationServiceLogoutResponse) String

type AuthenticationServicePingRequest

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

The request of a Authentication.Ping RPC

func (*AuthenticationServicePingRequest) Descriptor deprecated

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

Deprecated: Use AuthenticationServicePingRequest.ProtoReflect.Descriptor instead.

func (*AuthenticationServicePingRequest) ProtoMessage

func (*AuthenticationServicePingRequest) ProtoMessage()

func (*AuthenticationServicePingRequest) ProtoReflect

func (*AuthenticationServicePingRequest) Reset

func (*AuthenticationServicePingRequest) String

type AuthenticationServicePingResponse

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

The response of a Authentication.Ping RPC

func (*AuthenticationServicePingResponse) Descriptor deprecated

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

Deprecated: Use AuthenticationServicePingResponse.ProtoReflect.Descriptor instead.

func (*AuthenticationServicePingResponse) ProtoMessage

func (*AuthenticationServicePingResponse) ProtoMessage()

func (*AuthenticationServicePingResponse) ProtoReflect

func (*AuthenticationServicePingResponse) Reset

func (*AuthenticationServicePingResponse) String

type AuthenticationServiceRedirectRequest

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

The request of a Authentication.Redirect RPC

func (*AuthenticationServiceRedirectRequest) Descriptor deprecated

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

Deprecated: Use AuthenticationServiceRedirectRequest.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceRedirectRequest) GetCode

func (*AuthenticationServiceRedirectRequest) ProtoMessage

func (*AuthenticationServiceRedirectRequest) ProtoMessage()

func (*AuthenticationServiceRedirectRequest) ProtoReflect

func (*AuthenticationServiceRedirectRequest) Reset

func (*AuthenticationServiceRedirectRequest) String

type AuthenticationServiceRedirectResponse

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

The response of a Authentication.Redirect RPC

func (*AuthenticationServiceRedirectResponse) Descriptor deprecated

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

Deprecated: Use AuthenticationServiceRedirectResponse.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceRedirectResponse) ProtoMessage

func (*AuthenticationServiceRedirectResponse) ProtoMessage()

func (*AuthenticationServiceRedirectResponse) ProtoReflect

func (*AuthenticationServiceRedirectResponse) Reset

func (*AuthenticationServiceRedirectResponse) String

type AuthenticationServiceRefreshTokenRequest

type AuthenticationServiceRefreshTokenRequest struct {

	// The refresh token used to generate new pair
	RefreshToken string `protobuf:"bytes,1,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	// contains filtered or unexported fields
}

The request of a Authentication.RefreshToken RPC

func (*AuthenticationServiceRefreshTokenRequest) Descriptor deprecated

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

Deprecated: Use AuthenticationServiceRefreshTokenRequest.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceRefreshTokenRequest) GetRefreshToken

func (x *AuthenticationServiceRefreshTokenRequest) GetRefreshToken() string

func (*AuthenticationServiceRefreshTokenRequest) ProtoMessage

func (*AuthenticationServiceRefreshTokenRequest) ProtoReflect

func (*AuthenticationServiceRefreshTokenRequest) Reset

func (*AuthenticationServiceRefreshTokenRequest) String

type AuthenticationServiceRefreshTokenResponse

type AuthenticationServiceRefreshTokenResponse struct {
	TokenPair *TokenPair  `protobuf:"bytes,1,opt,name=token_pair,json=tokenPair,proto3" json:"token_pair,omitempty"`
	Status    LoginStatus `protobuf:"varint,2,opt,name=status,proto3,enum=nuntio.users.v1alpha1.LoginStatus" json:"status,omitempty"`
	// contains filtered or unexported fields
}

The request of a Authentication.RefreshToken RPC

func (*AuthenticationServiceRefreshTokenResponse) Descriptor deprecated

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

Deprecated: Use AuthenticationServiceRefreshTokenResponse.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceRefreshTokenResponse) GetStatus

func (*AuthenticationServiceRefreshTokenResponse) GetTokenPair

func (*AuthenticationServiceRefreshTokenResponse) ProtoMessage

func (*AuthenticationServiceRefreshTokenResponse) ProtoReflect

func (*AuthenticationServiceRefreshTokenResponse) Reset

func (*AuthenticationServiceRefreshTokenResponse) String

type AuthenticationServiceResetPasswordRequest

type AuthenticationServiceResetPasswordRequest struct {

	// The user identifier to fetch the user
	Identifier *UserIdentifier `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
	// The new password
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// The code sent to the phone
	Code string `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Authentication.ResetPassword RPC

func (*AuthenticationServiceResetPasswordRequest) Descriptor deprecated

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

Deprecated: Use AuthenticationServiceResetPasswordRequest.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceResetPasswordRequest) GetCode

func (*AuthenticationServiceResetPasswordRequest) GetIdentifier

func (*AuthenticationServiceResetPasswordRequest) GetNamespace

func (*AuthenticationServiceResetPasswordRequest) GetPassword

func (*AuthenticationServiceResetPasswordRequest) ProtoMessage

func (*AuthenticationServiceResetPasswordRequest) ProtoReflect

func (*AuthenticationServiceResetPasswordRequest) Reset

func (*AuthenticationServiceResetPasswordRequest) String

type AuthenticationServiceResetPasswordResponse

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

The response of a Authentication.ResetPassword RPC

func (*AuthenticationServiceResetPasswordResponse) Descriptor deprecated

Deprecated: Use AuthenticationServiceResetPasswordResponse.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceResetPasswordResponse) ProtoMessage

func (*AuthenticationServiceResetPasswordResponse) ProtoReflect

func (*AuthenticationServiceResetPasswordResponse) Reset

func (*AuthenticationServiceResetPasswordResponse) String

type AuthenticationServiceSendMagicEmailRequest

type AuthenticationServiceSendMagicEmailRequest struct {

	// The namespace to perform action in
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The email to send the magic code to
	Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

The request of a Authentication.SendMagicEmail RPC

func (*AuthenticationServiceSendMagicEmailRequest) Descriptor deprecated

Deprecated: Use AuthenticationServiceSendMagicEmailRequest.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceSendMagicEmailRequest) GetEmail

func (*AuthenticationServiceSendMagicEmailRequest) GetNamespace

func (*AuthenticationServiceSendMagicEmailRequest) ProtoMessage

func (*AuthenticationServiceSendMagicEmailRequest) ProtoReflect

func (*AuthenticationServiceSendMagicEmailRequest) Reset

func (*AuthenticationServiceSendMagicEmailRequest) String

type AuthenticationServiceSendMagicEmailResponse

type AuthenticationServiceSendMagicEmailResponse struct {
	VerificationCode *VerificationCode `protobuf:"bytes,1,opt,name=verification_code,json=verificationCode,proto3" json:"verification_code,omitempty"`
	// contains filtered or unexported fields
}

The response of a Authentication.SendMagicEmail RPC

func (*AuthenticationServiceSendMagicEmailResponse) Descriptor deprecated

Deprecated: Use AuthenticationServiceSendMagicEmailResponse.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceSendMagicEmailResponse) GetVerificationCode

func (*AuthenticationServiceSendMagicEmailResponse) ProtoMessage

func (*AuthenticationServiceSendMagicEmailResponse) ProtoReflect

func (*AuthenticationServiceSendMagicEmailResponse) Reset

func (*AuthenticationServiceSendMagicEmailResponse) String

type AuthenticationServiceSendMagicTextRequest

type AuthenticationServiceSendMagicTextRequest struct {

	// The namespace to perform action in
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The phone number to send the magic code to
	PhoneNumber string `protobuf:"bytes,2,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`
	// contains filtered or unexported fields
}

The request of a Authentication.SendMagicText RPC

func (*AuthenticationServiceSendMagicTextRequest) Descriptor deprecated

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

Deprecated: Use AuthenticationServiceSendMagicTextRequest.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceSendMagicTextRequest) GetNamespace

func (*AuthenticationServiceSendMagicTextRequest) GetPhoneNumber

func (*AuthenticationServiceSendMagicTextRequest) ProtoMessage

func (*AuthenticationServiceSendMagicTextRequest) ProtoReflect

func (*AuthenticationServiceSendMagicTextRequest) Reset

func (*AuthenticationServiceSendMagicTextRequest) String

type AuthenticationServiceSendMagicTextResponse

type AuthenticationServiceSendMagicTextResponse struct {
	VerificationCode *VerificationCode `protobuf:"bytes,1,opt,name=verification_code,json=verificationCode,proto3" json:"verification_code,omitempty"`
	// contains filtered or unexported fields
}

The response of a Authentication.SendMagicText RPC

func (*AuthenticationServiceSendMagicTextResponse) Descriptor deprecated

Deprecated: Use AuthenticationServiceSendMagicTextResponse.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceSendMagicTextResponse) GetVerificationCode

func (*AuthenticationServiceSendMagicTextResponse) ProtoMessage

func (*AuthenticationServiceSendMagicTextResponse) ProtoReflect

func (*AuthenticationServiceSendMagicTextResponse) Reset

func (*AuthenticationServiceSendMagicTextResponse) String

type AuthenticationServiceSendResetPasswordEmailRequest

type AuthenticationServiceSendResetPasswordEmailRequest struct {

	// The email to send the reset-password-email to
	Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Authentication.SendResetPasswordEmail RPC

func (*AuthenticationServiceSendResetPasswordEmailRequest) Descriptor deprecated

Deprecated: Use AuthenticationServiceSendResetPasswordEmailRequest.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceSendResetPasswordEmailRequest) GetEmail

func (*AuthenticationServiceSendResetPasswordEmailRequest) GetNamespace

func (*AuthenticationServiceSendResetPasswordEmailRequest) ProtoMessage

func (*AuthenticationServiceSendResetPasswordEmailRequest) ProtoReflect

func (*AuthenticationServiceSendResetPasswordEmailRequest) Reset

func (*AuthenticationServiceSendResetPasswordEmailRequest) String

type AuthenticationServiceSendResetPasswordEmailResponse

type AuthenticationServiceSendResetPasswordEmailResponse struct {

	// The result container the hashed code
	VerificationCode *VerificationCode `protobuf:"bytes,1,opt,name=verification_code,json=verificationCode,proto3" json:"verification_code,omitempty"`
	// contains filtered or unexported fields
}

The response of a Authentication.SendResetPasswordEmail RPC

func (*AuthenticationServiceSendResetPasswordEmailResponse) Descriptor deprecated

Deprecated: Use AuthenticationServiceSendResetPasswordEmailResponse.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceSendResetPasswordEmailResponse) GetVerificationCode

func (*AuthenticationServiceSendResetPasswordEmailResponse) ProtoMessage

func (*AuthenticationServiceSendResetPasswordEmailResponse) ProtoReflect

func (*AuthenticationServiceSendResetPasswordEmailResponse) Reset

func (*AuthenticationServiceSendResetPasswordEmailResponse) String

type AuthenticationServiceSendResetPasswordTextRequest

type AuthenticationServiceSendResetPasswordTextRequest struct {

	// The phone number to send the reset-password-text to
	PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Authentication.SendResetPasswordText RPC

func (*AuthenticationServiceSendResetPasswordTextRequest) Descriptor deprecated

Deprecated: Use AuthenticationServiceSendResetPasswordTextRequest.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceSendResetPasswordTextRequest) GetNamespace

func (*AuthenticationServiceSendResetPasswordTextRequest) GetPhoneNumber

func (*AuthenticationServiceSendResetPasswordTextRequest) ProtoMessage

func (*AuthenticationServiceSendResetPasswordTextRequest) ProtoReflect

func (*AuthenticationServiceSendResetPasswordTextRequest) Reset

func (*AuthenticationServiceSendResetPasswordTextRequest) String

type AuthenticationServiceSendResetPasswordTextResponse

type AuthenticationServiceSendResetPasswordTextResponse struct {

	// The result container the hashed code
	VerificationCode *VerificationCode `protobuf:"bytes,1,opt,name=verification_code,json=verificationCode,proto3" json:"verification_code,omitempty"`
	// contains filtered or unexported fields
}

The response of a Authentication.SendResetPasswordText RPC

func (*AuthenticationServiceSendResetPasswordTextResponse) Descriptor deprecated

Deprecated: Use AuthenticationServiceSendResetPasswordTextResponse.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceSendResetPasswordTextResponse) GetVerificationCode

func (*AuthenticationServiceSendResetPasswordTextResponse) ProtoMessage

func (*AuthenticationServiceSendResetPasswordTextResponse) ProtoReflect

func (*AuthenticationServiceSendResetPasswordTextResponse) Reset

func (*AuthenticationServiceSendResetPasswordTextResponse) String

type AuthenticationServiceSendVerificationEmailRequest

type AuthenticationServiceSendVerificationEmailRequest struct {

	// The email to send the reset-password-email to
	Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Authentication.SendResetPasswordEmail RPC

func (*AuthenticationServiceSendVerificationEmailRequest) Descriptor deprecated

Deprecated: Use AuthenticationServiceSendVerificationEmailRequest.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceSendVerificationEmailRequest) GetEmail

func (*AuthenticationServiceSendVerificationEmailRequest) GetNamespace

func (*AuthenticationServiceSendVerificationEmailRequest) ProtoMessage

func (*AuthenticationServiceSendVerificationEmailRequest) ProtoReflect

func (*AuthenticationServiceSendVerificationEmailRequest) Reset

func (*AuthenticationServiceSendVerificationEmailRequest) String

type AuthenticationServiceSendVerificationEmailResponse

type AuthenticationServiceSendVerificationEmailResponse struct {

	// The result container the hashed code
	VerificationCode *VerificationCode `protobuf:"bytes,1,opt,name=verification_code,json=verificationCode,proto3" json:"verification_code,omitempty"`
	// contains filtered or unexported fields
}

The response of a Authentication.SendResetPasswordEmail RPC

func (*AuthenticationServiceSendVerificationEmailResponse) Descriptor deprecated

Deprecated: Use AuthenticationServiceSendVerificationEmailResponse.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceSendVerificationEmailResponse) GetVerificationCode

func (*AuthenticationServiceSendVerificationEmailResponse) ProtoMessage

func (*AuthenticationServiceSendVerificationEmailResponse) ProtoReflect

func (*AuthenticationServiceSendVerificationEmailResponse) Reset

func (*AuthenticationServiceSendVerificationEmailResponse) String

type AuthenticationServiceSendVerificationTextRequest

type AuthenticationServiceSendVerificationTextRequest struct {

	// The phone number to send the reset-password-text to
	PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Authentication.SendResetPasswordText RPC

func (*AuthenticationServiceSendVerificationTextRequest) Descriptor deprecated

Deprecated: Use AuthenticationServiceSendVerificationTextRequest.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceSendVerificationTextRequest) GetNamespace

func (*AuthenticationServiceSendVerificationTextRequest) GetPhoneNumber

func (*AuthenticationServiceSendVerificationTextRequest) ProtoMessage

func (*AuthenticationServiceSendVerificationTextRequest) ProtoReflect

func (*AuthenticationServiceSendVerificationTextRequest) Reset

func (*AuthenticationServiceSendVerificationTextRequest) String

type AuthenticationServiceSendVerificationTextResponse

type AuthenticationServiceSendVerificationTextResponse struct {

	// The result container the hashed code
	VerificationCode *VerificationCode `protobuf:"bytes,1,opt,name=verification_code,json=verificationCode,proto3" json:"verification_code,omitempty"`
	// contains filtered or unexported fields
}

The response of a Authentication.SendResetPasswordText RPC

func (*AuthenticationServiceSendVerificationTextResponse) Descriptor deprecated

Deprecated: Use AuthenticationServiceSendVerificationTextResponse.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceSendVerificationTextResponse) GetVerificationCode

func (*AuthenticationServiceSendVerificationTextResponse) ProtoMessage

func (*AuthenticationServiceSendVerificationTextResponse) ProtoReflect

func (*AuthenticationServiceSendVerificationTextResponse) Reset

func (*AuthenticationServiceSendVerificationTextResponse) String

type AuthenticationServiceValidateCredentialsRequest

type AuthenticationServiceValidateCredentialsRequest struct {

	// The user identifier to fetch the user
	Identifier *UserIdentifier `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
	// The password to validate
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Authentication.ValidateCredentials RPC

func (*AuthenticationServiceValidateCredentialsRequest) Descriptor deprecated

Deprecated: Use AuthenticationServiceValidateCredentialsRequest.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceValidateCredentialsRequest) GetIdentifier

func (*AuthenticationServiceValidateCredentialsRequest) GetNamespace

func (*AuthenticationServiceValidateCredentialsRequest) GetPassword

func (*AuthenticationServiceValidateCredentialsRequest) ProtoMessage

func (*AuthenticationServiceValidateCredentialsRequest) ProtoReflect

func (*AuthenticationServiceValidateCredentialsRequest) Reset

func (*AuthenticationServiceValidateCredentialsRequest) String

type AuthenticationServiceValidateCredentialsResponse

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

The response of a Authentication.ValidateCredentials RPC

func (*AuthenticationServiceValidateCredentialsResponse) Descriptor deprecated

Deprecated: Use AuthenticationServiceValidateCredentialsResponse.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceValidateCredentialsResponse) ProtoMessage

func (*AuthenticationServiceValidateCredentialsResponse) ProtoReflect

func (*AuthenticationServiceValidateCredentialsResponse) Reset

func (*AuthenticationServiceValidateCredentialsResponse) String

type AuthenticationServiceValidateTokenRequest

type AuthenticationServiceValidateTokenRequest struct {

	// The access token to validate
	AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	// The refresh token to validate
	RefreshToken string `protobuf:"bytes,2,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// Specifies if to check status in db (blocked)
	ValidateDb bool `protobuf:"varint,4,opt,name=validate_db,json=validateDb,proto3" json:"validate_db,omitempty"`
	// contains filtered or unexported fields
}

The request of a Authentication.ValidateToken RPC

func (*AuthenticationServiceValidateTokenRequest) Descriptor deprecated

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

Deprecated: Use AuthenticationServiceValidateTokenRequest.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceValidateTokenRequest) GetAccessToken

func (*AuthenticationServiceValidateTokenRequest) GetNamespace

func (*AuthenticationServiceValidateTokenRequest) GetRefreshToken

func (*AuthenticationServiceValidateTokenRequest) GetValidateDb

func (*AuthenticationServiceValidateTokenRequest) ProtoMessage

func (*AuthenticationServiceValidateTokenRequest) ProtoReflect

func (*AuthenticationServiceValidateTokenRequest) Reset

func (*AuthenticationServiceValidateTokenRequest) String

type AuthenticationServiceValidateTokenResponse

type AuthenticationServiceValidateTokenResponse struct {

	// Return the user contained by the jwt
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// Return the namespace contained in the jwt
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The response of a Authentication.ValidateToken RPC

func (*AuthenticationServiceValidateTokenResponse) Descriptor deprecated

Deprecated: Use AuthenticationServiceValidateTokenResponse.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceValidateTokenResponse) GetNamespace

func (*AuthenticationServiceValidateTokenResponse) GetUser

func (*AuthenticationServiceValidateTokenResponse) ProtoMessage

func (*AuthenticationServiceValidateTokenResponse) ProtoReflect

func (*AuthenticationServiceValidateTokenResponse) Reset

func (*AuthenticationServiceValidateTokenResponse) String

type AuthenticationServiceVerifyEmailRequest

type AuthenticationServiceVerifyEmailRequest struct {

	// The email that was sent a code to
	Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	// The code sent to the email
	Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Authentication.VerifyEmail RPC

func (*AuthenticationServiceVerifyEmailRequest) Descriptor deprecated

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

Deprecated: Use AuthenticationServiceVerifyEmailRequest.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceVerifyEmailRequest) GetCode

func (*AuthenticationServiceVerifyEmailRequest) GetEmail

func (*AuthenticationServiceVerifyEmailRequest) GetNamespace

func (*AuthenticationServiceVerifyEmailRequest) ProtoMessage

func (*AuthenticationServiceVerifyEmailRequest) ProtoReflect

func (*AuthenticationServiceVerifyEmailRequest) Reset

func (*AuthenticationServiceVerifyEmailRequest) String

type AuthenticationServiceVerifyEmailResponse

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

The response of a Authentication.VerifyEmail RPC

func (*AuthenticationServiceVerifyEmailResponse) Descriptor deprecated

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

Deprecated: Use AuthenticationServiceVerifyEmailResponse.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceVerifyEmailResponse) ProtoMessage

func (*AuthenticationServiceVerifyEmailResponse) ProtoReflect

func (*AuthenticationServiceVerifyEmailResponse) Reset

func (*AuthenticationServiceVerifyEmailResponse) String

type AuthenticationServiceVerifyMagicCodeRequest

type AuthenticationServiceVerifyMagicCodeRequest struct {

	// The namespace to perform action in
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The user identifier to fetch the user
	Identifier *UserIdentifier `protobuf:"bytes,2,opt,name=identifier,proto3" json:"identifier,omitempty"`
	// The code sent to phone or email
	Code string `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"`
	// contains filtered or unexported fields
}

The request of a Authentication.VerifyMagicCode RPC

func (*AuthenticationServiceVerifyMagicCodeRequest) Descriptor deprecated

Deprecated: Use AuthenticationServiceVerifyMagicCodeRequest.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceVerifyMagicCodeRequest) GetCode

func (*AuthenticationServiceVerifyMagicCodeRequest) GetIdentifier

func (*AuthenticationServiceVerifyMagicCodeRequest) GetNamespace

func (*AuthenticationServiceVerifyMagicCodeRequest) ProtoMessage

func (*AuthenticationServiceVerifyMagicCodeRequest) ProtoReflect

func (*AuthenticationServiceVerifyMagicCodeRequest) Reset

func (*AuthenticationServiceVerifyMagicCodeRequest) String

type AuthenticationServiceVerifyMagicCodeResponse

type AuthenticationServiceVerifyMagicCodeResponse struct {
	TokenPair *TokenPair `protobuf:"bytes,1,opt,name=token_pair,json=tokenPair,proto3" json:"token_pair,omitempty"`
	// contains filtered or unexported fields
}

The response of a Authentication.VerifyMagicCode RPC

func (*AuthenticationServiceVerifyMagicCodeResponse) Descriptor deprecated

Deprecated: Use AuthenticationServiceVerifyMagicCodeResponse.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceVerifyMagicCodeResponse) GetTokenPair

func (*AuthenticationServiceVerifyMagicCodeResponse) ProtoMessage

func (*AuthenticationServiceVerifyMagicCodeResponse) ProtoReflect

func (*AuthenticationServiceVerifyMagicCodeResponse) Reset

func (*AuthenticationServiceVerifyMagicCodeResponse) String

type AuthenticationServiceVerifyPhoneRequest

type AuthenticationServiceVerifyPhoneRequest struct {

	// The phone numnber that was sent a code to
	PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`
	// The code sent to the phone
	Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Authentication.VerifyPhone RPC

func (*AuthenticationServiceVerifyPhoneRequest) Descriptor deprecated

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

Deprecated: Use AuthenticationServiceVerifyPhoneRequest.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceVerifyPhoneRequest) GetCode

func (*AuthenticationServiceVerifyPhoneRequest) GetNamespace

func (*AuthenticationServiceVerifyPhoneRequest) GetPhoneNumber

func (x *AuthenticationServiceVerifyPhoneRequest) GetPhoneNumber() string

func (*AuthenticationServiceVerifyPhoneRequest) ProtoMessage

func (*AuthenticationServiceVerifyPhoneRequest) ProtoReflect

func (*AuthenticationServiceVerifyPhoneRequest) Reset

func (*AuthenticationServiceVerifyPhoneRequest) String

type AuthenticationServiceVerifyPhoneResponse

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

The response of a Authentication.VerifyPhone RPC

func (*AuthenticationServiceVerifyPhoneResponse) Descriptor deprecated

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

Deprecated: Use AuthenticationServiceVerifyPhoneResponse.ProtoReflect.Descriptor instead.

func (*AuthenticationServiceVerifyPhoneResponse) ProtoMessage

func (*AuthenticationServiceVerifyPhoneResponse) ProtoReflect

func (*AuthenticationServiceVerifyPhoneResponse) Reset

func (*AuthenticationServiceVerifyPhoneResponse) String

type Bcrypt

type Bcrypt struct {
	Cost int32 `protobuf:"varint,1,opt,name=cost,proto3" json:"cost,omitempty"`
	// contains filtered or unexported fields
}

func (*Bcrypt) Descriptor deprecated

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

Deprecated: Use Bcrypt.ProtoReflect.Descriptor instead.

func (*Bcrypt) GetCost

func (x *Bcrypt) GetCost() int32

func (*Bcrypt) ProtoMessage

func (*Bcrypt) ProtoMessage()

func (*Bcrypt) ProtoReflect

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

func (*Bcrypt) Reset

func (x *Bcrypt) Reset()

func (*Bcrypt) String

func (x *Bcrypt) String() string

type Contact

type Contact struct {
	Id         string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	FromUserId string                 `protobuf:"bytes,2,opt,name=from_user_id,json=fromUserId,proto3" json:"from_user_id,omitempty"`
	ToUserId   string                 `protobuf:"bytes,3,opt,name=to_user_id,json=toUserId,proto3" json:"to_user_id,omitempty"`
	From       *User                  `protobuf:"bytes,4,opt,name=from,proto3" json:"from,omitempty"`
	To         *User                  `protobuf:"bytes,5,opt,name=to,proto3" json:"to,omitempty"`
	Accepted   bool                   `protobuf:"varint,6,opt,name=accepted,proto3" json:"accepted,omitempty"`
	AcceptedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=accepted_at,json=acceptedAt,proto3" json:"accepted_at,omitempty"`
	SentAt     *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=sent_at,json=sentAt,proto3" json:"sent_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Contact) Descriptor deprecated

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

Deprecated: Use Contact.ProtoReflect.Descriptor instead.

func (*Contact) GetAccepted

func (x *Contact) GetAccepted() bool

func (*Contact) GetAcceptedAt

func (x *Contact) GetAcceptedAt() *timestamppb.Timestamp

func (*Contact) GetFrom

func (x *Contact) GetFrom() *User

func (*Contact) GetFromUserId

func (x *Contact) GetFromUserId() string

func (*Contact) GetId

func (x *Contact) GetId() string

func (*Contact) GetSentAt

func (x *Contact) GetSentAt() *timestamppb.Timestamp

func (*Contact) GetTo

func (x *Contact) GetTo() *User

func (*Contact) GetToUserId

func (x *Contact) GetToUserId() string

func (*Contact) ProtoMessage

func (*Contact) ProtoMessage()

func (*Contact) ProtoReflect

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

func (*Contact) Reset

func (x *Contact) Reset()

func (*Contact) String

func (x *Contact) String() string

type ContactInfo

type ContactInfo struct {
	Email *string `protobuf:"bytes,1,opt,name=email,proto3,oneof" json:"email,omitempty"`
	Phone *string `protobuf:"bytes,2,opt,name=phone,proto3,oneof" json:"phone,omitempty"`
	// contains filtered or unexported fields
}

func (*ContactInfo) Descriptor deprecated

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

Deprecated: Use ContactInfo.ProtoReflect.Descriptor instead.

func (*ContactInfo) GetEmail

func (x *ContactInfo) GetEmail() string

func (*ContactInfo) GetPhone

func (x *ContactInfo) GetPhone() string

func (*ContactInfo) ProtoMessage

func (*ContactInfo) ProtoMessage()

func (*ContactInfo) ProtoReflect

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

func (*ContactInfo) Reset

func (x *ContactInfo) Reset()

func (*ContactInfo) String

func (x *ContactInfo) String() string

type CountryCode

type CountryCode int32
const (
	CountryCode_COUNTRY_CODE_UNSPECIFIED CountryCode = 0
	CountryCode_COUNTRY_CODE_DK          CountryCode = 1
	CountryCode_COUNTRY_CODE_FR          CountryCode = 2
)

func (CountryCode) Descriptor

func (CountryCode) Enum

func (x CountryCode) Enum() *CountryCode

func (CountryCode) EnumDescriptor deprecated

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

Deprecated: Use CountryCode.Descriptor instead.

func (CountryCode) Number

func (x CountryCode) Number() protoreflect.EnumNumber

func (CountryCode) String

func (x CountryCode) String() string

func (CountryCode) Type

type DeviceInfo

type DeviceInfo int32
const (
	DeviceInfo_DEVICE_INFO_UNSPECIFIED DeviceInfo = 0
	DeviceInfo_DEVICE_INFO_IOS         DeviceInfo = 1
	DeviceInfo_DEVICE_INFO_MACOS       DeviceInfo = 2
	DeviceInfo_DEVICE_INFO_WINDOWS     DeviceInfo = 3
	DeviceInfo_DEVICE_INFO_WEB         DeviceInfo = 4
	DeviceInfo_DEVICE_INFO_LINUX       DeviceInfo = 5
	DeviceInfo_DEVICE_INFO_ANDROID     DeviceInfo = 6
)

func (DeviceInfo) Descriptor

func (DeviceInfo) Descriptor() protoreflect.EnumDescriptor

func (DeviceInfo) Enum

func (x DeviceInfo) Enum() *DeviceInfo

func (DeviceInfo) EnumDescriptor deprecated

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

Deprecated: Use DeviceInfo.Descriptor instead.

func (DeviceInfo) Number

func (x DeviceInfo) Number() protoreflect.EnumNumber

func (DeviceInfo) String

func (x DeviceInfo) String() string

func (DeviceInfo) Type

type EmailProvider

type EmailProvider struct {
	Type       EmailProviderType `protobuf:"varint,1,opt,name=type,proto3,enum=nuntio.users.v1alpha1.EmailProviderType" json:"type,omitempty"`
	PublicKey  string            `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	PrivateKey string            `protobuf:"bytes,3,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	From       string            `protobuf:"bytes,4,opt,name=from,proto3" json:"from,omitempty"`
	// contains filtered or unexported fields
}

func (*EmailProvider) Descriptor deprecated

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

Deprecated: Use EmailProvider.ProtoReflect.Descriptor instead.

func (*EmailProvider) GetFrom

func (x *EmailProvider) GetFrom() string

func (*EmailProvider) GetPrivateKey

func (x *EmailProvider) GetPrivateKey() string

func (*EmailProvider) GetPublicKey

func (x *EmailProvider) GetPublicKey() string

func (*EmailProvider) GetType

func (x *EmailProvider) GetType() EmailProviderType

func (*EmailProvider) ProtoMessage

func (*EmailProvider) ProtoMessage()

func (*EmailProvider) ProtoReflect

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

func (*EmailProvider) Reset

func (x *EmailProvider) Reset()

func (*EmailProvider) String

func (x *EmailProvider) String() string

type EmailProviderType

type EmailProviderType int32
const (
	EmailProviderType_EMAIL_PROVIDER_TYPE_UNSPECIFIED EmailProviderType = 0
	EmailProviderType_EMAIL_PROVIDER_TYPE_SMTP        EmailProviderType = 1
	EmailProviderType_EMAIL_PROVIDER_TYPE_MAILJET     EmailProviderType = 2
	EmailProviderType_EMAIL_PROVIDER_TYPE_MOCKEMAIL   EmailProviderType = 3
)

func (EmailProviderType) Descriptor

func (EmailProviderType) Enum

func (EmailProviderType) EnumDescriptor deprecated

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

Deprecated: Use EmailProviderType.Descriptor instead.

func (EmailProviderType) Number

func (EmailProviderType) String

func (x EmailProviderType) String() string

func (EmailProviderType) Type

type File

type File struct {
	Name        string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Url         string                 `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	ContentType string                 `protobuf:"bytes,5,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	Path        string                 `protobuf:"bytes,6,opt,name=path,proto3" json:"path,omitempty"`
	Duration    *durationpb.Duration   `protobuf:"bytes,7,opt,name=duration,proto3" json:"duration,omitempty"`
	Size        int64                  `protobuf:"varint,8,opt,name=size,proto3" json:"size,omitempty"`
	Data        []byte                 `protobuf:"bytes,9,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*File) Descriptor deprecated

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

Deprecated: Use File.ProtoReflect.Descriptor instead.

func (*File) GetContentType

func (x *File) GetContentType() string

func (*File) GetCreatedAt

func (x *File) GetCreatedAt() *timestamppb.Timestamp

func (*File) GetData

func (x *File) GetData() []byte

func (*File) GetDuration

func (x *File) GetDuration() *durationpb.Duration

func (*File) GetName

func (x *File) GetName() string

func (*File) GetPath

func (x *File) GetPath() string

func (*File) GetSize

func (x *File) GetSize() int64

func (*File) GetUrl

func (x *File) GetUrl() string

func (*File) ProtoMessage

func (*File) ProtoMessage()

func (*File) ProtoReflect

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

func (*File) Reset

func (x *File) Reset()

func (*File) String

func (x *File) String() string

type Filter

type Filter struct {
	From     int32         `protobuf:"varint,1,opt,name=from,proto3" json:"from,omitempty"`
	To       int32         `protobuf:"varint,2,opt,name=to,proto3" json:"to,omitempty"`
	Sort     Filter_SortBy `protobuf:"varint,3,opt,name=sort,proto3,enum=nuntio.users.v1alpha1.Filter_SortBy" json:"sort,omitempty"`
	Order    Filter_Order  `protobuf:"varint,4,opt,name=order,proto3,enum=nuntio.users.v1alpha1.Filter_Order" json:"order,omitempty"`
	Search   string        `protobuf:"bytes,5,opt,name=search,proto3" json:"search,omitempty"`
	GroupId  *string       `protobuf:"bytes,6,opt,name=group_id,json=groupId,proto3,oneof" json:"group_id,omitempty"`
	Accepted *bool         `protobuf:"varint,7,opt,name=accepted,proto3,oneof" json:"accepted,omitempty"`
	// contains filtered or unexported fields
}

func (*Filter) Descriptor deprecated

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

Deprecated: Use Filter.ProtoReflect.Descriptor instead.

func (*Filter) GetAccepted

func (x *Filter) GetAccepted() bool

func (*Filter) GetFrom

func (x *Filter) GetFrom() int32

func (*Filter) GetGroupId

func (x *Filter) GetGroupId() string

func (*Filter) GetOrder

func (x *Filter) GetOrder() Filter_Order

func (*Filter) GetSearch

func (x *Filter) GetSearch() string

func (*Filter) GetSort

func (x *Filter) GetSort() Filter_SortBy

func (*Filter) GetTo

func (x *Filter) GetTo() int32

func (*Filter) ProtoMessage

func (*Filter) ProtoMessage()

func (*Filter) ProtoReflect

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

func (*Filter) Reset

func (x *Filter) Reset()

func (*Filter) String

func (x *Filter) String() string

type Filter_Order

type Filter_Order int32
const (
	Filter_ORDER_UNSPECIFIED Filter_Order = 0
	Filter_ORDER_INC         Filter_Order = 1
	Filter_ORDER_DEC         Filter_Order = 2
)

func (Filter_Order) Descriptor

func (Filter_Order) Enum

func (x Filter_Order) Enum() *Filter_Order

func (Filter_Order) EnumDescriptor deprecated

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

Deprecated: Use Filter_Order.Descriptor instead.

func (Filter_Order) Number

func (Filter_Order) String

func (x Filter_Order) String() string

func (Filter_Order) Type

type Filter_SortBy

type Filter_SortBy int32
const (
	Filter_SORT_BY_UNSPECIFIED Filter_SortBy = 0
	Filter_SORT_BY_CREATED_AT  Filter_SortBy = 1
	Filter_SORT_BY_UPDATE_AT   Filter_SortBy = 2
)

func (Filter_SortBy) Descriptor

func (Filter_SortBy) Enum

func (x Filter_SortBy) Enum() *Filter_SortBy

func (Filter_SortBy) EnumDescriptor deprecated

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

Deprecated: Use Filter_SortBy.Descriptor instead.

func (Filter_SortBy) Number

func (Filter_SortBy) String

func (x Filter_SortBy) String() string

func (Filter_SortBy) Type

type Folder

type Folder struct {
	Path    string    `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Files   []*File   `protobuf:"bytes,2,rep,name=files,proto3" json:"files,omitempty"`
	Folders []*Folder `protobuf:"bytes,3,rep,name=folders,proto3" json:"folders,omitempty"`
	Name    string    `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Folder) Descriptor deprecated

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

Deprecated: Use Folder.ProtoReflect.Descriptor instead.

func (*Folder) GetFiles

func (x *Folder) GetFiles() []*File

func (*Folder) GetFolders

func (x *Folder) GetFolders() []*Folder

func (*Folder) GetName

func (x *Folder) GetName() string

func (*Folder) GetPath

func (x *Folder) GetPath() string

func (*Folder) ProtoMessage

func (*Folder) ProtoMessage()

func (*Folder) ProtoReflect

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

func (*Folder) Reset

func (x *Folder) Reset()

func (*Folder) String

func (x *Folder) String() string

type GenderType

type GenderType int32
const (
	GenderType_GENDER_TYPE_UNSPECIFIED GenderType = 0
	GenderType_GENDER_TYPE_MALE        GenderType = 1
	GenderType_GENDER_TYPE_FEMALE      GenderType = 2
	GenderType_GENDER_TYPE_OTHER       GenderType = 3
)

func (GenderType) Descriptor

func (GenderType) Descriptor() protoreflect.EnumDescriptor

func (GenderType) Enum

func (x GenderType) Enum() *GenderType

func (GenderType) EnumDescriptor deprecated

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

Deprecated: Use GenderType.Descriptor instead.

func (GenderType) Number

func (x GenderType) Number() protoreflect.EnumNumber

func (GenderType) String

func (x GenderType) String() string

func (GenderType) Type

type Group

type Group 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"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Meta      *GroupMeta             `protobuf:"bytes,5,opt,name=meta,proto3" json:"meta,omitempty"`
	// contains filtered or unexported fields
}

func (*Group) Descriptor deprecated

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

Deprecated: Use Group.ProtoReflect.Descriptor instead.

func (*Group) GetCreatedAt

func (x *Group) GetCreatedAt() *timestamppb.Timestamp

func (*Group) GetId

func (x *Group) GetId() string

func (*Group) GetMeta

func (x *Group) GetMeta() *GroupMeta

func (*Group) GetName

func (x *Group) GetName() string

func (*Group) GetUpdatedAt

func (x *Group) GetUpdatedAt() *timestamppb.Timestamp

func (*Group) ProtoMessage

func (*Group) ProtoMessage()

func (*Group) ProtoReflect

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

func (*Group) Reset

func (x *Group) Reset()

func (*Group) String

func (x *Group) String() string

type GroupMeta

type GroupMeta struct {
	Amount int32 `protobuf:"varint,1,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupMeta) Descriptor deprecated

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

Deprecated: Use GroupMeta.ProtoReflect.Descriptor instead.

func (*GroupMeta) GetAmount

func (x *GroupMeta) GetAmount() int32

func (*GroupMeta) ProtoMessage

func (*GroupMeta) ProtoMessage()

func (*GroupMeta) ProtoReflect

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

func (*GroupMeta) Reset

func (x *GroupMeta) Reset()

func (*GroupMeta) String

func (x *GroupMeta) String() string

type GroupsServiceAddRequest

type GroupsServiceAddRequest struct {

	// The group to delete
	GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// The user identifier to fetch the user
	Identifier *UserIdentifier `protobuf:"bytes,2,opt,name=identifier,proto3" json:"identifier,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Groups.Add RPC

func (*GroupsServiceAddRequest) Descriptor deprecated

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

Deprecated: Use GroupsServiceAddRequest.ProtoReflect.Descriptor instead.

func (*GroupsServiceAddRequest) GetGroupId

func (x *GroupsServiceAddRequest) GetGroupId() string

func (*GroupsServiceAddRequest) GetIdentifier

func (x *GroupsServiceAddRequest) GetIdentifier() *UserIdentifier

func (*GroupsServiceAddRequest) GetNamespace

func (x *GroupsServiceAddRequest) GetNamespace() string

func (*GroupsServiceAddRequest) ProtoMessage

func (*GroupsServiceAddRequest) ProtoMessage()

func (*GroupsServiceAddRequest) ProtoReflect

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

func (*GroupsServiceAddRequest) Reset

func (x *GroupsServiceAddRequest) Reset()

func (*GroupsServiceAddRequest) String

func (x *GroupsServiceAddRequest) String() string

type GroupsServiceAddResponse

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

The response of a Groups.Add RPC

func (*GroupsServiceAddResponse) Descriptor deprecated

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

Deprecated: Use GroupsServiceAddResponse.ProtoReflect.Descriptor instead.

func (*GroupsServiceAddResponse) ProtoMessage

func (*GroupsServiceAddResponse) ProtoMessage()

func (*GroupsServiceAddResponse) ProtoReflect

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

func (*GroupsServiceAddResponse) Reset

func (x *GroupsServiceAddResponse) Reset()

func (*GroupsServiceAddResponse) String

func (x *GroupsServiceAddResponse) String() string

type GroupsServiceCreateRequest

type GroupsServiceCreateRequest struct {

	// The namespace to perform action in
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The id of the group to be created
	Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the group to be created
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

The request of a Groups.Create RPC

func (*GroupsServiceCreateRequest) Descriptor deprecated

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

Deprecated: Use GroupsServiceCreateRequest.ProtoReflect.Descriptor instead.

func (*GroupsServiceCreateRequest) GetId

func (*GroupsServiceCreateRequest) GetName

func (x *GroupsServiceCreateRequest) GetName() string

func (*GroupsServiceCreateRequest) GetNamespace

func (x *GroupsServiceCreateRequest) GetNamespace() string

func (*GroupsServiceCreateRequest) ProtoMessage

func (*GroupsServiceCreateRequest) ProtoMessage()

func (*GroupsServiceCreateRequest) ProtoReflect

func (*GroupsServiceCreateRequest) Reset

func (x *GroupsServiceCreateRequest) Reset()

func (*GroupsServiceCreateRequest) String

func (x *GroupsServiceCreateRequest) String() string

type GroupsServiceCreateResponse

type GroupsServiceCreateResponse struct {
	Group *Group `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

The response of a Groups.Create RPC

func (*GroupsServiceCreateResponse) Descriptor deprecated

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

Deprecated: Use GroupsServiceCreateResponse.ProtoReflect.Descriptor instead.

func (*GroupsServiceCreateResponse) GetGroup

func (x *GroupsServiceCreateResponse) GetGroup() *Group

func (*GroupsServiceCreateResponse) ProtoMessage

func (*GroupsServiceCreateResponse) ProtoMessage()

func (*GroupsServiceCreateResponse) ProtoReflect

func (*GroupsServiceCreateResponse) Reset

func (x *GroupsServiceCreateResponse) Reset()

func (*GroupsServiceCreateResponse) String

func (x *GroupsServiceCreateResponse) String() string

type GroupsServiceDeleteRequest

type GroupsServiceDeleteRequest struct {

	// The group to delete
	GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Group.Delete RPC

func (*GroupsServiceDeleteRequest) Descriptor deprecated

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

Deprecated: Use GroupsServiceDeleteRequest.ProtoReflect.Descriptor instead.

func (*GroupsServiceDeleteRequest) GetGroupId

func (x *GroupsServiceDeleteRequest) GetGroupId() string

func (*GroupsServiceDeleteRequest) GetNamespace

func (x *GroupsServiceDeleteRequest) GetNamespace() string

func (*GroupsServiceDeleteRequest) ProtoMessage

func (*GroupsServiceDeleteRequest) ProtoMessage()

func (*GroupsServiceDeleteRequest) ProtoReflect

func (*GroupsServiceDeleteRequest) Reset

func (x *GroupsServiceDeleteRequest) Reset()

func (*GroupsServiceDeleteRequest) String

func (x *GroupsServiceDeleteRequest) String() string

type GroupsServiceDeleteResponse

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

The response of a Group.Delete RPC

func (*GroupsServiceDeleteResponse) Descriptor deprecated

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

Deprecated: Use GroupsServiceDeleteResponse.ProtoReflect.Descriptor instead.

func (*GroupsServiceDeleteResponse) ProtoMessage

func (*GroupsServiceDeleteResponse) ProtoMessage()

func (*GroupsServiceDeleteResponse) ProtoReflect

func (*GroupsServiceDeleteResponse) Reset

func (x *GroupsServiceDeleteResponse) Reset()

func (*GroupsServiceDeleteResponse) String

func (x *GroupsServiceDeleteResponse) String() string

type GroupsServiceGetRequest

type GroupsServiceGetRequest struct {

	// The group id
	GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Groups.Get RPC

func (*GroupsServiceGetRequest) Descriptor deprecated

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

Deprecated: Use GroupsServiceGetRequest.ProtoReflect.Descriptor instead.

func (*GroupsServiceGetRequest) GetGroupId

func (x *GroupsServiceGetRequest) GetGroupId() string

func (*GroupsServiceGetRequest) GetNamespace

func (x *GroupsServiceGetRequest) GetNamespace() string

func (*GroupsServiceGetRequest) ProtoMessage

func (*GroupsServiceGetRequest) ProtoMessage()

func (*GroupsServiceGetRequest) ProtoReflect

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

func (*GroupsServiceGetRequest) Reset

func (x *GroupsServiceGetRequest) Reset()

func (*GroupsServiceGetRequest) String

func (x *GroupsServiceGetRequest) String() string

type GroupsServiceGetResponse

type GroupsServiceGetResponse struct {
	Group *Group `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

The response of a Groups.Get RPC

func (*GroupsServiceGetResponse) Descriptor deprecated

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

Deprecated: Use GroupsServiceGetResponse.ProtoReflect.Descriptor instead.

func (*GroupsServiceGetResponse) GetGroup

func (x *GroupsServiceGetResponse) GetGroup() *Group

func (*GroupsServiceGetResponse) ProtoMessage

func (*GroupsServiceGetResponse) ProtoMessage()

func (*GroupsServiceGetResponse) ProtoReflect

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

func (*GroupsServiceGetResponse) Reset

func (x *GroupsServiceGetResponse) Reset()

func (*GroupsServiceGetResponse) String

func (x *GroupsServiceGetResponse) String() string

type GroupsServiceListRequest

type GroupsServiceListRequest struct {

	// where to begin fetching from
	From int32 `protobuf:"varint,1,opt,name=from,proto3" json:"from,omitempty"`
	// where to stop fetching to
	To int32 `protobuf:"varint,2,opt,name=to,proto3" json:"to,omitempty"`
	// the namespace to search within
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Groups.List RPC

func (*GroupsServiceListRequest) Descriptor deprecated

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

Deprecated: Use GroupsServiceListRequest.ProtoReflect.Descriptor instead.

func (*GroupsServiceListRequest) GetFrom

func (x *GroupsServiceListRequest) GetFrom() int32

func (*GroupsServiceListRequest) GetNamespace

func (x *GroupsServiceListRequest) GetNamespace() string

func (*GroupsServiceListRequest) GetTo

func (x *GroupsServiceListRequest) GetTo() int32

func (*GroupsServiceListRequest) ProtoMessage

func (*GroupsServiceListRequest) ProtoMessage()

func (*GroupsServiceListRequest) ProtoReflect

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

func (*GroupsServiceListRequest) Reset

func (x *GroupsServiceListRequest) Reset()

func (*GroupsServiceListRequest) String

func (x *GroupsServiceListRequest) String() string

type GroupsServiceListResponse

type GroupsServiceListResponse struct {

	// list of groups
	Groups []*Group `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"`
	// count of total amount of users
	Count int64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

The response of a Groups.List RPC

func (*GroupsServiceListResponse) Descriptor deprecated

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

Deprecated: Use GroupsServiceListResponse.ProtoReflect.Descriptor instead.

func (*GroupsServiceListResponse) GetCount

func (x *GroupsServiceListResponse) GetCount() int64

func (*GroupsServiceListResponse) GetGroups

func (x *GroupsServiceListResponse) GetGroups() []*Group

func (*GroupsServiceListResponse) ProtoMessage

func (*GroupsServiceListResponse) ProtoMessage()

func (*GroupsServiceListResponse) ProtoReflect

func (*GroupsServiceListResponse) Reset

func (x *GroupsServiceListResponse) Reset()

func (*GroupsServiceListResponse) String

func (x *GroupsServiceListResponse) String() string

type GroupsServicePingRequest

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

The request of a Groups.Ping RPC

func (*GroupsServicePingRequest) Descriptor deprecated

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

Deprecated: Use GroupsServicePingRequest.ProtoReflect.Descriptor instead.

func (*GroupsServicePingRequest) ProtoMessage

func (*GroupsServicePingRequest) ProtoMessage()

func (*GroupsServicePingRequest) ProtoReflect

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

func (*GroupsServicePingRequest) Reset

func (x *GroupsServicePingRequest) Reset()

func (*GroupsServicePingRequest) String

func (x *GroupsServicePingRequest) String() string

type GroupsServicePingResponse

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

The response of a Groups.Ping RPC

func (*GroupsServicePingResponse) Descriptor deprecated

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

Deprecated: Use GroupsServicePingResponse.ProtoReflect.Descriptor instead.

func (*GroupsServicePingResponse) ProtoMessage

func (*GroupsServicePingResponse) ProtoMessage()

func (*GroupsServicePingResponse) ProtoReflect

func (*GroupsServicePingResponse) Reset

func (x *GroupsServicePingResponse) Reset()

func (*GroupsServicePingResponse) String

func (x *GroupsServicePingResponse) String() string

type GroupsServiceRemoveRequest

type GroupsServiceRemoveRequest struct {

	// The group to delete
	GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// The user identifier to fetch the user
	Identifier *UserIdentifier `protobuf:"bytes,2,opt,name=identifier,proto3" json:"identifier,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Groups.Remove RPC

func (*GroupsServiceRemoveRequest) Descriptor deprecated

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

Deprecated: Use GroupsServiceRemoveRequest.ProtoReflect.Descriptor instead.

func (*GroupsServiceRemoveRequest) GetGroupId

func (x *GroupsServiceRemoveRequest) GetGroupId() string

func (*GroupsServiceRemoveRequest) GetIdentifier

func (x *GroupsServiceRemoveRequest) GetIdentifier() *UserIdentifier

func (*GroupsServiceRemoveRequest) GetNamespace

func (x *GroupsServiceRemoveRequest) GetNamespace() string

func (*GroupsServiceRemoveRequest) ProtoMessage

func (*GroupsServiceRemoveRequest) ProtoMessage()

func (*GroupsServiceRemoveRequest) ProtoReflect

func (*GroupsServiceRemoveRequest) Reset

func (x *GroupsServiceRemoveRequest) Reset()

func (*GroupsServiceRemoveRequest) String

func (x *GroupsServiceRemoveRequest) String() string

type GroupsServiceRemoveResponse

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

The response of a Groups.Remove RPC

func (*GroupsServiceRemoveResponse) Descriptor deprecated

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

Deprecated: Use GroupsServiceRemoveResponse.ProtoReflect.Descriptor instead.

func (*GroupsServiceRemoveResponse) ProtoMessage

func (*GroupsServiceRemoveResponse) ProtoMessage()

func (*GroupsServiceRemoveResponse) ProtoReflect

func (*GroupsServiceRemoveResponse) Reset

func (x *GroupsServiceRemoveResponse) Reset()

func (*GroupsServiceRemoveResponse) String

func (x *GroupsServiceRemoveResponse) String() string

type GroupsServiceUpdateRequest

type GroupsServiceUpdateRequest struct {

	// The new name of the group
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The group id
	GroupId string `protobuf:"bytes,3,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// contains filtered or unexported fields
}

The request of a Groups.Update RPC

func (*GroupsServiceUpdateRequest) Descriptor deprecated

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

Deprecated: Use GroupsServiceUpdateRequest.ProtoReflect.Descriptor instead.

func (*GroupsServiceUpdateRequest) GetGroupId

func (x *GroupsServiceUpdateRequest) GetGroupId() string

func (*GroupsServiceUpdateRequest) GetName

func (x *GroupsServiceUpdateRequest) GetName() string

func (*GroupsServiceUpdateRequest) GetNamespace

func (x *GroupsServiceUpdateRequest) GetNamespace() string

func (*GroupsServiceUpdateRequest) ProtoMessage

func (*GroupsServiceUpdateRequest) ProtoMessage()

func (*GroupsServiceUpdateRequest) ProtoReflect

func (*GroupsServiceUpdateRequest) Reset

func (x *GroupsServiceUpdateRequest) Reset()

func (*GroupsServiceUpdateRequest) String

func (x *GroupsServiceUpdateRequest) String() string

type GroupsServiceUpdateResponse

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

The response of a Groups.Update RPC

func (*GroupsServiceUpdateResponse) Descriptor deprecated

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

Deprecated: Use GroupsServiceUpdateResponse.ProtoReflect.Descriptor instead.

func (*GroupsServiceUpdateResponse) ProtoMessage

func (*GroupsServiceUpdateResponse) ProtoMessage()

func (*GroupsServiceUpdateResponse) ProtoReflect

func (*GroupsServiceUpdateResponse) Reset

func (x *GroupsServiceUpdateResponse) Reset()

func (*GroupsServiceUpdateResponse) String

func (x *GroupsServiceUpdateResponse) String() string

type Hash

type Hash struct {
	Variant HashingAlgorithm  `protobuf:"varint,1,opt,name=variant,proto3,enum=nuntio.users.v1alpha1.HashingAlgorithm" json:"variant,omitempty"`
	Body    string            `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	Params  map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Hash) Descriptor deprecated

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

Deprecated: Use Hash.ProtoReflect.Descriptor instead.

func (*Hash) GetBody

func (x *Hash) GetBody() string

func (*Hash) GetParams

func (x *Hash) GetParams() map[string]string

func (*Hash) GetVariant

func (x *Hash) GetVariant() HashingAlgorithm

func (*Hash) ProtoMessage

func (*Hash) ProtoMessage()

func (*Hash) ProtoReflect

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

func (*Hash) Reset

func (x *Hash) Reset()

func (*Hash) String

func (x *Hash) String() string

type HashingAlgorithm

type HashingAlgorithm int32
const (
	HashingAlgorithm_HASHING_ALGORITHM_UNSPECIFIED HashingAlgorithm = 0
	HashingAlgorithm_HASHING_ALGORITHM_BCRYPT      HashingAlgorithm = 1
	HashingAlgorithm_HASHING_ALGORITHM_SCRYPT      HashingAlgorithm = 2
)

func (HashingAlgorithm) Descriptor

func (HashingAlgorithm) Enum

func (HashingAlgorithm) EnumDescriptor deprecated

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

Deprecated: Use HashingAlgorithm.Descriptor instead.

func (HashingAlgorithm) Number

func (HashingAlgorithm) String

func (x HashingAlgorithm) String() string

func (HashingAlgorithm) Type

type Image

type Image struct {
	Url       string                 `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	Expires   bool                   `protobuf:"varint,3,opt,name=expires,proto3" json:"expires,omitempty"`
	Key       string                 `protobuf:"bytes,4,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*Image) Descriptor deprecated

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

Deprecated: Use Image.ProtoReflect.Descriptor instead.

func (*Image) GetExpires

func (x *Image) GetExpires() bool

func (*Image) GetExpiresAt

func (x *Image) GetExpiresAt() *timestamppb.Timestamp

func (*Image) GetKey

func (x *Image) GetKey() string

func (*Image) GetUrl

func (x *Image) GetUrl() string

func (*Image) ProtoMessage

func (*Image) ProtoMessage()

func (*Image) ProtoReflect

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

func (*Image) Reset

func (x *Image) Reset()

func (*Image) String

func (x *Image) String() string

type LoginStatus

type LoginStatus int32
const (
	LoginStatus_LOGIN_STATUS_UNSPECIFIED           LoginStatus = 0
	LoginStatus_LOGIN_STATUS_AUTHENTICATED         LoginStatus = 1
	LoginStatus_LOGIN_STATUS_NOT_AUTHENTICATED     LoginStatus = 2
	LoginStatus_LOGIN_STATUS_EMAIL_IS_NOT_VERIFIED LoginStatus = 3
	LoginStatus_LOGIN_STATUS_PHONE_IS_NOT_VERIFIED LoginStatus = 4
)

func (LoginStatus) Descriptor

func (LoginStatus) Enum

func (x LoginStatus) Enum() *LoginStatus

func (LoginStatus) EnumDescriptor deprecated

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

Deprecated: Use LoginStatus.Descriptor instead.

func (LoginStatus) Number

func (x LoginStatus) Number() protoreflect.EnumNumber

func (LoginStatus) String

func (x LoginStatus) String() string

func (LoginStatus) Type

type LoginType

type LoginType int32
const (
	LoginType_LOGIN_TYPE_UNSPECIFIED       LoginType = 0
	LoginType_LOGIN_TYPE_EMAIL_PASSWORD    LoginType = 1
	LoginType_LOGIN_TYPE_PHONE_PASSWORD    LoginType = 2
	LoginType_LOGIN_TYPE_USERNAME_PASSWORD LoginType = 3
	LoginType_LOGIN_TYPE_OAUTH2            LoginType = 4
	LoginType_LOGIN_TYPE_ID_PASSWORD       LoginType = 5
	LoginType_LOGIN_TYPE_MAGIC_CODE        LoginType = 6
)

func (LoginType) Descriptor

func (LoginType) Descriptor() protoreflect.EnumDescriptor

func (LoginType) Enum

func (x LoginType) Enum() *LoginType

func (LoginType) EnumDescriptor deprecated

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

Deprecated: Use LoginType.Descriptor instead.

func (LoginType) Number

func (x LoginType) Number() protoreflect.EnumNumber

func (LoginType) String

func (x LoginType) String() string

func (LoginType) Type

type MigrationServiceFirebaseCredentialsRequest

type MigrationServiceFirebaseCredentialsRequest struct {
	Namespace         string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	SignerKey         string `protobuf:"bytes,2,opt,name=signer_key,json=signerKey,proto3" json:"signer_key,omitempty"`
	SaltSeparator     string `protobuf:"bytes,3,opt,name=salt_separator,json=saltSeparator,proto3" json:"salt_separator,omitempty"`
	Rounds            int32  `protobuf:"varint,4,opt,name=rounds,proto3" json:"rounds,omitempty"`
	MemCost           int32  `protobuf:"varint,5,opt,name=mem_cost,json=memCost,proto3" json:"mem_cost,omitempty"`
	Credentials       string `protobuf:"bytes,6,opt,name=credentials,proto3" json:"credentials,omitempty"`
	FirebaseProjectId string `protobuf:"bytes,7,opt,name=firebase_project_id,json=firebaseProjectId,proto3" json:"firebase_project_id,omitempty"`
	// contains filtered or unexported fields
}

The request of a Migration.Firebase RPC

func (*MigrationServiceFirebaseCredentialsRequest) Descriptor deprecated

Deprecated: Use MigrationServiceFirebaseCredentialsRequest.ProtoReflect.Descriptor instead.

func (*MigrationServiceFirebaseCredentialsRequest) GetCredentials

func (*MigrationServiceFirebaseCredentialsRequest) GetFirebaseProjectId

func (x *MigrationServiceFirebaseCredentialsRequest) GetFirebaseProjectId() string

func (*MigrationServiceFirebaseCredentialsRequest) GetMemCost

func (*MigrationServiceFirebaseCredentialsRequest) GetNamespace

func (*MigrationServiceFirebaseCredentialsRequest) GetRounds

func (*MigrationServiceFirebaseCredentialsRequest) GetSaltSeparator

func (x *MigrationServiceFirebaseCredentialsRequest) GetSaltSeparator() string

func (*MigrationServiceFirebaseCredentialsRequest) GetSignerKey

func (*MigrationServiceFirebaseCredentialsRequest) ProtoMessage

func (*MigrationServiceFirebaseCredentialsRequest) ProtoReflect

func (*MigrationServiceFirebaseCredentialsRequest) Reset

func (*MigrationServiceFirebaseCredentialsRequest) String

type MigrationServiceFirebaseCredentialsResponse

type MigrationServiceFirebaseCredentialsResponse struct {
	Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

The response of a Migration.Firebase RPC

func (*MigrationServiceFirebaseCredentialsResponse) Descriptor deprecated

Deprecated: Use MigrationServiceFirebaseCredentialsResponse.ProtoReflect.Descriptor instead.

func (*MigrationServiceFirebaseCredentialsResponse) GetCount

func (*MigrationServiceFirebaseCredentialsResponse) ProtoMessage

func (*MigrationServiceFirebaseCredentialsResponse) ProtoReflect

func (*MigrationServiceFirebaseCredentialsResponse) Reset

func (*MigrationServiceFirebaseCredentialsResponse) String

type MigrationServicePingRequest

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

The request of a Migration.Ping RPC

func (*MigrationServicePingRequest) Descriptor deprecated

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

Deprecated: Use MigrationServicePingRequest.ProtoReflect.Descriptor instead.

func (*MigrationServicePingRequest) ProtoMessage

func (*MigrationServicePingRequest) ProtoMessage()

func (*MigrationServicePingRequest) ProtoReflect

func (*MigrationServicePingRequest) Reset

func (x *MigrationServicePingRequest) Reset()

func (*MigrationServicePingRequest) String

func (x *MigrationServicePingRequest) String() string

type MigrationServicePingResponse

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

The response of a Migration.Ping RPC

func (*MigrationServicePingResponse) Descriptor deprecated

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

Deprecated: Use MigrationServicePingResponse.ProtoReflect.Descriptor instead.

func (*MigrationServicePingResponse) ProtoMessage

func (*MigrationServicePingResponse) ProtoMessage()

func (*MigrationServicePingResponse) ProtoReflect

func (*MigrationServicePingResponse) Reset

func (x *MigrationServicePingResponse) Reset()

func (*MigrationServicePingResponse) String

type Namespace

type Namespace struct {
	Id                  string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                *string                `protobuf:"bytes,2,opt,name=name,proto3,oneof" json:"name,omitempty"`
	CreatedAt           *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt           *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	ValidatePassword    *bool                  `protobuf:"varint,6,opt,name=validate_password,json=validatePassword,proto3,oneof" json:"validate_password,omitempty"`
	HashingAlgorithm    HashingAlgorithm       `` /* 154-byte string literal not displayed */
	Bcrypt              *Bcrypt                `protobuf:"bytes,8,opt,name=bcrypt,proto3,oneof" json:"bcrypt,omitempty"`
	Scrypt              *Scrypt                `protobuf:"bytes,9,opt,name=scrypt,proto3,oneof" json:"scrypt,omitempty"`
	LoginMechanisms     []LoginType            `` /* 152-byte string literal not displayed */
	AccessTokenTtl      *int32                 `protobuf:"varint,11,opt,name=access_token_ttl,json=accessTokenTtl,proto3,oneof" json:"access_token_ttl,omitempty"`
	RefreshTokenTtl     *int32                 `protobuf:"varint,12,opt,name=refresh_token_ttl,json=refreshTokenTtl,proto3,oneof" json:"refresh_token_ttl,omitempty"`
	VerificationCodeTtl *int32                 `` /* 128-byte string literal not displayed */
	Callbacks           []string               `protobuf:"bytes,14,rep,name=callbacks,proto3" json:"callbacks,omitempty"`
	OauthProviders      *OAuthProviders        `protobuf:"bytes,15,opt,name=oauth_providers,json=oauthProviders,proto3" json:"oauth_providers,omitempty"`
	EmailProvider       *EmailProvider         `protobuf:"bytes,16,opt,name=email_provider,json=emailProvider,proto3" json:"email_provider,omitempty"`
	TextProvider        *TextProvider          `protobuf:"bytes,17,opt,name=text_provider,json=textProvider,proto3" json:"text_provider,omitempty"`
	Templates           *Templates             `protobuf:"bytes,18,opt,name=templates,proto3" json:"templates,omitempty"`
	VerifyEmail         *bool                  `protobuf:"varint,19,opt,name=verify_email,json=verifyEmail,proto3,oneof" json:"verify_email,omitempty"`
	VerifyPhoneNumber   *bool                  `protobuf:"varint,20,opt,name=verify_phone_number,json=verifyPhoneNumber,proto3,oneof" json:"verify_phone_number,omitempty"`
	// contains filtered or unexported fields
}

func (*Namespace) Descriptor deprecated

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

Deprecated: Use Namespace.ProtoReflect.Descriptor instead.

func (*Namespace) GetAccessTokenTtl

func (x *Namespace) GetAccessTokenTtl() int32

func (*Namespace) GetBcrypt

func (x *Namespace) GetBcrypt() *Bcrypt

func (*Namespace) GetCallbacks

func (x *Namespace) GetCallbacks() []string

func (*Namespace) GetCreatedAt

func (x *Namespace) GetCreatedAt() *timestamppb.Timestamp

func (*Namespace) GetEmailProvider

func (x *Namespace) GetEmailProvider() *EmailProvider

func (*Namespace) GetHashingAlgorithm

func (x *Namespace) GetHashingAlgorithm() HashingAlgorithm

func (*Namespace) GetId

func (x *Namespace) GetId() string

func (*Namespace) GetLoginMechanisms

func (x *Namespace) GetLoginMechanisms() []LoginType
func (x *Namespace) GetLogo() *Image

func (*Namespace) GetName

func (x *Namespace) GetName() string

func (*Namespace) GetOauthProviders

func (x *Namespace) GetOauthProviders() *OAuthProviders

func (*Namespace) GetRefreshTokenTtl

func (x *Namespace) GetRefreshTokenTtl() int32

func (*Namespace) GetScrypt

func (x *Namespace) GetScrypt() *Scrypt

func (*Namespace) GetTemplates

func (x *Namespace) GetTemplates() *Templates

func (*Namespace) GetTextProvider

func (x *Namespace) GetTextProvider() *TextProvider

func (*Namespace) GetUpdatedAt

func (x *Namespace) GetUpdatedAt() *timestamppb.Timestamp

func (*Namespace) GetValidatePassword

func (x *Namespace) GetValidatePassword() bool

func (*Namespace) GetVerificationCodeTtl

func (x *Namespace) GetVerificationCodeTtl() int32

func (*Namespace) GetVerifyEmail

func (x *Namespace) GetVerifyEmail() bool

func (*Namespace) GetVerifyPhoneNumber

func (x *Namespace) GetVerifyPhoneNumber() bool

func (*Namespace) ProtoMessage

func (*Namespace) ProtoMessage()

func (*Namespace) ProtoReflect

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

func (*Namespace) Reset

func (x *Namespace) Reset()

func (*Namespace) String

func (x *Namespace) String() string

type NamespaceServiceCreateRequest

type NamespaceServiceCreateRequest struct {

	// The id of the namespace
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The name of the namespace
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Logo string `protobuf:"bytes,3,opt,name=logo,proto3" json:"logo,omitempty"`
	// The supported login mechanisms
	LoginMechanisms []LoginType `` /* 151-byte string literal not displayed */
	// Email provider
	EmailProvider *EmailProvider `protobuf:"bytes,5,opt,name=email_provider,json=emailProvider,proto3" json:"email_provider,omitempty"`
	// Text provider
	TextProvider *TextProvider `protobuf:"bytes,6,opt,name=text_provider,json=textProvider,proto3" json:"text_provider,omitempty"`
	// The OAuth provider list to create
	OauthProviders []*OAuthProviderCreateRequest `protobuf:"bytes,7,rep,name=oauth_providers,json=oauthProviders,proto3" json:"oauth_providers,omitempty"`
	// contains filtered or unexported fields
}

The request of a Namespace.Create RPC

func (*NamespaceServiceCreateRequest) Descriptor deprecated

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

Deprecated: Use NamespaceServiceCreateRequest.ProtoReflect.Descriptor instead.

func (*NamespaceServiceCreateRequest) GetEmailProvider

func (x *NamespaceServiceCreateRequest) GetEmailProvider() *EmailProvider

func (*NamespaceServiceCreateRequest) GetLoginMechanisms

func (x *NamespaceServiceCreateRequest) GetLoginMechanisms() []LoginType

func (*NamespaceServiceCreateRequest) GetName

func (*NamespaceServiceCreateRequest) GetNamespace

func (x *NamespaceServiceCreateRequest) GetNamespace() string

func (*NamespaceServiceCreateRequest) GetOauthProviders

func (*NamespaceServiceCreateRequest) GetTextProvider

func (x *NamespaceServiceCreateRequest) GetTextProvider() *TextProvider

func (*NamespaceServiceCreateRequest) ProtoMessage

func (*NamespaceServiceCreateRequest) ProtoMessage()

func (*NamespaceServiceCreateRequest) ProtoReflect

func (*NamespaceServiceCreateRequest) Reset

func (x *NamespaceServiceCreateRequest) Reset()

func (*NamespaceServiceCreateRequest) String

type NamespaceServiceCreateResponse

type NamespaceServiceCreateResponse struct {
	Namespace *Namespace `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The response of a Namespace.Create RPC

func (*NamespaceServiceCreateResponse) Descriptor deprecated

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

Deprecated: Use NamespaceServiceCreateResponse.ProtoReflect.Descriptor instead.

func (*NamespaceServiceCreateResponse) GetNamespace

func (x *NamespaceServiceCreateResponse) GetNamespace() *Namespace

func (*NamespaceServiceCreateResponse) ProtoMessage

func (*NamespaceServiceCreateResponse) ProtoMessage()

func (*NamespaceServiceCreateResponse) ProtoReflect

func (*NamespaceServiceCreateResponse) Reset

func (x *NamespaceServiceCreateResponse) Reset()

func (*NamespaceServiceCreateResponse) String

type NamespaceServiceDeleteRequest

type NamespaceServiceDeleteRequest struct {

	// The id of the namespace
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Namespace.Delete RPC

func (*NamespaceServiceDeleteRequest) Descriptor deprecated

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

Deprecated: Use NamespaceServiceDeleteRequest.ProtoReflect.Descriptor instead.

func (*NamespaceServiceDeleteRequest) GetNamespace

func (x *NamespaceServiceDeleteRequest) GetNamespace() string

func (*NamespaceServiceDeleteRequest) ProtoMessage

func (*NamespaceServiceDeleteRequest) ProtoMessage()

func (*NamespaceServiceDeleteRequest) ProtoReflect

func (*NamespaceServiceDeleteRequest) Reset

func (x *NamespaceServiceDeleteRequest) Reset()

func (*NamespaceServiceDeleteRequest) String

type NamespaceServiceDeleteResponse

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

The response of a Namespace.Delete RPC

func (*NamespaceServiceDeleteResponse) Descriptor deprecated

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

Deprecated: Use NamespaceServiceDeleteResponse.ProtoReflect.Descriptor instead.

func (*NamespaceServiceDeleteResponse) ProtoMessage

func (*NamespaceServiceDeleteResponse) ProtoMessage()

func (*NamespaceServiceDeleteResponse) ProtoReflect

func (*NamespaceServiceDeleteResponse) Reset

func (x *NamespaceServiceDeleteResponse) Reset()

func (*NamespaceServiceDeleteResponse) String

type NamespaceServiceGetRequest

type NamespaceServiceGetRequest struct {

	// The id of the namespace
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Namespace.Get RPC

func (*NamespaceServiceGetRequest) Descriptor deprecated

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

Deprecated: Use NamespaceServiceGetRequest.ProtoReflect.Descriptor instead.

func (*NamespaceServiceGetRequest) GetNamespace

func (x *NamespaceServiceGetRequest) GetNamespace() string

func (*NamespaceServiceGetRequest) ProtoMessage

func (*NamespaceServiceGetRequest) ProtoMessage()

func (*NamespaceServiceGetRequest) ProtoReflect

func (*NamespaceServiceGetRequest) Reset

func (x *NamespaceServiceGetRequest) Reset()

func (*NamespaceServiceGetRequest) String

func (x *NamespaceServiceGetRequest) String() string

type NamespaceServiceGetResponse

type NamespaceServiceGetResponse struct {
	Namespace    *Namespace `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	RedirectAddr string     `protobuf:"bytes,2,opt,name=redirect_addr,json=redirectAddr,proto3" json:"redirect_addr,omitempty"`
	// contains filtered or unexported fields
}

The response of a Namespace.Get RPC

func (*NamespaceServiceGetResponse) Descriptor deprecated

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

Deprecated: Use NamespaceServiceGetResponse.ProtoReflect.Descriptor instead.

func (*NamespaceServiceGetResponse) GetNamespace

func (x *NamespaceServiceGetResponse) GetNamespace() *Namespace

func (*NamespaceServiceGetResponse) GetRedirectAddr

func (x *NamespaceServiceGetResponse) GetRedirectAddr() string

func (*NamespaceServiceGetResponse) ProtoMessage

func (*NamespaceServiceGetResponse) ProtoMessage()

func (*NamespaceServiceGetResponse) ProtoReflect

func (*NamespaceServiceGetResponse) Reset

func (x *NamespaceServiceGetResponse) Reset()

func (*NamespaceServiceGetResponse) String

func (x *NamespaceServiceGetResponse) String() string

type NamespaceServicePingRequest

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

The request of a Namespace.Ping RPC

func (*NamespaceServicePingRequest) Descriptor deprecated

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

Deprecated: Use NamespaceServicePingRequest.ProtoReflect.Descriptor instead.

func (*NamespaceServicePingRequest) ProtoMessage

func (*NamespaceServicePingRequest) ProtoMessage()

func (*NamespaceServicePingRequest) ProtoReflect

func (*NamespaceServicePingRequest) Reset

func (x *NamespaceServicePingRequest) Reset()

func (*NamespaceServicePingRequest) String

func (x *NamespaceServicePingRequest) String() string

type NamespaceServicePingResponse

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

The request of a Namespace.Ping RPC

func (*NamespaceServicePingResponse) Descriptor deprecated

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

Deprecated: Use NamespaceServicePingResponse.ProtoReflect.Descriptor instead.

func (*NamespaceServicePingResponse) ProtoMessage

func (*NamespaceServicePingResponse) ProtoMessage()

func (*NamespaceServicePingResponse) ProtoReflect

func (*NamespaceServicePingResponse) Reset

func (x *NamespaceServicePingResponse) Reset()

func (*NamespaceServicePingResponse) String

type NamespaceServicePublicKeyRequest

type NamespaceServicePublicKeyRequest struct {

	// The id of the namespace
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Namespace.PublicKey RPC

func (*NamespaceServicePublicKeyRequest) Descriptor deprecated

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

Deprecated: Use NamespaceServicePublicKeyRequest.ProtoReflect.Descriptor instead.

func (*NamespaceServicePublicKeyRequest) GetNamespace

func (x *NamespaceServicePublicKeyRequest) GetNamespace() string

func (*NamespaceServicePublicKeyRequest) ProtoMessage

func (*NamespaceServicePublicKeyRequest) ProtoMessage()

func (*NamespaceServicePublicKeyRequest) ProtoReflect

func (*NamespaceServicePublicKeyRequest) Reset

func (*NamespaceServicePublicKeyRequest) String

type NamespaceServicePublicKeyResponse

type NamespaceServicePublicKeyResponse struct {

	// The id of the namespace
	PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	// The id of the namespace
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The response of a Namespace.PublicKey RPC

func (*NamespaceServicePublicKeyResponse) Descriptor deprecated

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

Deprecated: Use NamespaceServicePublicKeyResponse.ProtoReflect.Descriptor instead.

func (*NamespaceServicePublicKeyResponse) GetNamespace

func (x *NamespaceServicePublicKeyResponse) GetNamespace() string

func (*NamespaceServicePublicKeyResponse) GetPublicKey

func (x *NamespaceServicePublicKeyResponse) GetPublicKey() string

func (*NamespaceServicePublicKeyResponse) ProtoMessage

func (*NamespaceServicePublicKeyResponse) ProtoMessage()

func (*NamespaceServicePublicKeyResponse) ProtoReflect

func (*NamespaceServicePublicKeyResponse) Reset

func (*NamespaceServicePublicKeyResponse) String

type NamespaceServiceUpdateCallbacksRequest

type NamespaceServiceUpdateCallbacksRequest struct {

	// The callbacks to be updated
	Callbacks []string `protobuf:"bytes,1,rep,name=callbacks,proto3" json:"callbacks,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Authentication.UpdateCallbacks RPC

func (*NamespaceServiceUpdateCallbacksRequest) Descriptor deprecated

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

Deprecated: Use NamespaceServiceUpdateCallbacksRequest.ProtoReflect.Descriptor instead.

func (*NamespaceServiceUpdateCallbacksRequest) GetCallbacks

func (x *NamespaceServiceUpdateCallbacksRequest) GetCallbacks() []string

func (*NamespaceServiceUpdateCallbacksRequest) GetNamespace

func (*NamespaceServiceUpdateCallbacksRequest) ProtoMessage

func (*NamespaceServiceUpdateCallbacksRequest) ProtoReflect

func (*NamespaceServiceUpdateCallbacksRequest) Reset

func (*NamespaceServiceUpdateCallbacksRequest) String

type NamespaceServiceUpdateCallbacksResponse

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

The response of a Authentication.UpdateOAuth2Provider RPC

func (*NamespaceServiceUpdateCallbacksResponse) Descriptor deprecated

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

Deprecated: Use NamespaceServiceUpdateCallbacksResponse.ProtoReflect.Descriptor instead.

func (*NamespaceServiceUpdateCallbacksResponse) ProtoMessage

func (*NamespaceServiceUpdateCallbacksResponse) ProtoReflect

func (*NamespaceServiceUpdateCallbacksResponse) Reset

func (*NamespaceServiceUpdateCallbacksResponse) String

type NamespaceServiceUpdateEmailProviderRequest

type NamespaceServiceUpdateEmailProviderRequest struct {
	Type       EmailProviderType `protobuf:"varint,1,opt,name=type,proto3,enum=nuntio.users.v1alpha1.EmailProviderType" json:"type,omitempty"`
	PublicKey  string            `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	PrivateKey string            `protobuf:"bytes,3,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	From       string            `protobuf:"bytes,4,opt,name=from,proto3" json:"from,omitempty"`
	Namespace  string            `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"`
	TestEmail  string            `protobuf:"bytes,6,opt,name=test_email,json=testEmail,proto3" json:"test_email,omitempty"`
	// contains filtered or unexported fields
}

The request of a Namespace.UpdateEmailProvider RPC

func (*NamespaceServiceUpdateEmailProviderRequest) Descriptor deprecated

Deprecated: Use NamespaceServiceUpdateEmailProviderRequest.ProtoReflect.Descriptor instead.

func (*NamespaceServiceUpdateEmailProviderRequest) GetFrom

func (*NamespaceServiceUpdateEmailProviderRequest) GetNamespace

func (*NamespaceServiceUpdateEmailProviderRequest) GetPrivateKey

func (*NamespaceServiceUpdateEmailProviderRequest) GetPublicKey

func (*NamespaceServiceUpdateEmailProviderRequest) GetTestEmail

func (*NamespaceServiceUpdateEmailProviderRequest) GetType

func (*NamespaceServiceUpdateEmailProviderRequest) ProtoMessage

func (*NamespaceServiceUpdateEmailProviderRequest) ProtoReflect

func (*NamespaceServiceUpdateEmailProviderRequest) Reset

func (*NamespaceServiceUpdateEmailProviderRequest) String

type NamespaceServiceUpdateEmailProviderResponse

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

The response of a Namespace.UpdateEmailProvider RPC

func (*NamespaceServiceUpdateEmailProviderResponse) Descriptor deprecated

Deprecated: Use NamespaceServiceUpdateEmailProviderResponse.ProtoReflect.Descriptor instead.

func (*NamespaceServiceUpdateEmailProviderResponse) ProtoMessage

func (*NamespaceServiceUpdateEmailProviderResponse) ProtoReflect

func (*NamespaceServiceUpdateEmailProviderResponse) Reset

func (*NamespaceServiceUpdateEmailProviderResponse) String

type NamespaceServiceUpdateHashingAlgorithmRequest

type NamespaceServiceUpdateHashingAlgorithmRequest struct {

	// The hashing algorithm to use as default
	Algorithm HashingAlgorithm `protobuf:"varint,1,opt,name=algorithm,proto3,enum=nuntio.users.v1alpha1.HashingAlgorithm" json:"algorithm,omitempty"`
	// The Bcrypt values to update
	Bcrypt *Bcrypt `protobuf:"bytes,2,opt,name=bcrypt,proto3" json:"bcrypt,omitempty"`
	// The Scrypt values to update
	Scrypt *Scrypt `protobuf:"bytes,3,opt,name=scrypt,proto3" json:"scrypt,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Authentication.UpdateHashingAlgorithm RPC

func (*NamespaceServiceUpdateHashingAlgorithmRequest) Descriptor deprecated

Deprecated: Use NamespaceServiceUpdateHashingAlgorithmRequest.ProtoReflect.Descriptor instead.

func (*NamespaceServiceUpdateHashingAlgorithmRequest) GetAlgorithm

func (*NamespaceServiceUpdateHashingAlgorithmRequest) GetBcrypt

func (*NamespaceServiceUpdateHashingAlgorithmRequest) GetNamespace

func (*NamespaceServiceUpdateHashingAlgorithmRequest) GetScrypt

func (*NamespaceServiceUpdateHashingAlgorithmRequest) ProtoMessage

func (*NamespaceServiceUpdateHashingAlgorithmRequest) ProtoReflect

func (*NamespaceServiceUpdateHashingAlgorithmRequest) Reset

func (*NamespaceServiceUpdateHashingAlgorithmRequest) String

type NamespaceServiceUpdateHashingAlgorithmResponse

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

The response of a Authentication.UpdateHashingAlgorithm RPC

func (*NamespaceServiceUpdateHashingAlgorithmResponse) Descriptor deprecated

Deprecated: Use NamespaceServiceUpdateHashingAlgorithmResponse.ProtoReflect.Descriptor instead.

func (*NamespaceServiceUpdateHashingAlgorithmResponse) ProtoMessage

func (*NamespaceServiceUpdateHashingAlgorithmResponse) ProtoReflect

func (*NamespaceServiceUpdateHashingAlgorithmResponse) Reset

func (*NamespaceServiceUpdateHashingAlgorithmResponse) String

type NamespaceServiceUpdateLoginSettingsRequest

type NamespaceServiceUpdateLoginSettingsRequest struct {

	// Array of supported login types
	LoginMechanisms []LoginType `` /* 151-byte string literal not displayed */
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// to enable/disable password validation
	ValidatePassword *bool `protobuf:"varint,5,opt,name=validate_password,json=validatePassword,proto3,oneof" json:"validate_password,omitempty"`
	// will enable verification of emails before issuing tokens
	VerifyEmail *bool `protobuf:"varint,6,opt,name=verify_email,json=verifyEmail,proto3,oneof" json:"verify_email,omitempty"`
	// will enable phone number verifications before issuing tokens
	VerifyPhoneNumber *bool `protobuf:"varint,7,opt,name=verify_phone_number,json=verifyPhoneNumber,proto3,oneof" json:"verify_phone_number,omitempty"`
	// contains filtered or unexported fields
}

The request of a Authentication.UpdateLoginMechanisms RPC

func (*NamespaceServiceUpdateLoginSettingsRequest) Descriptor deprecated

Deprecated: Use NamespaceServiceUpdateLoginSettingsRequest.ProtoReflect.Descriptor instead.

func (*NamespaceServiceUpdateLoginSettingsRequest) GetLoginMechanisms

func (x *NamespaceServiceUpdateLoginSettingsRequest) GetLoginMechanisms() []LoginType

func (*NamespaceServiceUpdateLoginSettingsRequest) GetNamespace

func (*NamespaceServiceUpdateLoginSettingsRequest) GetValidatePassword

func (x *NamespaceServiceUpdateLoginSettingsRequest) GetValidatePassword() bool

func (*NamespaceServiceUpdateLoginSettingsRequest) GetVerifyEmail

func (*NamespaceServiceUpdateLoginSettingsRequest) GetVerifyPhoneNumber

func (x *NamespaceServiceUpdateLoginSettingsRequest) GetVerifyPhoneNumber() bool

func (*NamespaceServiceUpdateLoginSettingsRequest) ProtoMessage

func (*NamespaceServiceUpdateLoginSettingsRequest) ProtoReflect

func (*NamespaceServiceUpdateLoginSettingsRequest) Reset

func (*NamespaceServiceUpdateLoginSettingsRequest) String

type NamespaceServiceUpdateLoginSettingsResponse

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

The request of a Authentication.UpdateLoginMechanisms RPC

func (*NamespaceServiceUpdateLoginSettingsResponse) Descriptor deprecated

Deprecated: Use NamespaceServiceUpdateLoginSettingsResponse.ProtoReflect.Descriptor instead.

func (*NamespaceServiceUpdateLoginSettingsResponse) ProtoMessage

func (*NamespaceServiceUpdateLoginSettingsResponse) ProtoReflect

func (*NamespaceServiceUpdateLoginSettingsResponse) Reset

func (*NamespaceServiceUpdateLoginSettingsResponse) String

type NamespaceServiceUpdateOAuth2ProviderRequest

type NamespaceServiceUpdateOAuth2ProviderRequest struct {

	// The namespace to perform action in
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The oauth2 provider to update
	OauthProvider *OAuthProviderCreateRequest `protobuf:"bytes,2,opt,name=oauth_provider,json=oauthProvider,proto3" json:"oauth_provider,omitempty"`
	// contains filtered or unexported fields
}

The request of a Authentication.UpdateOAuth2Provider RPC

func (*NamespaceServiceUpdateOAuth2ProviderRequest) Descriptor deprecated

Deprecated: Use NamespaceServiceUpdateOAuth2ProviderRequest.ProtoReflect.Descriptor instead.

func (*NamespaceServiceUpdateOAuth2ProviderRequest) GetNamespace

func (*NamespaceServiceUpdateOAuth2ProviderRequest) GetOauthProvider

func (*NamespaceServiceUpdateOAuth2ProviderRequest) ProtoMessage

func (*NamespaceServiceUpdateOAuth2ProviderRequest) ProtoReflect

func (*NamespaceServiceUpdateOAuth2ProviderRequest) Reset

func (*NamespaceServiceUpdateOAuth2ProviderRequest) String

type NamespaceServiceUpdateOAuth2ProviderResponse

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

The response of a Authentication.UpdateOAuth2Provider RPC

func (*NamespaceServiceUpdateOAuth2ProviderResponse) Descriptor deprecated

Deprecated: Use NamespaceServiceUpdateOAuth2ProviderResponse.ProtoReflect.Descriptor instead.

func (*NamespaceServiceUpdateOAuth2ProviderResponse) ProtoMessage

func (*NamespaceServiceUpdateOAuth2ProviderResponse) ProtoReflect

func (*NamespaceServiceUpdateOAuth2ProviderResponse) Reset

func (*NamespaceServiceUpdateOAuth2ProviderResponse) String

type NamespaceServiceUpdateRequest

type NamespaceServiceUpdateRequest struct {

	// The id of the namespace
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The name of the namespace
	Name *string `protobuf:"bytes,2,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// The logo of the namespace
	Image *string `protobuf:"bytes,3,opt,name=image,proto3,oneof" json:"image,omitempty"`
	// contains filtered or unexported fields
}

The request of a Namespace.Update RPC

func (*NamespaceServiceUpdateRequest) Descriptor deprecated

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

Deprecated: Use NamespaceServiceUpdateRequest.ProtoReflect.Descriptor instead.

func (*NamespaceServiceUpdateRequest) GetImage

func (x *NamespaceServiceUpdateRequest) GetImage() string

func (*NamespaceServiceUpdateRequest) GetName

func (*NamespaceServiceUpdateRequest) GetNamespace

func (x *NamespaceServiceUpdateRequest) GetNamespace() string

func (*NamespaceServiceUpdateRequest) ProtoMessage

func (*NamespaceServiceUpdateRequest) ProtoMessage()

func (*NamespaceServiceUpdateRequest) ProtoReflect

func (*NamespaceServiceUpdateRequest) Reset

func (x *NamespaceServiceUpdateRequest) Reset()

func (*NamespaceServiceUpdateRequest) String

type NamespaceServiceUpdateResponse

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

The response of a Namespace.Update RPC

func (*NamespaceServiceUpdateResponse) Descriptor deprecated

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

Deprecated: Use NamespaceServiceUpdateResponse.ProtoReflect.Descriptor instead.

func (*NamespaceServiceUpdateResponse) ProtoMessage

func (*NamespaceServiceUpdateResponse) ProtoMessage()

func (*NamespaceServiceUpdateResponse) ProtoReflect

func (*NamespaceServiceUpdateResponse) Reset

func (x *NamespaceServiceUpdateResponse) Reset()

func (*NamespaceServiceUpdateResponse) String

type NamespaceServiceUpdateTemplateRequest

type NamespaceServiceUpdateTemplateRequest struct {

	// The template to update
	Template *Template `protobuf:"bytes,1,opt,name=template,proto3" json:"template,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Authentication.UpdateTemplate RPC

func (*NamespaceServiceUpdateTemplateRequest) Descriptor deprecated

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

Deprecated: Use NamespaceServiceUpdateTemplateRequest.ProtoReflect.Descriptor instead.

func (*NamespaceServiceUpdateTemplateRequest) GetNamespace

func (*NamespaceServiceUpdateTemplateRequest) GetTemplate

func (*NamespaceServiceUpdateTemplateRequest) ProtoMessage

func (*NamespaceServiceUpdateTemplateRequest) ProtoMessage()

func (*NamespaceServiceUpdateTemplateRequest) ProtoReflect

func (*NamespaceServiceUpdateTemplateRequest) Reset

func (*NamespaceServiceUpdateTemplateRequest) String

type NamespaceServiceUpdateTemplateResponse

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

The response of a Authentication.UpdateTemplate RPC

func (*NamespaceServiceUpdateTemplateResponse) Descriptor deprecated

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

Deprecated: Use NamespaceServiceUpdateTemplateResponse.ProtoReflect.Descriptor instead.

func (*NamespaceServiceUpdateTemplateResponse) ProtoMessage

func (*NamespaceServiceUpdateTemplateResponse) ProtoReflect

func (*NamespaceServiceUpdateTemplateResponse) Reset

func (*NamespaceServiceUpdateTemplateResponse) String

type NamespaceServiceUpdateTextProviderRequest

type NamespaceServiceUpdateTextProviderRequest struct {
	Type            TextProviderType `protobuf:"varint,1,opt,name=type,proto3,enum=nuntio.users.v1alpha1.TextProviderType" json:"type,omitempty"`
	PublicKey       string           `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	PrivateKey      string           `protobuf:"bytes,3,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	From            string           `protobuf:"bytes,4,opt,name=from,proto3" json:"from,omitempty"`
	Namespace       string           `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"`
	TestPhoneNumber string           `protobuf:"bytes,6,opt,name=test_phone_number,json=testPhoneNumber,proto3" json:"test_phone_number,omitempty"`
	// contains filtered or unexported fields
}

The request of a Namespace.UpdateTextProvider RPC

func (*NamespaceServiceUpdateTextProviderRequest) Descriptor deprecated

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

Deprecated: Use NamespaceServiceUpdateTextProviderRequest.ProtoReflect.Descriptor instead.

func (*NamespaceServiceUpdateTextProviderRequest) GetFrom

func (*NamespaceServiceUpdateTextProviderRequest) GetNamespace

func (*NamespaceServiceUpdateTextProviderRequest) GetPrivateKey

func (*NamespaceServiceUpdateTextProviderRequest) GetPublicKey

func (*NamespaceServiceUpdateTextProviderRequest) GetTestPhoneNumber

func (x *NamespaceServiceUpdateTextProviderRequest) GetTestPhoneNumber() string

func (*NamespaceServiceUpdateTextProviderRequest) GetType

func (*NamespaceServiceUpdateTextProviderRequest) ProtoMessage

func (*NamespaceServiceUpdateTextProviderRequest) ProtoReflect

func (*NamespaceServiceUpdateTextProviderRequest) Reset

func (*NamespaceServiceUpdateTextProviderRequest) String

type NamespaceServiceUpdateTextProviderResponse

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

The response of a Namespace.UpdateEmailProvider RPC

func (*NamespaceServiceUpdateTextProviderResponse) Descriptor deprecated

Deprecated: Use NamespaceServiceUpdateTextProviderResponse.ProtoReflect.Descriptor instead.

func (*NamespaceServiceUpdateTextProviderResponse) ProtoMessage

func (*NamespaceServiceUpdateTextProviderResponse) ProtoReflect

func (*NamespaceServiceUpdateTextProviderResponse) Reset

func (*NamespaceServiceUpdateTextProviderResponse) String

type NamespaceServiceUpdateTokenSettingsRequest

type NamespaceServiceUpdateTokenSettingsRequest struct {

	// Defines for how long the access token lives
	AccessTokenTtl *int32 `protobuf:"varint,1,opt,name=access_token_ttl,json=accessTokenTtl,proto3,oneof" json:"access_token_ttl,omitempty"`
	// Defines for how long the access refresh lives
	RefreshTokenTtl *int32 `protobuf:"varint,2,opt,name=refresh_token_ttl,json=refreshTokenTtl,proto3,oneof" json:"refresh_token_ttl,omitempty"`
	// Defines for how long the verification code is valid
	VerificationCodeTtl *int32 `` /* 127-byte string literal not displayed */
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Authentication.UpdateTokenSettings RPC

func (*NamespaceServiceUpdateTokenSettingsRequest) Descriptor deprecated

Deprecated: Use NamespaceServiceUpdateTokenSettingsRequest.ProtoReflect.Descriptor instead.

func (*NamespaceServiceUpdateTokenSettingsRequest) GetAccessTokenTtl

func (x *NamespaceServiceUpdateTokenSettingsRequest) GetAccessTokenTtl() int32

func (*NamespaceServiceUpdateTokenSettingsRequest) GetNamespace

func (*NamespaceServiceUpdateTokenSettingsRequest) GetRefreshTokenTtl

func (x *NamespaceServiceUpdateTokenSettingsRequest) GetRefreshTokenTtl() int32

func (*NamespaceServiceUpdateTokenSettingsRequest) GetVerificationCodeTtl

func (x *NamespaceServiceUpdateTokenSettingsRequest) GetVerificationCodeTtl() int32

func (*NamespaceServiceUpdateTokenSettingsRequest) ProtoMessage

func (*NamespaceServiceUpdateTokenSettingsRequest) ProtoReflect

func (*NamespaceServiceUpdateTokenSettingsRequest) Reset

func (*NamespaceServiceUpdateTokenSettingsRequest) String

type NamespaceServiceUpdateTokenSettingsResponse

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

The response of a Authentication.UpdateTokenSettings RPC

func (*NamespaceServiceUpdateTokenSettingsResponse) Descriptor deprecated

Deprecated: Use NamespaceServiceUpdateTokenSettingsResponse.ProtoReflect.Descriptor instead.

func (*NamespaceServiceUpdateTokenSettingsResponse) ProtoMessage

func (*NamespaceServiceUpdateTokenSettingsResponse) ProtoReflect

func (*NamespaceServiceUpdateTokenSettingsResponse) Reset

func (*NamespaceServiceUpdateTokenSettingsResponse) String

type OAuthProvider

type OAuthProvider struct {
	PublicKey  string            `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	PrivateKey string            `protobuf:"bytes,2,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	Type       OAuthProviderType `protobuf:"varint,3,opt,name=type,proto3,enum=nuntio.users.v1alpha1.OAuthProviderType" json:"type,omitempty"`
	Enabled    bool              `protobuf:"varint,4,opt,name=enabled,proto3" json:"enabled,omitempty"`
	Url        string            `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"`
	RequireSsl bool              `protobuf:"varint,6,opt,name=require_ssl,json=requireSsl,proto3" json:"require_ssl,omitempty"`
	Available  bool              `protobuf:"varint,7,opt,name=available,proto3" json:"available,omitempty"`
	// contains filtered or unexported fields
}

func (*OAuthProvider) Descriptor deprecated

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

Deprecated: Use OAuthProvider.ProtoReflect.Descriptor instead.

func (*OAuthProvider) GetAvailable

func (x *OAuthProvider) GetAvailable() bool

func (*OAuthProvider) GetEnabled

func (x *OAuthProvider) GetEnabled() bool

func (*OAuthProvider) GetPrivateKey

func (x *OAuthProvider) GetPrivateKey() string

func (*OAuthProvider) GetPublicKey

func (x *OAuthProvider) GetPublicKey() string

func (*OAuthProvider) GetRequireSsl

func (x *OAuthProvider) GetRequireSsl() bool

func (*OAuthProvider) GetType

func (x *OAuthProvider) GetType() OAuthProviderType

func (*OAuthProvider) GetUrl

func (x *OAuthProvider) GetUrl() 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

type OAuthProviderCreateRequest

type OAuthProviderCreateRequest struct {

	// The public key of the provider
	PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	// The public key of the provider
	PrivateKey string `protobuf:"bytes,2,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	// The type of provider
	Provider OAuthProviderType `protobuf:"varint,3,opt,name=provider,proto3,enum=nuntio.users.v1alpha1.OAuthProviderType" json:"provider,omitempty"`
	// If the provider is enabled or not
	Enabled bool `protobuf:"varint,4,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

The body of a Authentication.UpdateOAuthProviderRequest RPC

func (*OAuthProviderCreateRequest) Descriptor deprecated

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

Deprecated: Use OAuthProviderCreateRequest.ProtoReflect.Descriptor instead.

func (*OAuthProviderCreateRequest) GetEnabled

func (x *OAuthProviderCreateRequest) GetEnabled() bool

func (*OAuthProviderCreateRequest) GetPrivateKey

func (x *OAuthProviderCreateRequest) GetPrivateKey() string

func (*OAuthProviderCreateRequest) GetProvider

func (*OAuthProviderCreateRequest) GetPublicKey

func (x *OAuthProviderCreateRequest) GetPublicKey() string

func (*OAuthProviderCreateRequest) ProtoMessage

func (*OAuthProviderCreateRequest) ProtoMessage()

func (*OAuthProviderCreateRequest) ProtoReflect

func (*OAuthProviderCreateRequest) Reset

func (x *OAuthProviderCreateRequest) Reset()

func (*OAuthProviderCreateRequest) String

func (x *OAuthProviderCreateRequest) String() string

type OAuthProviderType

type OAuthProviderType int32
const (
	OAuthProviderType_OAUTH_PROVIDER_TYPE_UNSPECIFIED       OAuthProviderType = 0
	OAuthProviderType_OAUTH_PROVIDER_TYPE_GOOGLE_PROVIDER   OAuthProviderType = 1
	OAuthProviderType_OAUTH_PROVIDER_TYPE_GITHUB_PROVIDER   OAuthProviderType = 2
	OAuthProviderType_OAUTH_PROVIDER_TYPE_FACEBOOK_PROVIDER OAuthProviderType = 3
)

func (OAuthProviderType) Descriptor

func (OAuthProviderType) Enum

func (OAuthProviderType) EnumDescriptor deprecated

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

Deprecated: Use OAuthProviderType.Descriptor instead.

func (OAuthProviderType) Number

func (OAuthProviderType) String

func (x OAuthProviderType) String() string

func (OAuthProviderType) Type

type OAuthProviders

type OAuthProviders struct {
	Google   *OAuthProvider `protobuf:"bytes,1,opt,name=google,proto3" json:"google,omitempty"`
	Github   *OAuthProvider `protobuf:"bytes,2,opt,name=github,proto3" json:"github,omitempty"`
	Facebook *OAuthProvider `protobuf:"bytes,3,opt,name=facebook,proto3" json:"facebook,omitempty"`
	// contains filtered or unexported fields
}

func (*OAuthProviders) Descriptor deprecated

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

Deprecated: Use OAuthProviders.ProtoReflect.Descriptor instead.

func (*OAuthProviders) GetFacebook

func (x *OAuthProviders) GetFacebook() *OAuthProvider

func (*OAuthProviders) GetGithub

func (x *OAuthProviders) GetGithub() *OAuthProvider

func (*OAuthProviders) GetGoogle

func (x *OAuthProviders) GetGoogle() *OAuthProvider

func (*OAuthProviders) ProtoMessage

func (*OAuthProviders) ProtoMessage()

func (*OAuthProviders) ProtoReflect

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

func (*OAuthProviders) Reset

func (x *OAuthProviders) Reset()

func (*OAuthProviders) String

func (x *OAuthProviders) String() string

type Object

type Object struct {
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*Object) Descriptor deprecated

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

Deprecated: Use Object.ProtoReflect.Descriptor instead.

func (*Object) GetId

func (x *Object) GetId() string

func (*Object) GetType

func (x *Object) GetType() string

func (*Object) ProtoMessage

func (*Object) ProtoMessage()

func (*Object) ProtoReflect

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

func (*Object) Reset

func (x *Object) Reset()

func (*Object) String

func (x *Object) String() string

type Profile

type Profile struct {
	ProfileImage      *Image                 `protobuf:"bytes,1,opt,name=profile_image,json=profileImage,proto3,oneof" json:"profile_image,omitempty"`
	FirstName         *string                `protobuf:"bytes,2,opt,name=first_name,json=firstName,proto3,oneof" json:"first_name,omitempty"`
	LastName          *string                `protobuf:"bytes,3,opt,name=last_name,json=lastName,proto3,oneof" json:"last_name,omitempty"`
	Birthdate         *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=birthdate,proto3,oneof" json:"birthdate,omitempty"`
	PreferredLanguage *CountryCode           `` /* 158-byte string literal not displayed */
	Country           *string                `protobuf:"bytes,6,opt,name=country,proto3,oneof" json:"country,omitempty"`
	Address           *string                `protobuf:"bytes,7,opt,name=address,proto3,oneof" json:"address,omitempty"`
	City              *string                `protobuf:"bytes,8,opt,name=city,proto3,oneof" json:"city,omitempty"`
	PostalCode        *string                `protobuf:"bytes,9,opt,name=postal_code,json=postalCode,proto3,oneof" json:"postal_code,omitempty"`
	Gender            *GenderType            `protobuf:"varint,10,opt,name=gender,proto3,enum=nuntio.users.v1alpha1.GenderType,oneof" json:"gender,omitempty"`
	Ssn               *string                `protobuf:"bytes,11,opt,name=ssn,proto3,oneof" json:"ssn,omitempty"`
	CoverImage        *Image                 `protobuf:"bytes,12,opt,name=cover_image,json=coverImage,proto3,oneof" json:"cover_image,omitempty"`
	// contains filtered or unexported fields
}

func (*Profile) Descriptor deprecated

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

Deprecated: Use Profile.ProtoReflect.Descriptor instead.

func (*Profile) GetAddress

func (x *Profile) GetAddress() string

func (*Profile) GetBirthdate

func (x *Profile) GetBirthdate() *timestamppb.Timestamp

func (*Profile) GetCity

func (x *Profile) GetCity() string

func (*Profile) GetCountry

func (x *Profile) GetCountry() string

func (*Profile) GetCoverImage

func (x *Profile) GetCoverImage() *Image

func (*Profile) GetFirstName

func (x *Profile) GetFirstName() string

func (*Profile) GetGender

func (x *Profile) GetGender() GenderType

func (*Profile) GetLastName

func (x *Profile) GetLastName() string

func (*Profile) GetPostalCode

func (x *Profile) GetPostalCode() string

func (*Profile) GetPreferredLanguage

func (x *Profile) GetPreferredLanguage() CountryCode

func (*Profile) GetProfileImage

func (x *Profile) GetProfileImage() *Image

func (*Profile) GetSsn

func (x *Profile) GetSsn() string

func (*Profile) ProtoMessage

func (*Profile) ProtoMessage()

func (*Profile) ProtoReflect

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

func (*Profile) Reset

func (x *Profile) Reset()

func (*Profile) String

func (x *Profile) String() string

type PublicServiceContinueWithRequest

type PublicServiceContinueWithRequest struct {

	// The code sent to the phone
	Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The OAuth provider used for "login with x"
	Provider OAuthProviderType `protobuf:"varint,3,opt,name=provider,proto3,enum=nuntio.users.v1alpha1.OAuthProviderType" json:"provider,omitempty"`
	// The requested redirect addr
	RedirectAddr string `protobuf:"bytes,4,opt,name=redirect_addr,json=redirectAddr,proto3" json:"redirect_addr,omitempty"`
	// contains filtered or unexported fields
}

func (*PublicServiceContinueWithRequest) Descriptor deprecated

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

Deprecated: Use PublicServiceContinueWithRequest.ProtoReflect.Descriptor instead.

func (*PublicServiceContinueWithRequest) GetCode

func (*PublicServiceContinueWithRequest) GetNamespace

func (x *PublicServiceContinueWithRequest) GetNamespace() string

func (*PublicServiceContinueWithRequest) GetProvider

func (*PublicServiceContinueWithRequest) GetRedirectAddr

func (x *PublicServiceContinueWithRequest) GetRedirectAddr() string

func (*PublicServiceContinueWithRequest) ProtoMessage

func (*PublicServiceContinueWithRequest) ProtoMessage()

func (*PublicServiceContinueWithRequest) ProtoReflect

func (*PublicServiceContinueWithRequest) Reset

func (*PublicServiceContinueWithRequest) String

type PublicServiceContinueWithResponse

type PublicServiceContinueWithResponse struct {
	TokenPair *TokenPair  `protobuf:"bytes,1,opt,name=token_pair,json=tokenPair,proto3" json:"token_pair,omitempty"`
	Status    LoginStatus `protobuf:"varint,2,opt,name=status,proto3,enum=nuntio.users.v1alpha1.LoginStatus" json:"status,omitempty"`
	// contains filtered or unexported fields
}

The response of a Authentication.ContinueWith RPC

func (*PublicServiceContinueWithResponse) Descriptor deprecated

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

Deprecated: Use PublicServiceContinueWithResponse.ProtoReflect.Descriptor instead.

func (*PublicServiceContinueWithResponse) GetStatus

func (*PublicServiceContinueWithResponse) GetTokenPair

func (x *PublicServiceContinueWithResponse) GetTokenPair() *TokenPair

func (*PublicServiceContinueWithResponse) ProtoMessage

func (*PublicServiceContinueWithResponse) ProtoMessage()

func (*PublicServiceContinueWithResponse) ProtoReflect

func (*PublicServiceContinueWithResponse) Reset

func (*PublicServiceContinueWithResponse) String

type PublicServiceDeleteRequest

type PublicServiceDeleteRequest struct {

	// The access token of the user
	AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	// contains filtered or unexported fields
}

The request of a Public.Delete RPC

func (*PublicServiceDeleteRequest) Descriptor deprecated

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

Deprecated: Use PublicServiceDeleteRequest.ProtoReflect.Descriptor instead.

func (*PublicServiceDeleteRequest) GetAccessToken

func (x *PublicServiceDeleteRequest) GetAccessToken() string

func (*PublicServiceDeleteRequest) ProtoMessage

func (*PublicServiceDeleteRequest) ProtoMessage()

func (*PublicServiceDeleteRequest) ProtoReflect

func (*PublicServiceDeleteRequest) Reset

func (x *PublicServiceDeleteRequest) Reset()

func (*PublicServiceDeleteRequest) String

func (x *PublicServiceDeleteRequest) String() string

type PublicServiceDeleteResponse

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

The response of a Public.Delete RPC

func (*PublicServiceDeleteResponse) Descriptor deprecated

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

Deprecated: Use PublicServiceDeleteResponse.ProtoReflect.Descriptor instead.

func (*PublicServiceDeleteResponse) ProtoMessage

func (*PublicServiceDeleteResponse) ProtoMessage()

func (*PublicServiceDeleteResponse) ProtoReflect

func (*PublicServiceDeleteResponse) Reset

func (x *PublicServiceDeleteResponse) Reset()

func (*PublicServiceDeleteResponse) String

func (x *PublicServiceDeleteResponse) String() string

type PublicServiceGetRequest

type PublicServiceGetRequest struct {

	// The access token of the user
	AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	// contains filtered or unexported fields
}

The request of a Public.Get RPC

func (*PublicServiceGetRequest) Descriptor deprecated

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

Deprecated: Use PublicServiceGetRequest.ProtoReflect.Descriptor instead.

func (*PublicServiceGetRequest) GetAccessToken

func (x *PublicServiceGetRequest) GetAccessToken() string

func (*PublicServiceGetRequest) ProtoMessage

func (*PublicServiceGetRequest) ProtoMessage()

func (*PublicServiceGetRequest) ProtoReflect

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

func (*PublicServiceGetRequest) Reset

func (x *PublicServiceGetRequest) Reset()

func (*PublicServiceGetRequest) String

func (x *PublicServiceGetRequest) String() string

type PublicServiceGetResponse

type PublicServiceGetResponse struct {
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

The response of a Public.Get RPC

func (*PublicServiceGetResponse) Descriptor deprecated

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

Deprecated: Use PublicServiceGetResponse.ProtoReflect.Descriptor instead.

func (*PublicServiceGetResponse) GetUser

func (x *PublicServiceGetResponse) GetUser() *User

func (*PublicServiceGetResponse) ProtoMessage

func (*PublicServiceGetResponse) ProtoMessage()

func (*PublicServiceGetResponse) ProtoReflect

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

func (*PublicServiceGetResponse) Reset

func (x *PublicServiceGetResponse) Reset()

func (*PublicServiceGetResponse) String

func (x *PublicServiceGetResponse) String() string

type PublicServiceInitializeAuthRequest

type PublicServiceInitializeAuthRequest struct {

	// The namespace to perform action in
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// Optional redirect address for OAuth2
	RedirectAddr *string `protobuf:"bytes,2,opt,name=redirect_addr,json=redirectAddr,proto3,oneof" json:"redirect_addr,omitempty"`
	// contains filtered or unexported fields
}

The request of a Public.AuthenticationServiceInitializeAuthRequest RPC

func (*PublicServiceInitializeAuthRequest) Descriptor deprecated

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

Deprecated: Use PublicServiceInitializeAuthRequest.ProtoReflect.Descriptor instead.

func (*PublicServiceInitializeAuthRequest) GetNamespace

func (x *PublicServiceInitializeAuthRequest) GetNamespace() string

func (*PublicServiceInitializeAuthRequest) GetRedirectAddr

func (x *PublicServiceInitializeAuthRequest) GetRedirectAddr() string

func (*PublicServiceInitializeAuthRequest) ProtoMessage

func (*PublicServiceInitializeAuthRequest) ProtoMessage()

func (*PublicServiceInitializeAuthRequest) ProtoReflect

func (*PublicServiceInitializeAuthRequest) Reset

func (*PublicServiceInitializeAuthRequest) String

type PublicServiceInitializeAuthResponse

type PublicServiceInitializeAuthResponse struct {

	// The name of the namespace
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Logo string `protobuf:"bytes,2,opt,name=logo,proto3" json:"logo,omitempty"`
	// If to validate password
	ValidatePassword bool `protobuf:"varint,3,opt,name=validate_password,json=validatePassword,proto3" json:"validate_password,omitempty"`
	// The public key of Users
	PublicKey string `protobuf:"bytes,4,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	// Array of supported login types
	LoginMechanisms []LoginType `` /* 151-byte string literal not displayed */
	// Array of callbacks
	Callbacks []string `protobuf:"bytes,6,rep,name=callbacks,proto3" json:"callbacks,omitempty"`
	// OAuth providers and their configurations
	OauthProviders *OAuthProviders `protobuf:"bytes,7,opt,name=oauth_providers,json=oauthProviders,proto3" json:"oauth_providers,omitempty"`
	// Email enabled
	EmailEnabled bool `protobuf:"varint,8,opt,name=email_enabled,json=emailEnabled,proto3" json:"email_enabled,omitempty"`
	// text enabled
	TextEnabled bool `protobuf:"varint,9,opt,name=text_enabled,json=textEnabled,proto3" json:"text_enabled,omitempty"`
	// If to validate phone number
	ValidatePhoneNumber bool `protobuf:"varint,10,opt,name=validate_phone_number,json=validatePhoneNumber,proto3" json:"validate_phone_number,omitempty"`
	// If to validate email
	ValidateEmail bool `protobuf:"varint,11,opt,name=validate_email,json=validateEmail,proto3" json:"validate_email,omitempty"`
	// contains filtered or unexported fields
}

The response of a Public.AuthenticationServiceInitializeAuthRequest RPC

func (*PublicServiceInitializeAuthResponse) Descriptor deprecated

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

Deprecated: Use PublicServiceInitializeAuthResponse.ProtoReflect.Descriptor instead.

func (*PublicServiceInitializeAuthResponse) GetCallbacks

func (x *PublicServiceInitializeAuthResponse) GetCallbacks() []string

func (*PublicServiceInitializeAuthResponse) GetEmailEnabled

func (x *PublicServiceInitializeAuthResponse) GetEmailEnabled() bool

func (*PublicServiceInitializeAuthResponse) GetLoginMechanisms

func (x *PublicServiceInitializeAuthResponse) GetLoginMechanisms() []LoginType

func (*PublicServiceInitializeAuthResponse) GetName

func (*PublicServiceInitializeAuthResponse) GetOauthProviders

func (x *PublicServiceInitializeAuthResponse) GetOauthProviders() *OAuthProviders

func (*PublicServiceInitializeAuthResponse) GetPublicKey

func (x *PublicServiceInitializeAuthResponse) GetPublicKey() string

func (*PublicServiceInitializeAuthResponse) GetTextEnabled

func (x *PublicServiceInitializeAuthResponse) GetTextEnabled() bool

func (*PublicServiceInitializeAuthResponse) GetValidateEmail

func (x *PublicServiceInitializeAuthResponse) GetValidateEmail() bool

func (*PublicServiceInitializeAuthResponse) GetValidatePassword

func (x *PublicServiceInitializeAuthResponse) GetValidatePassword() bool

func (*PublicServiceInitializeAuthResponse) GetValidatePhoneNumber

func (x *PublicServiceInitializeAuthResponse) GetValidatePhoneNumber() bool

func (*PublicServiceInitializeAuthResponse) ProtoMessage

func (*PublicServiceInitializeAuthResponse) ProtoMessage()

func (*PublicServiceInitializeAuthResponse) ProtoReflect

func (*PublicServiceInitializeAuthResponse) Reset

func (*PublicServiceInitializeAuthResponse) String

type PublicServiceLoginRequest

type PublicServiceLoginRequest struct {
	Identifier *UserIdentifier `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
	Password   string          `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	Namespace  string          `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Public.Login RPC

func (*PublicServiceLoginRequest) Descriptor deprecated

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

Deprecated: Use PublicServiceLoginRequest.ProtoReflect.Descriptor instead.

func (*PublicServiceLoginRequest) GetIdentifier

func (x *PublicServiceLoginRequest) GetIdentifier() *UserIdentifier

func (*PublicServiceLoginRequest) GetNamespace

func (x *PublicServiceLoginRequest) GetNamespace() string

func (*PublicServiceLoginRequest) GetPassword

func (x *PublicServiceLoginRequest) GetPassword() string

func (*PublicServiceLoginRequest) ProtoMessage

func (*PublicServiceLoginRequest) ProtoMessage()

func (*PublicServiceLoginRequest) ProtoReflect

func (*PublicServiceLoginRequest) Reset

func (x *PublicServiceLoginRequest) Reset()

func (*PublicServiceLoginRequest) String

func (x *PublicServiceLoginRequest) String() string

type PublicServiceLoginResponse

type PublicServiceLoginResponse struct {
	TokenPair *TokenPair  `protobuf:"bytes,1,opt,name=token_pair,json=tokenPair,proto3" json:"token_pair,omitempty"`
	Status    LoginStatus `protobuf:"varint,2,opt,name=status,proto3,enum=nuntio.users.v1alpha1.LoginStatus" json:"status,omitempty"`
	// contains filtered or unexported fields
}

The response of a Public.Login RPC

func (*PublicServiceLoginResponse) Descriptor deprecated

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

Deprecated: Use PublicServiceLoginResponse.ProtoReflect.Descriptor instead.

func (*PublicServiceLoginResponse) GetStatus

func (x *PublicServiceLoginResponse) GetStatus() LoginStatus

func (*PublicServiceLoginResponse) GetTokenPair

func (x *PublicServiceLoginResponse) GetTokenPair() *TokenPair

func (*PublicServiceLoginResponse) ProtoMessage

func (*PublicServiceLoginResponse) ProtoMessage()

func (*PublicServiceLoginResponse) ProtoReflect

func (*PublicServiceLoginResponse) Reset

func (x *PublicServiceLoginResponse) Reset()

func (*PublicServiceLoginResponse) String

func (x *PublicServiceLoginResponse) String() string

type PublicServiceLogoutRequest

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

The request of a Public.Logout RPC

func (*PublicServiceLogoutRequest) Descriptor deprecated

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

Deprecated: Use PublicServiceLogoutRequest.ProtoReflect.Descriptor instead.

func (*PublicServiceLogoutRequest) GetAccessToken

func (x *PublicServiceLogoutRequest) GetAccessToken() string

func (*PublicServiceLogoutRequest) ProtoMessage

func (*PublicServiceLogoutRequest) ProtoMessage()

func (*PublicServiceLogoutRequest) ProtoReflect

func (*PublicServiceLogoutRequest) Reset

func (x *PublicServiceLogoutRequest) Reset()

func (*PublicServiceLogoutRequest) String

func (x *PublicServiceLogoutRequest) String() string

type PublicServiceLogoutResponse

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

The response of a Public.Logout RPC

func (*PublicServiceLogoutResponse) Descriptor deprecated

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

Deprecated: Use PublicServiceLogoutResponse.ProtoReflect.Descriptor instead.

func (*PublicServiceLogoutResponse) ProtoMessage

func (*PublicServiceLogoutResponse) ProtoMessage()

func (*PublicServiceLogoutResponse) ProtoReflect

func (*PublicServiceLogoutResponse) Reset

func (x *PublicServiceLogoutResponse) Reset()

func (*PublicServiceLogoutResponse) String

func (x *PublicServiceLogoutResponse) String() string

type PublicServicePingRequest

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

The request of a Public.Ping RPC

func (*PublicServicePingRequest) Descriptor deprecated

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

Deprecated: Use PublicServicePingRequest.ProtoReflect.Descriptor instead.

func (*PublicServicePingRequest) ProtoMessage

func (*PublicServicePingRequest) ProtoMessage()

func (*PublicServicePingRequest) ProtoReflect

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

func (*PublicServicePingRequest) Reset

func (x *PublicServicePingRequest) Reset()

func (*PublicServicePingRequest) String

func (x *PublicServicePingRequest) String() string

type PublicServicePingResponse

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

The response of a Public.Ping RPC

func (*PublicServicePingResponse) Descriptor deprecated

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

Deprecated: Use PublicServicePingResponse.ProtoReflect.Descriptor instead.

func (*PublicServicePingResponse) ProtoMessage

func (*PublicServicePingResponse) ProtoMessage()

func (*PublicServicePingResponse) ProtoReflect

func (*PublicServicePingResponse) Reset

func (x *PublicServicePingResponse) Reset()

func (*PublicServicePingResponse) String

func (x *PublicServicePingResponse) String() string

type PublicServiceRefreshTokenRequest

type PublicServiceRefreshTokenRequest struct {

	// The access token of the user
	RefreshToken string `protobuf:"bytes,1,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	// contains filtered or unexported fields
}

The request of a Public.Delete RPC

func (*PublicServiceRefreshTokenRequest) Descriptor deprecated

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

Deprecated: Use PublicServiceRefreshTokenRequest.ProtoReflect.Descriptor instead.

func (*PublicServiceRefreshTokenRequest) GetRefreshToken

func (x *PublicServiceRefreshTokenRequest) GetRefreshToken() string

func (*PublicServiceRefreshTokenRequest) ProtoMessage

func (*PublicServiceRefreshTokenRequest) ProtoMessage()

func (*PublicServiceRefreshTokenRequest) ProtoReflect

func (*PublicServiceRefreshTokenRequest) Reset

func (*PublicServiceRefreshTokenRequest) String

type PublicServiceRefreshTokenResponse

type PublicServiceRefreshTokenResponse struct {
	TokenPair *TokenPair `protobuf:"bytes,1,opt,name=token_pair,json=tokenPair,proto3" json:"token_pair,omitempty"`
	// contains filtered or unexported fields
}

The response of a Public.Delete RPC

func (*PublicServiceRefreshTokenResponse) Descriptor deprecated

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

Deprecated: Use PublicServiceRefreshTokenResponse.ProtoReflect.Descriptor instead.

func (*PublicServiceRefreshTokenResponse) GetTokenPair

func (x *PublicServiceRefreshTokenResponse) GetTokenPair() *TokenPair

func (*PublicServiceRefreshTokenResponse) ProtoMessage

func (*PublicServiceRefreshTokenResponse) ProtoMessage()

func (*PublicServiceRefreshTokenResponse) ProtoReflect

func (*PublicServiceRefreshTokenResponse) Reset

func (*PublicServiceRefreshTokenResponse) String

type PublicServiceRegisterRequest

type PublicServiceRegisterRequest struct {
	UserIdentifier *UserIdentifier `protobuf:"bytes,1,opt,name=user_identifier,json=userIdentifier,proto3" json:"user_identifier,omitempty"`
	Password       string          `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	Namespace      string          `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Public.Create RPC

func (*PublicServiceRegisterRequest) Descriptor deprecated

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

Deprecated: Use PublicServiceRegisterRequest.ProtoReflect.Descriptor instead.

func (*PublicServiceRegisterRequest) GetNamespace

func (x *PublicServiceRegisterRequest) GetNamespace() string

func (*PublicServiceRegisterRequest) GetPassword

func (x *PublicServiceRegisterRequest) GetPassword() string

func (*PublicServiceRegisterRequest) GetUserIdentifier

func (x *PublicServiceRegisterRequest) GetUserIdentifier() *UserIdentifier

func (*PublicServiceRegisterRequest) ProtoMessage

func (*PublicServiceRegisterRequest) ProtoMessage()

func (*PublicServiceRegisterRequest) ProtoReflect

func (*PublicServiceRegisterRequest) Reset

func (x *PublicServiceRegisterRequest) Reset()

func (*PublicServiceRegisterRequest) String

type PublicServiceRegisterResponse

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

The response of a Public.Create RPC

func (*PublicServiceRegisterResponse) Descriptor deprecated

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

Deprecated: Use PublicServiceRegisterResponse.ProtoReflect.Descriptor instead.

func (*PublicServiceRegisterResponse) ProtoMessage

func (*PublicServiceRegisterResponse) ProtoMessage()

func (*PublicServiceRegisterResponse) ProtoReflect

func (*PublicServiceRegisterResponse) Reset

func (x *PublicServiceRegisterResponse) Reset()

func (*PublicServiceRegisterResponse) String

type PublicServiceResetPasswordRequest

type PublicServiceResetPasswordRequest struct {
	Identifier  *UserIdentifier `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
	Code        string          `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	NewPassword string          `protobuf:"bytes,3,opt,name=new_password,json=newPassword,proto3" json:"new_password,omitempty"`
	Namespace   string          `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Public.ResetPassword RPC

func (*PublicServiceResetPasswordRequest) Descriptor deprecated

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

Deprecated: Use PublicServiceResetPasswordRequest.ProtoReflect.Descriptor instead.

func (*PublicServiceResetPasswordRequest) GetCode

func (*PublicServiceResetPasswordRequest) GetIdentifier

func (*PublicServiceResetPasswordRequest) GetNamespace

func (x *PublicServiceResetPasswordRequest) GetNamespace() string

func (*PublicServiceResetPasswordRequest) GetNewPassword

func (x *PublicServiceResetPasswordRequest) GetNewPassword() string

func (*PublicServiceResetPasswordRequest) ProtoMessage

func (*PublicServiceResetPasswordRequest) ProtoMessage()

func (*PublicServiceResetPasswordRequest) ProtoReflect

func (*PublicServiceResetPasswordRequest) Reset

func (*PublicServiceResetPasswordRequest) String

type PublicServiceResetPasswordResponse

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

The response of a Public.ResetPassword RPC

func (*PublicServiceResetPasswordResponse) Descriptor deprecated

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

Deprecated: Use PublicServiceResetPasswordResponse.ProtoReflect.Descriptor instead.

func (*PublicServiceResetPasswordResponse) ProtoMessage

func (*PublicServiceResetPasswordResponse) ProtoMessage()

func (*PublicServiceResetPasswordResponse) ProtoReflect

func (*PublicServiceResetPasswordResponse) Reset

func (*PublicServiceResetPasswordResponse) String

type PublicServiceSendResetPasswordEmailRequest

type PublicServiceSendResetPasswordEmailRequest struct {
	Email     string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Public.SendResetPasswordEmail RPC

func (*PublicServiceSendResetPasswordEmailRequest) Descriptor deprecated

Deprecated: Use PublicServiceSendResetPasswordEmailRequest.ProtoReflect.Descriptor instead.

func (*PublicServiceSendResetPasswordEmailRequest) GetEmail

func (*PublicServiceSendResetPasswordEmailRequest) GetNamespace

func (*PublicServiceSendResetPasswordEmailRequest) ProtoMessage

func (*PublicServiceSendResetPasswordEmailRequest) ProtoReflect

func (*PublicServiceSendResetPasswordEmailRequest) Reset

func (*PublicServiceSendResetPasswordEmailRequest) String

type PublicServiceSendResetPasswordEmailResponse

type PublicServiceSendResetPasswordEmailResponse struct {
	VerificationCode *VerificationCode `protobuf:"bytes,1,opt,name=verification_code,json=verificationCode,proto3" json:"verification_code,omitempty"`
	// contains filtered or unexported fields
}

The response of a Public.SendResetPasswordEmail RPC

func (*PublicServiceSendResetPasswordEmailResponse) Descriptor deprecated

Deprecated: Use PublicServiceSendResetPasswordEmailResponse.ProtoReflect.Descriptor instead.

func (*PublicServiceSendResetPasswordEmailResponse) GetVerificationCode

func (*PublicServiceSendResetPasswordEmailResponse) ProtoMessage

func (*PublicServiceSendResetPasswordEmailResponse) ProtoReflect

func (*PublicServiceSendResetPasswordEmailResponse) Reset

func (*PublicServiceSendResetPasswordEmailResponse) String

type PublicServiceSendResetPasswordTextRequest

type PublicServiceSendResetPasswordTextRequest struct {
	PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`
	Namespace   string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Public.SendResetPasswordText RPC

func (*PublicServiceSendResetPasswordTextRequest) Descriptor deprecated

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

Deprecated: Use PublicServiceSendResetPasswordTextRequest.ProtoReflect.Descriptor instead.

func (*PublicServiceSendResetPasswordTextRequest) GetNamespace

func (*PublicServiceSendResetPasswordTextRequest) GetPhoneNumber

func (*PublicServiceSendResetPasswordTextRequest) ProtoMessage

func (*PublicServiceSendResetPasswordTextRequest) ProtoReflect

func (*PublicServiceSendResetPasswordTextRequest) Reset

func (*PublicServiceSendResetPasswordTextRequest) String

type PublicServiceSendResetPasswordTextResponse

type PublicServiceSendResetPasswordTextResponse struct {
	VerificationCode *VerificationCode `protobuf:"bytes,1,opt,name=verification_code,json=verificationCode,proto3" json:"verification_code,omitempty"`
	// contains filtered or unexported fields
}

The response of a Public.SendResetPasswordText RPC

func (*PublicServiceSendResetPasswordTextResponse) Descriptor deprecated

Deprecated: Use PublicServiceSendResetPasswordTextResponse.ProtoReflect.Descriptor instead.

func (*PublicServiceSendResetPasswordTextResponse) GetVerificationCode

func (*PublicServiceSendResetPasswordTextResponse) ProtoMessage

func (*PublicServiceSendResetPasswordTextResponse) ProtoReflect

func (*PublicServiceSendResetPasswordTextResponse) Reset

func (*PublicServiceSendResetPasswordTextResponse) String

type PublicServiceSendVerificationEmailRequest

type PublicServiceSendVerificationEmailRequest struct {
	Email     string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

the request of a Public.SendVerificationCodeEmail RPC

func (*PublicServiceSendVerificationEmailRequest) Descriptor deprecated

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

Deprecated: Use PublicServiceSendVerificationEmailRequest.ProtoReflect.Descriptor instead.

func (*PublicServiceSendVerificationEmailRequest) GetEmail

func (*PublicServiceSendVerificationEmailRequest) GetNamespace

func (*PublicServiceSendVerificationEmailRequest) ProtoMessage

func (*PublicServiceSendVerificationEmailRequest) ProtoReflect

func (*PublicServiceSendVerificationEmailRequest) Reset

func (*PublicServiceSendVerificationEmailRequest) String

type PublicServiceSendVerificationEmailResponse

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

the response of a Public.SendVerificationCodeEmail RPC

func (*PublicServiceSendVerificationEmailResponse) Descriptor deprecated

Deprecated: Use PublicServiceSendVerificationEmailResponse.ProtoReflect.Descriptor instead.

func (*PublicServiceSendVerificationEmailResponse) ProtoMessage

func (*PublicServiceSendVerificationEmailResponse) ProtoReflect

func (*PublicServiceSendVerificationEmailResponse) Reset

func (*PublicServiceSendVerificationEmailResponse) String

type PublicServiceSendVerificationTextRequest

type PublicServiceSendVerificationTextRequest struct {
	PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`
	Namespace   string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

the request of a Public.SendVerificationCodeText RPC

func (*PublicServiceSendVerificationTextRequest) Descriptor deprecated

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

Deprecated: Use PublicServiceSendVerificationTextRequest.ProtoReflect.Descriptor instead.

func (*PublicServiceSendVerificationTextRequest) GetNamespace

func (*PublicServiceSendVerificationTextRequest) GetPhoneNumber

func (*PublicServiceSendVerificationTextRequest) ProtoMessage

func (*PublicServiceSendVerificationTextRequest) ProtoReflect

func (*PublicServiceSendVerificationTextRequest) Reset

func (*PublicServiceSendVerificationTextRequest) String

type PublicServiceSendVerificationTextResponse

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

the response of a Public.SendVerificationCodeText RPC

func (*PublicServiceSendVerificationTextResponse) Descriptor deprecated

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

Deprecated: Use PublicServiceSendVerificationTextResponse.ProtoReflect.Descriptor instead.

func (*PublicServiceSendVerificationTextResponse) ProtoMessage

func (*PublicServiceSendVerificationTextResponse) ProtoReflect

func (*PublicServiceSendVerificationTextResponse) Reset

func (*PublicServiceSendVerificationTextResponse) String

type PublicServiceVerifyEmailRequest

type PublicServiceVerifyEmailRequest struct {
	Code      string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	Email     string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

the request of a Public.VerifyEmail RPC

func (*PublicServiceVerifyEmailRequest) Descriptor deprecated

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

Deprecated: Use PublicServiceVerifyEmailRequest.ProtoReflect.Descriptor instead.

func (*PublicServiceVerifyEmailRequest) GetCode

func (*PublicServiceVerifyEmailRequest) GetEmail

func (*PublicServiceVerifyEmailRequest) GetNamespace

func (x *PublicServiceVerifyEmailRequest) GetNamespace() string

func (*PublicServiceVerifyEmailRequest) ProtoMessage

func (*PublicServiceVerifyEmailRequest) ProtoMessage()

func (*PublicServiceVerifyEmailRequest) ProtoReflect

func (*PublicServiceVerifyEmailRequest) Reset

func (*PublicServiceVerifyEmailRequest) String

type PublicServiceVerifyEmailResponse

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

the response of a Public.VerifyEmail RPC

func (*PublicServiceVerifyEmailResponse) Descriptor deprecated

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

Deprecated: Use PublicServiceVerifyEmailResponse.ProtoReflect.Descriptor instead.

func (*PublicServiceVerifyEmailResponse) ProtoMessage

func (*PublicServiceVerifyEmailResponse) ProtoMessage()

func (*PublicServiceVerifyEmailResponse) ProtoReflect

func (*PublicServiceVerifyEmailResponse) Reset

func (*PublicServiceVerifyEmailResponse) String

type PublicServiceVerifyPhoneNumberRequest

type PublicServiceVerifyPhoneNumberRequest struct {
	Code        string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	PhoneNumber string `protobuf:"bytes,2,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`
	Namespace   string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

the request of a Public.VerifyPhoneNumber RPC

func (*PublicServiceVerifyPhoneNumberRequest) Descriptor deprecated

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

Deprecated: Use PublicServiceVerifyPhoneNumberRequest.ProtoReflect.Descriptor instead.

func (*PublicServiceVerifyPhoneNumberRequest) GetCode

func (*PublicServiceVerifyPhoneNumberRequest) GetNamespace

func (*PublicServiceVerifyPhoneNumberRequest) GetPhoneNumber

func (x *PublicServiceVerifyPhoneNumberRequest) GetPhoneNumber() string

func (*PublicServiceVerifyPhoneNumberRequest) ProtoMessage

func (*PublicServiceVerifyPhoneNumberRequest) ProtoMessage()

func (*PublicServiceVerifyPhoneNumberRequest) ProtoReflect

func (*PublicServiceVerifyPhoneNumberRequest) Reset

func (*PublicServiceVerifyPhoneNumberRequest) String

type PublicServiceVerifyPhoneNumberResponse

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

the response of a Public.VerifyPhoneNumber RPC

func (*PublicServiceVerifyPhoneNumberResponse) Descriptor deprecated

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

Deprecated: Use PublicServiceVerifyPhoneNumberResponse.ProtoReflect.Descriptor instead.

func (*PublicServiceVerifyPhoneNumberResponse) ProtoMessage

func (*PublicServiceVerifyPhoneNumberResponse) ProtoReflect

func (*PublicServiceVerifyPhoneNumberResponse) Reset

func (*PublicServiceVerifyPhoneNumberResponse) String

type RefreshToken

type RefreshToken struct {
	Jwt       string                 `protobuf:"bytes,1,opt,name=jwt,proto3" json:"jwt,omitempty"`
	Meta      *TokenMeta             `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
	ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshToken) Descriptor deprecated

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

Deprecated: Use RefreshToken.ProtoReflect.Descriptor instead.

func (*RefreshToken) GetExpiresAt

func (x *RefreshToken) GetExpiresAt() *timestamppb.Timestamp

func (*RefreshToken) GetJwt

func (x *RefreshToken) GetJwt() string

func (*RefreshToken) GetMeta

func (x *RefreshToken) GetMeta() *TokenMeta

func (*RefreshToken) ProtoMessage

func (*RefreshToken) ProtoMessage()

func (*RefreshToken) ProtoReflect

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

func (*RefreshToken) Reset

func (x *RefreshToken) Reset()

func (*RefreshToken) String

func (x *RefreshToken) String() string

type RelationTuple

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

func (*RelationTuple) Descriptor deprecated

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

Deprecated: Use RelationTuple.ProtoReflect.Descriptor instead.

func (*RelationTuple) ProtoMessage

func (*RelationTuple) ProtoMessage()

func (*RelationTuple) ProtoReflect

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

func (*RelationTuple) Reset

func (x *RelationTuple) Reset()

func (*RelationTuple) String

func (x *RelationTuple) String() string

type Releation

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

func (*Releation) Descriptor deprecated

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

Deprecated: Use Releation.ProtoReflect.Descriptor instead.

func (*Releation) ProtoMessage

func (*Releation) ProtoMessage()

func (*Releation) ProtoReflect

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

func (*Releation) Reset

func (x *Releation) Reset()

func (*Releation) String

func (x *Releation) String() string

type Scrypt

type Scrypt struct {
	SignerKey     string `protobuf:"bytes,1,opt,name=signer_key,json=signerKey,proto3" json:"signer_key,omitempty"`
	SaltSeparator string `protobuf:"bytes,2,opt,name=salt_separator,json=saltSeparator,proto3" json:"salt_separator,omitempty"`
	Rounds        int32  `protobuf:"varint,3,opt,name=rounds,proto3" json:"rounds,omitempty"`
	MemCost       int32  `protobuf:"varint,4,opt,name=mem_cost,json=memCost,proto3" json:"mem_cost,omitempty"`
	P             int32  `protobuf:"varint,5,opt,name=p,proto3" json:"p,omitempty"`
	KeyLen        int32  `protobuf:"varint,6,opt,name=key_len,json=keyLen,proto3" json:"key_len,omitempty"`
	// contains filtered or unexported fields
}

func (*Scrypt) Descriptor deprecated

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

Deprecated: Use Scrypt.ProtoReflect.Descriptor instead.

func (*Scrypt) GetKeyLen

func (x *Scrypt) GetKeyLen() int32

func (*Scrypt) GetMemCost

func (x *Scrypt) GetMemCost() int32

func (*Scrypt) GetP

func (x *Scrypt) GetP() int32

func (*Scrypt) GetRounds

func (x *Scrypt) GetRounds() int32

func (*Scrypt) GetSaltSeparator

func (x *Scrypt) GetSaltSeparator() string

func (*Scrypt) GetSignerKey

func (x *Scrypt) GetSignerKey() string

func (*Scrypt) ProtoMessage

func (*Scrypt) ProtoMessage()

func (*Scrypt) ProtoReflect

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

func (*Scrypt) Reset

func (x *Scrypt) Reset()

func (*Scrypt) String

func (x *Scrypt) String() string

type Template

type Template struct {
	Body    *string      `protobuf:"bytes,1,opt,name=body,proto3,oneof" json:"body,omitempty"`
	Type    TemplateType `protobuf:"varint,2,opt,name=type,proto3,enum=nuntio.users.v1alpha1.TemplateType" json:"type,omitempty"`
	Subject *string      `protobuf:"bytes,3,opt,name=subject,proto3,oneof" json:"subject,omitempty"`
	Format  []string     `protobuf:"bytes,4,rep,name=format,proto3" json:"format,omitempty"`
	// contains filtered or unexported fields
}

func (*Template) Descriptor deprecated

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

Deprecated: Use Template.ProtoReflect.Descriptor instead.

func (*Template) GetBody

func (x *Template) GetBody() string

func (*Template) GetFormat

func (x *Template) GetFormat() []string

func (*Template) GetSubject

func (x *Template) GetSubject() string

func (*Template) GetType

func (x *Template) GetType() TemplateType

func (*Template) ProtoMessage

func (*Template) ProtoMessage()

func (*Template) ProtoReflect

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

func (*Template) Reset

func (x *Template) Reset()

func (*Template) String

func (x *Template) String() string

type TemplateType

type TemplateType int32
const (
	TemplateType_TEMPLATE_TYPE_UNSPECIFIED          TemplateType = 0
	TemplateType_TEMPLATE_TYPE_EMAIL_VERIFICATION   TemplateType = 1
	TemplateType_TEMPLATE_TYPE_EMAIL_RESET_PASSWORD TemplateType = 2
	TemplateType_TEMPLATE_TYPE_EMAIL_MAGIC_LINK     TemplateType = 3
	TemplateType_TEMPLATE_TYPE_TEXT_VERIFICATION    TemplateType = 4
	TemplateType_TEMPLATE_TYPE_TEXT_RESET_PASSWORD  TemplateType = 5
	TemplateType_TEMPLATE_TYPE_TEXT_MAGIC_LINK      TemplateType = 6
)

func (TemplateType) Descriptor

func (TemplateType) Enum

func (x TemplateType) Enum() *TemplateType

func (TemplateType) EnumDescriptor deprecated

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

Deprecated: Use TemplateType.Descriptor instead.

func (TemplateType) Number

func (TemplateType) String

func (x TemplateType) String() string

func (TemplateType) Type

type Templates

type Templates struct {
	ResetPasswordEmail *Template `protobuf:"bytes,1,opt,name=reset_password_email,json=resetPasswordEmail,proto3" json:"reset_password_email,omitempty"`
	ResetPasswordText  *Template `protobuf:"bytes,2,opt,name=reset_password_text,json=resetPasswordText,proto3" json:"reset_password_text,omitempty"`
	VerifyEmail        *Template `protobuf:"bytes,3,opt,name=verify_email,json=verifyEmail,proto3" json:"verify_email,omitempty"`
	VerifyPhoneNumber  *Template `protobuf:"bytes,4,opt,name=verify_phone_number,json=verifyPhoneNumber,proto3" json:"verify_phone_number,omitempty"`
	MagicEmail         *Template `protobuf:"bytes,5,opt,name=magic_email,json=magicEmail,proto3" json:"magic_email,omitempty"`
	MagicText          *Template `protobuf:"bytes,6,opt,name=magic_text,json=magicText,proto3" json:"magic_text,omitempty"`
	// contains filtered or unexported fields
}

func (*Templates) Descriptor deprecated

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

Deprecated: Use Templates.ProtoReflect.Descriptor instead.

func (*Templates) GetMagicEmail

func (x *Templates) GetMagicEmail() *Template

func (*Templates) GetMagicText

func (x *Templates) GetMagicText() *Template

func (*Templates) GetResetPasswordEmail

func (x *Templates) GetResetPasswordEmail() *Template

func (*Templates) GetResetPasswordText

func (x *Templates) GetResetPasswordText() *Template

func (*Templates) GetVerifyEmail

func (x *Templates) GetVerifyEmail() *Template

func (*Templates) GetVerifyPhoneNumber

func (x *Templates) GetVerifyPhoneNumber() *Template

func (*Templates) ProtoMessage

func (*Templates) ProtoMessage()

func (*Templates) ProtoReflect

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

func (*Templates) Reset

func (x *Templates) Reset()

func (*Templates) String

func (x *Templates) String() string

type TextProvider

type TextProvider struct {
	Type       TextProviderType `protobuf:"varint,1,opt,name=type,proto3,enum=nuntio.users.v1alpha1.TextProviderType" json:"type,omitempty"`
	PublicKey  string           `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	PrivateKey string           `protobuf:"bytes,3,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	From       string           `protobuf:"bytes,4,opt,name=from,proto3" json:"from,omitempty"`
	// contains filtered or unexported fields
}

func (*TextProvider) Descriptor deprecated

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

Deprecated: Use TextProvider.ProtoReflect.Descriptor instead.

func (*TextProvider) GetFrom

func (x *TextProvider) GetFrom() string

func (*TextProvider) GetPrivateKey

func (x *TextProvider) GetPrivateKey() string

func (*TextProvider) GetPublicKey

func (x *TextProvider) GetPublicKey() string

func (*TextProvider) GetType

func (x *TextProvider) GetType() TextProviderType

func (*TextProvider) ProtoMessage

func (*TextProvider) ProtoMessage()

func (*TextProvider) ProtoReflect

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

func (*TextProvider) Reset

func (x *TextProvider) Reset()

func (*TextProvider) String

func (x *TextProvider) String() string

type TextProviderType

type TextProviderType int32
const (
	TextProviderType_TEXT_PROVIDER_TYPE_UNSPECIFIED TextProviderType = 0
	TextProviderType_TEXT_PROVIDER_TYPE_TWILIO      TextProviderType = 1
	TextProviderType_TEXT_PROVIDER_TYPE_MOCKTEXT    TextProviderType = 2
)

func (TextProviderType) Descriptor

func (TextProviderType) Enum

func (TextProviderType) EnumDescriptor deprecated

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

Deprecated: Use TextProviderType.Descriptor instead.

func (TextProviderType) Number

func (TextProviderType) String

func (x TextProviderType) String() string

func (TextProviderType) Type

type TokenMeta

type TokenMeta struct {
	Id            string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Country       CountryCode            `protobuf:"varint,2,opt,name=country,proto3,enum=nuntio.users.v1alpha1.CountryCode" json:"country,omitempty"`
	PostalCode    int32                  `protobuf:"varint,3,opt,name=postal_code,json=postalCode,proto3" json:"postal_code,omitempty"`
	LoginType     LoginType              `` /* 126-byte string literal not displayed */
	UserId        string                 `protobuf:"bytes,5,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	BlockedAt     *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=blocked_at,json=blockedAt,proto3" json:"blocked_at,omitempty"`
	CreatedAt     *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	OauthProvider OAuthProviderType      `` /* 146-byte string literal not displayed */
	Blocked       bool                   `protobuf:"varint,9,opt,name=blocked,proto3" json:"blocked,omitempty"`
	ExpiresAt     *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	UsedAt        *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=used_at,json=usedAt,proto3" json:"used_at,omitempty"`
	Device        DeviceInfo             `protobuf:"varint,12,opt,name=device,proto3,enum=nuntio.users.v1alpha1.DeviceInfo" json:"device,omitempty"`
	// contains filtered or unexported fields
}

func (*TokenMeta) Descriptor deprecated

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

Deprecated: Use TokenMeta.ProtoReflect.Descriptor instead.

func (*TokenMeta) GetBlocked

func (x *TokenMeta) GetBlocked() bool

func (*TokenMeta) GetBlockedAt

func (x *TokenMeta) GetBlockedAt() *timestamppb.Timestamp

func (*TokenMeta) GetCountry

func (x *TokenMeta) GetCountry() CountryCode

func (*TokenMeta) GetCreatedAt

func (x *TokenMeta) GetCreatedAt() *timestamppb.Timestamp

func (*TokenMeta) GetDevice

func (x *TokenMeta) GetDevice() DeviceInfo

func (*TokenMeta) GetExpiresAt

func (x *TokenMeta) GetExpiresAt() *timestamppb.Timestamp

func (*TokenMeta) GetId

func (x *TokenMeta) GetId() string

func (*TokenMeta) GetLoginType

func (x *TokenMeta) GetLoginType() LoginType

func (*TokenMeta) GetOauthProvider

func (x *TokenMeta) GetOauthProvider() OAuthProviderType

func (*TokenMeta) GetPostalCode

func (x *TokenMeta) GetPostalCode() int32

func (*TokenMeta) GetUsedAt

func (x *TokenMeta) GetUsedAt() *timestamppb.Timestamp

func (*TokenMeta) GetUserId

func (x *TokenMeta) GetUserId() string

func (*TokenMeta) ProtoMessage

func (*TokenMeta) ProtoMessage()

func (*TokenMeta) ProtoReflect

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

func (*TokenMeta) Reset

func (x *TokenMeta) Reset()

func (*TokenMeta) String

func (x *TokenMeta) String() string

type TokenPair

type TokenPair struct {
	AccessToken  *AccessToken  `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	RefreshToken *RefreshToken `protobuf:"bytes,2,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	// contains filtered or unexported fields
}

func (*TokenPair) Descriptor deprecated

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

Deprecated: Use TokenPair.ProtoReflect.Descriptor instead.

func (*TokenPair) GetAccessToken

func (x *TokenPair) GetAccessToken() *AccessToken

func (*TokenPair) GetRefreshToken

func (x *TokenPair) GetRefreshToken() *RefreshToken

func (*TokenPair) ProtoMessage

func (*TokenPair) ProtoMessage()

func (*TokenPair) ProtoReflect

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

func (*TokenPair) Reset

func (x *TokenPair) Reset()

func (*TokenPair) String

func (x *TokenPair) String() string

type TokenType

type TokenType int32
const (
	TokenType_TOKEN_TYPE_UNSPECIFIED   TokenType = 0
	TokenType_TOKEN_TYPE_ACCESS_TOKEN  TokenType = 1
	TokenType_TOKEN_TYPE_REFRESH_TOKEN TokenType = 2
)

func (TokenType) Descriptor

func (TokenType) Descriptor() protoreflect.EnumDescriptor

func (TokenType) Enum

func (x TokenType) Enum() *TokenType

func (TokenType) EnumDescriptor deprecated

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

Deprecated: Use TokenType.Descriptor instead.

func (TokenType) Number

func (x TokenType) Number() protoreflect.EnumNumber

func (TokenType) String

func (x TokenType) String() string

func (TokenType) Type

type User

type User struct {
	Id          string       `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Username    *string      `protobuf:"bytes,2,opt,name=username,proto3,oneof" json:"username,omitempty"`
	Password    *Hash        `protobuf:"bytes,3,opt,name=password,proto3,oneof" json:"password,omitempty"`
	Groups      []*Group     `protobuf:"bytes,4,rep,name=groups,proto3" json:"groups,omitempty"`
	ContactInfo *ContactInfo `protobuf:"bytes,5,opt,name=contact_info,json=contactInfo,proto3" json:"contact_info,omitempty"`
	Profile     *Profile     `protobuf:"bytes,6,opt,name=profile,proto3" json:"profile,omitempty"`
	Meta        *UserMeta    `protobuf:"bytes,7,opt,name=meta,proto3" json:"meta,omitempty"`
	ExtraData   []byte       `protobuf:"bytes,8,opt,name=extra_data,json=extraData,proto3,oneof" json:"extra_data,omitempty"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated

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

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetContactInfo

func (x *User) GetContactInfo() *ContactInfo

func (*User) GetExtraData

func (x *User) GetExtraData() []byte

func (*User) GetGroups

func (x *User) GetGroups() []*Group

func (*User) GetId

func (x *User) GetId() string

func (*User) GetMeta

func (x *User) GetMeta() *UserMeta

func (*User) GetPassword

func (x *User) GetPassword() *Hash

func (*User) GetProfile

func (x *User) GetProfile() *Profile

func (*User) GetUsername

func (x *User) GetUsername() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

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

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

type UserIdentifier

type UserIdentifier struct {
	Email    string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	Phone    string `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone,omitempty"`
	Username string `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"`
	Id       string `protobuf:"bytes,4,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*UserIdentifier) Descriptor deprecated

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

Deprecated: Use UserIdentifier.ProtoReflect.Descriptor instead.

func (*UserIdentifier) GetEmail

func (x *UserIdentifier) GetEmail() string

func (*UserIdentifier) GetId

func (x *UserIdentifier) GetId() string

func (*UserIdentifier) GetPhone

func (x *UserIdentifier) GetPhone() string

func (*UserIdentifier) GetUsername

func (x *UserIdentifier) GetUsername() string

func (*UserIdentifier) ProtoMessage

func (*UserIdentifier) ProtoMessage()

func (*UserIdentifier) ProtoReflect

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

func (*UserIdentifier) Reset

func (x *UserIdentifier) Reset()

func (*UserIdentifier) String

func (x *UserIdentifier) String() string

type UserMeta

type UserMeta struct {
	RegistrationType LoginType              `` /* 147-byte string literal not displayed */
	CreatedAt        *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt        *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	IsPhoneVerified  bool                   `protobuf:"varint,4,opt,name=is_phone_verified,json=isPhoneVerified,proto3" json:"is_phone_verified,omitempty"`
	IsEmailVerified  bool                   `protobuf:"varint,5,opt,name=is_email_verified,json=isEmailVerified,proto3" json:"is_email_verified,omitempty"`
	// contains filtered or unexported fields
}

func (*UserMeta) Descriptor deprecated

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

Deprecated: Use UserMeta.ProtoReflect.Descriptor instead.

func (*UserMeta) GetCreatedAt

func (x *UserMeta) GetCreatedAt() *timestamppb.Timestamp

func (*UserMeta) GetIsEmailVerified

func (x *UserMeta) GetIsEmailVerified() bool

func (*UserMeta) GetIsPhoneVerified

func (x *UserMeta) GetIsPhoneVerified() bool

func (*UserMeta) GetRegistrationType

func (x *UserMeta) GetRegistrationType() LoginType

func (*UserMeta) GetUpdatedAt

func (x *UserMeta) GetUpdatedAt() *timestamppb.Timestamp

func (*UserMeta) ProtoMessage

func (*UserMeta) ProtoMessage()

func (*UserMeta) ProtoReflect

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

func (*UserMeta) Reset

func (x *UserMeta) Reset()

func (*UserMeta) String

func (x *UserMeta) String() string

type UsersServiceAcceptContactRequest

type UsersServiceAcceptContactRequest struct {
	ContactId string `protobuf:"bytes,1,opt,name=contact_id,json=contactId,proto3" json:"contact_id,omitempty"`
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	UserId    string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

The request of a Users.AcceptContact RPC

func (*UsersServiceAcceptContactRequest) Descriptor deprecated

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

Deprecated: Use UsersServiceAcceptContactRequest.ProtoReflect.Descriptor instead.

func (*UsersServiceAcceptContactRequest) GetContactId

func (x *UsersServiceAcceptContactRequest) GetContactId() string

func (*UsersServiceAcceptContactRequest) GetNamespace

func (x *UsersServiceAcceptContactRequest) GetNamespace() string

func (*UsersServiceAcceptContactRequest) GetUserId

func (*UsersServiceAcceptContactRequest) ProtoMessage

func (*UsersServiceAcceptContactRequest) ProtoMessage()

func (*UsersServiceAcceptContactRequest) ProtoReflect

func (*UsersServiceAcceptContactRequest) Reset

func (*UsersServiceAcceptContactRequest) String

type UsersServiceAcceptContactResponse

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

The response of a Users.AcceptContact RPC

func (*UsersServiceAcceptContactResponse) Descriptor deprecated

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

Deprecated: Use UsersServiceAcceptContactResponse.ProtoReflect.Descriptor instead.

func (*UsersServiceAcceptContactResponse) ProtoMessage

func (*UsersServiceAcceptContactResponse) ProtoMessage()

func (*UsersServiceAcceptContactResponse) ProtoReflect

func (*UsersServiceAcceptContactResponse) Reset

func (*UsersServiceAcceptContactResponse) String

type UsersServiceAddContactRequest

type UsersServiceAddContactRequest struct {
	Namespace      string          `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	FromIdentifier *UserIdentifier `protobuf:"bytes,2,opt,name=from_identifier,json=fromIdentifier,proto3" json:"from_identifier,omitempty"`
	ToIdentifier   *UserIdentifier `protobuf:"bytes,3,opt,name=to_identifier,json=toIdentifier,proto3" json:"to_identifier,omitempty"`
	// contains filtered or unexported fields
}

The request of a Users.AddContact RPC

func (*UsersServiceAddContactRequest) Descriptor deprecated

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

Deprecated: Use UsersServiceAddContactRequest.ProtoReflect.Descriptor instead.

func (*UsersServiceAddContactRequest) GetFromIdentifier

func (x *UsersServiceAddContactRequest) GetFromIdentifier() *UserIdentifier

func (*UsersServiceAddContactRequest) GetNamespace

func (x *UsersServiceAddContactRequest) GetNamespace() string

func (*UsersServiceAddContactRequest) GetToIdentifier

func (x *UsersServiceAddContactRequest) GetToIdentifier() *UserIdentifier

func (*UsersServiceAddContactRequest) ProtoMessage

func (*UsersServiceAddContactRequest) ProtoMessage()

func (*UsersServiceAddContactRequest) ProtoReflect

func (*UsersServiceAddContactRequest) Reset

func (x *UsersServiceAddContactRequest) Reset()

func (*UsersServiceAddContactRequest) String

type UsersServiceAddContactResponse

type UsersServiceAddContactResponse struct {
	Contact *Contact `protobuf:"bytes,1,opt,name=contact,proto3" json:"contact,omitempty"`
	// contains filtered or unexported fields
}

The response of a Users.AddContact RPC

func (*UsersServiceAddContactResponse) Descriptor deprecated

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

Deprecated: Use UsersServiceAddContactResponse.ProtoReflect.Descriptor instead.

func (*UsersServiceAddContactResponse) GetContact

func (x *UsersServiceAddContactResponse) GetContact() *Contact

func (*UsersServiceAddContactResponse) ProtoMessage

func (*UsersServiceAddContactResponse) ProtoMessage()

func (*UsersServiceAddContactResponse) ProtoReflect

func (*UsersServiceAddContactResponse) Reset

func (x *UsersServiceAddContactResponse) Reset()

func (*UsersServiceAddContactResponse) String

type UsersServiceCountRequest

type UsersServiceCountRequest struct {

	// The namespace to perform action in
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of an Users.Count RPC

func (*UsersServiceCountRequest) Descriptor deprecated

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

Deprecated: Use UsersServiceCountRequest.ProtoReflect.Descriptor instead.

func (*UsersServiceCountRequest) GetNamespace

func (x *UsersServiceCountRequest) GetNamespace() string

func (*UsersServiceCountRequest) ProtoMessage

func (*UsersServiceCountRequest) ProtoMessage()

func (*UsersServiceCountRequest) ProtoReflect

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

func (*UsersServiceCountRequest) Reset

func (x *UsersServiceCountRequest) Reset()

func (*UsersServiceCountRequest) String

func (x *UsersServiceCountRequest) String() string

type UsersServiceCountResponse

type UsersServiceCountResponse struct {
	Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

The response of an Users.Count RPC

func (*UsersServiceCountResponse) Descriptor deprecated

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

Deprecated: Use UsersServiceCountResponse.ProtoReflect.Descriptor instead.

func (*UsersServiceCountResponse) GetCount

func (x *UsersServiceCountResponse) GetCount() int64

func (*UsersServiceCountResponse) ProtoMessage

func (*UsersServiceCountResponse) ProtoMessage()

func (*UsersServiceCountResponse) ProtoReflect

func (*UsersServiceCountResponse) Reset

func (x *UsersServiceCountResponse) Reset()

func (*UsersServiceCountResponse) String

func (x *UsersServiceCountResponse) String() string

type UsersServiceCreateRequest

type UsersServiceCreateRequest struct {

	// The user to be created
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Users.Create RPC

func (*UsersServiceCreateRequest) Descriptor deprecated

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

Deprecated: Use UsersServiceCreateRequest.ProtoReflect.Descriptor instead.

func (*UsersServiceCreateRequest) GetNamespace

func (x *UsersServiceCreateRequest) GetNamespace() string

func (*UsersServiceCreateRequest) GetUser

func (x *UsersServiceCreateRequest) GetUser() *User

func (*UsersServiceCreateRequest) ProtoMessage

func (*UsersServiceCreateRequest) ProtoMessage()

func (*UsersServiceCreateRequest) ProtoReflect

func (*UsersServiceCreateRequest) Reset

func (x *UsersServiceCreateRequest) Reset()

func (*UsersServiceCreateRequest) String

func (x *UsersServiceCreateRequest) String() string

type UsersServiceCreateResponse

type UsersServiceCreateResponse struct {

	// The user to be created
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

The response of a Users.Create RPC

func (*UsersServiceCreateResponse) Descriptor deprecated

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

Deprecated: Use UsersServiceCreateResponse.ProtoReflect.Descriptor instead.

func (*UsersServiceCreateResponse) GetUser

func (x *UsersServiceCreateResponse) GetUser() *User

func (*UsersServiceCreateResponse) ProtoMessage

func (*UsersServiceCreateResponse) ProtoMessage()

func (*UsersServiceCreateResponse) ProtoReflect

func (*UsersServiceCreateResponse) Reset

func (x *UsersServiceCreateResponse) Reset()

func (*UsersServiceCreateResponse) String

func (x *UsersServiceCreateResponse) String() string

type UsersServiceDeleteManyRequest

type UsersServiceDeleteManyRequest struct {
	Identifiers []*UserIdentifier `protobuf:"bytes,1,rep,name=identifiers,proto3" json:"identifiers,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Users.DeleteMany RPC

func (*UsersServiceDeleteManyRequest) Descriptor deprecated

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

Deprecated: Use UsersServiceDeleteManyRequest.ProtoReflect.Descriptor instead.

func (*UsersServiceDeleteManyRequest) GetIdentifiers

func (x *UsersServiceDeleteManyRequest) GetIdentifiers() []*UserIdentifier

func (*UsersServiceDeleteManyRequest) GetNamespace

func (x *UsersServiceDeleteManyRequest) GetNamespace() string

func (*UsersServiceDeleteManyRequest) ProtoMessage

func (*UsersServiceDeleteManyRequest) ProtoMessage()

func (*UsersServiceDeleteManyRequest) ProtoReflect

func (*UsersServiceDeleteManyRequest) Reset

func (x *UsersServiceDeleteManyRequest) Reset()

func (*UsersServiceDeleteManyRequest) String

type UsersServiceDeleteManyResponse

type UsersServiceDeleteManyResponse struct {

	// number of users deleted
	Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

The response of a Users.DeleteMany RPC

func (*UsersServiceDeleteManyResponse) Descriptor deprecated

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

Deprecated: Use UsersServiceDeleteManyResponse.ProtoReflect.Descriptor instead.

func (*UsersServiceDeleteManyResponse) GetCount

func (x *UsersServiceDeleteManyResponse) GetCount() int64

func (*UsersServiceDeleteManyResponse) ProtoMessage

func (*UsersServiceDeleteManyResponse) ProtoMessage()

func (*UsersServiceDeleteManyResponse) ProtoReflect

func (*UsersServiceDeleteManyResponse) Reset

func (x *UsersServiceDeleteManyResponse) Reset()

func (*UsersServiceDeleteManyResponse) String

type UsersServiceDeleteRequest

type UsersServiceDeleteRequest struct {

	// The user identifier to fetch the user
	Identifier *UserIdentifier `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of an Users.Delete RPC

func (*UsersServiceDeleteRequest) Descriptor deprecated

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

Deprecated: Use UsersServiceDeleteRequest.ProtoReflect.Descriptor instead.

func (*UsersServiceDeleteRequest) GetIdentifier

func (x *UsersServiceDeleteRequest) GetIdentifier() *UserIdentifier

func (*UsersServiceDeleteRequest) GetNamespace

func (x *UsersServiceDeleteRequest) GetNamespace() string

func (*UsersServiceDeleteRequest) ProtoMessage

func (*UsersServiceDeleteRequest) ProtoMessage()

func (*UsersServiceDeleteRequest) ProtoReflect

func (*UsersServiceDeleteRequest) Reset

func (x *UsersServiceDeleteRequest) Reset()

func (*UsersServiceDeleteRequest) String

func (x *UsersServiceDeleteRequest) String() string

type UsersServiceDeleteResponse

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

The response of an Users.Delete RPC

func (*UsersServiceDeleteResponse) Descriptor deprecated

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

Deprecated: Use UsersServiceDeleteResponse.ProtoReflect.Descriptor instead.

func (*UsersServiceDeleteResponse) ProtoMessage

func (*UsersServiceDeleteResponse) ProtoMessage()

func (*UsersServiceDeleteResponse) ProtoReflect

func (*UsersServiceDeleteResponse) Reset

func (x *UsersServiceDeleteResponse) Reset()

func (*UsersServiceDeleteResponse) String

func (x *UsersServiceDeleteResponse) String() string

type UsersServiceGetContactsRequest

type UsersServiceGetContactsRequest struct {

	// The user identifier to fetch the user
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// Where to start getting contacts from
	From int32 `protobuf:"varint,3,opt,name=from,proto3" json:"from,omitempty"`
	// Where to stop getting contacts to
	To int32 `protobuf:"varint,4,opt,name=to,proto3" json:"to,omitempty"`
	// Set to true to only include accepted or false to only include not accepted
	Accepted *bool `protobuf:"varint,5,opt,name=accepted,proto3,oneof" json:"accepted,omitempty"`
	// contains filtered or unexported fields
}

The request of an Users.GetContacts RPC

func (*UsersServiceGetContactsRequest) Descriptor deprecated

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

Deprecated: Use UsersServiceGetContactsRequest.ProtoReflect.Descriptor instead.

func (*UsersServiceGetContactsRequest) GetAccepted

func (x *UsersServiceGetContactsRequest) GetAccepted() bool

func (*UsersServiceGetContactsRequest) GetFrom

func (*UsersServiceGetContactsRequest) GetNamespace

func (x *UsersServiceGetContactsRequest) GetNamespace() string

func (*UsersServiceGetContactsRequest) GetTo

func (*UsersServiceGetContactsRequest) GetUserId

func (x *UsersServiceGetContactsRequest) GetUserId() string

func (*UsersServiceGetContactsRequest) ProtoMessage

func (*UsersServiceGetContactsRequest) ProtoMessage()

func (*UsersServiceGetContactsRequest) ProtoReflect

func (*UsersServiceGetContactsRequest) Reset

func (x *UsersServiceGetContactsRequest) Reset()

func (*UsersServiceGetContactsRequest) String

type UsersServiceGetContactsResponse

type UsersServiceGetContactsResponse struct {
	Contacts []*Contact `protobuf:"bytes,1,rep,name=contacts,proto3" json:"contacts,omitempty"`
	// Return number of users in database
	Count int64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

The request of a Users.GetContacts RPC

func (*UsersServiceGetContactsResponse) Descriptor deprecated

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

Deprecated: Use UsersServiceGetContactsResponse.ProtoReflect.Descriptor instead.

func (*UsersServiceGetContactsResponse) GetContacts

func (x *UsersServiceGetContactsResponse) GetContacts() []*Contact

func (*UsersServiceGetContactsResponse) GetCount

func (x *UsersServiceGetContactsResponse) GetCount() int64

func (*UsersServiceGetContactsResponse) ProtoMessage

func (*UsersServiceGetContactsResponse) ProtoMessage()

func (*UsersServiceGetContactsResponse) ProtoReflect

func (*UsersServiceGetContactsResponse) Reset

func (*UsersServiceGetContactsResponse) String

type UsersServiceGetManyRequest

type UsersServiceGetManyRequest struct {
	Identifiers []*UserIdentifier `protobuf:"bytes,1,rep,name=identifiers,proto3" json:"identifiers,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Users.GetMany RPC

func (*UsersServiceGetManyRequest) Descriptor deprecated

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

Deprecated: Use UsersServiceGetManyRequest.ProtoReflect.Descriptor instead.

func (*UsersServiceGetManyRequest) GetIdentifiers

func (x *UsersServiceGetManyRequest) GetIdentifiers() []*UserIdentifier

func (*UsersServiceGetManyRequest) GetNamespace

func (x *UsersServiceGetManyRequest) GetNamespace() string

func (*UsersServiceGetManyRequest) ProtoMessage

func (*UsersServiceGetManyRequest) ProtoMessage()

func (*UsersServiceGetManyRequest) ProtoReflect

func (*UsersServiceGetManyRequest) Reset

func (x *UsersServiceGetManyRequest) Reset()

func (*UsersServiceGetManyRequest) String

func (x *UsersServiceGetManyRequest) String() string

type UsersServiceGetManyResponse

type UsersServiceGetManyResponse struct {

	// The users returned
	Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// Return number of users in database
	Count int64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

The response of a Users.GetMany RPC

func (*UsersServiceGetManyResponse) Descriptor deprecated

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

Deprecated: Use UsersServiceGetManyResponse.ProtoReflect.Descriptor instead.

func (*UsersServiceGetManyResponse) GetCount

func (x *UsersServiceGetManyResponse) GetCount() int64

func (*UsersServiceGetManyResponse) GetUsers

func (x *UsersServiceGetManyResponse) GetUsers() []*User

func (*UsersServiceGetManyResponse) ProtoMessage

func (*UsersServiceGetManyResponse) ProtoMessage()

func (*UsersServiceGetManyResponse) ProtoReflect

func (*UsersServiceGetManyResponse) Reset

func (x *UsersServiceGetManyResponse) Reset()

func (*UsersServiceGetManyResponse) String

func (x *UsersServiceGetManyResponse) String() string

type UsersServiceGetRequest

type UsersServiceGetRequest struct {

	// The user identifier to fetch the user
	Identifier *UserIdentifier `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of an Users.Get RPC

func (*UsersServiceGetRequest) Descriptor deprecated

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

Deprecated: Use UsersServiceGetRequest.ProtoReflect.Descriptor instead.

func (*UsersServiceGetRequest) GetIdentifier

func (x *UsersServiceGetRequest) GetIdentifier() *UserIdentifier

func (*UsersServiceGetRequest) GetNamespace

func (x *UsersServiceGetRequest) GetNamespace() string

func (*UsersServiceGetRequest) ProtoMessage

func (*UsersServiceGetRequest) ProtoMessage()

func (*UsersServiceGetRequest) ProtoReflect

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

func (*UsersServiceGetRequest) Reset

func (x *UsersServiceGetRequest) Reset()

func (*UsersServiceGetRequest) String

func (x *UsersServiceGetRequest) String() string

type UsersServiceGetResponse

type UsersServiceGetResponse struct {
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

The response of an Users.Get RPC

func (*UsersServiceGetResponse) Descriptor deprecated

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

Deprecated: Use UsersServiceGetResponse.ProtoReflect.Descriptor instead.

func (*UsersServiceGetResponse) GetUser

func (x *UsersServiceGetResponse) GetUser() *User

func (*UsersServiceGetResponse) ProtoMessage

func (*UsersServiceGetResponse) ProtoMessage()

func (*UsersServiceGetResponse) ProtoReflect

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

func (*UsersServiceGetResponse) Reset

func (x *UsersServiceGetResponse) Reset()

func (*UsersServiceGetResponse) String

func (x *UsersServiceGetResponse) String() string

type UsersServiceGetTokensRequest

type UsersServiceGetTokensRequest struct {

	// The user identifier to fetch the user
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of an Users.GetTokens RPC

func (*UsersServiceGetTokensRequest) Descriptor deprecated

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

Deprecated: Use UsersServiceGetTokensRequest.ProtoReflect.Descriptor instead.

func (*UsersServiceGetTokensRequest) GetNamespace

func (x *UsersServiceGetTokensRequest) GetNamespace() string

func (*UsersServiceGetTokensRequest) GetUserId

func (x *UsersServiceGetTokensRequest) GetUserId() string

func (*UsersServiceGetTokensRequest) ProtoMessage

func (*UsersServiceGetTokensRequest) ProtoMessage()

func (*UsersServiceGetTokensRequest) ProtoReflect

func (*UsersServiceGetTokensRequest) Reset

func (x *UsersServiceGetTokensRequest) Reset()

func (*UsersServiceGetTokensRequest) String

type UsersServiceGetTokensResponse

type UsersServiceGetTokensResponse struct {

	// An array of token meta data
	Tokens []*TokenMeta `protobuf:"bytes,1,rep,name=tokens,proto3" json:"tokens,omitempty"`
	// contains filtered or unexported fields
}

The response of a Users.GetTokens RPC

func (*UsersServiceGetTokensResponse) Descriptor deprecated

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

Deprecated: Use UsersServiceGetTokensResponse.ProtoReflect.Descriptor instead.

func (*UsersServiceGetTokensResponse) GetTokens

func (x *UsersServiceGetTokensResponse) GetTokens() []*TokenMeta

func (*UsersServiceGetTokensResponse) ProtoMessage

func (*UsersServiceGetTokensResponse) ProtoMessage()

func (*UsersServiceGetTokensResponse) ProtoReflect

func (*UsersServiceGetTokensResponse) Reset

func (x *UsersServiceGetTokensResponse) Reset()

func (*UsersServiceGetTokensResponse) String

type UsersServiceListRequest

type UsersServiceListRequest struct {

	// the namespace you want to search within
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// Where to start getting contacts from
	From int32 `protobuf:"varint,2,opt,name=from,proto3" json:"from,omitempty"`
	// Where to stop getting contacts to
	To int32 `protobuf:"varint,3,opt,name=to,proto3" json:"to,omitempty"`
	// To list only within a group
	GroupId *string `protobuf:"bytes,4,opt,name=group_id,json=groupId,proto3,oneof" json:"group_id,omitempty"`
	// contains filtered or unexported fields
}

The request of a Users.List RPC

func (*UsersServiceListRequest) Descriptor deprecated

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

Deprecated: Use UsersServiceListRequest.ProtoReflect.Descriptor instead.

func (*UsersServiceListRequest) GetFrom

func (x *UsersServiceListRequest) GetFrom() int32

func (*UsersServiceListRequest) GetGroupId

func (x *UsersServiceListRequest) GetGroupId() string

func (*UsersServiceListRequest) GetNamespace

func (x *UsersServiceListRequest) GetNamespace() string

func (*UsersServiceListRequest) GetTo

func (x *UsersServiceListRequest) GetTo() int32

func (*UsersServiceListRequest) ProtoMessage

func (*UsersServiceListRequest) ProtoMessage()

func (*UsersServiceListRequest) ProtoReflect

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

func (*UsersServiceListRequest) Reset

func (x *UsersServiceListRequest) Reset()

func (*UsersServiceListRequest) String

func (x *UsersServiceListRequest) String() string

type UsersServiceListResponse

type UsersServiceListResponse struct {

	// The users returned
	Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// Return number of users in database
	Count int64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

The response of a Users.List RPC

func (*UsersServiceListResponse) Descriptor deprecated

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

Deprecated: Use UsersServiceListResponse.ProtoReflect.Descriptor instead.

func (*UsersServiceListResponse) GetCount

func (x *UsersServiceListResponse) GetCount() int64

func (*UsersServiceListResponse) GetUsers

func (x *UsersServiceListResponse) GetUsers() []*User

func (*UsersServiceListResponse) ProtoMessage

func (*UsersServiceListResponse) ProtoMessage()

func (*UsersServiceListResponse) ProtoReflect

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

func (*UsersServiceListResponse) Reset

func (x *UsersServiceListResponse) Reset()

func (*UsersServiceListResponse) String

func (x *UsersServiceListResponse) String() string

type UsersServicePingRequest

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

The request of a Users.Ping RPC

func (*UsersServicePingRequest) Descriptor deprecated

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

Deprecated: Use UsersServicePingRequest.ProtoReflect.Descriptor instead.

func (*UsersServicePingRequest) ProtoMessage

func (*UsersServicePingRequest) ProtoMessage()

func (*UsersServicePingRequest) ProtoReflect

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

func (*UsersServicePingRequest) Reset

func (x *UsersServicePingRequest) Reset()

func (*UsersServicePingRequest) String

func (x *UsersServicePingRequest) String() string

type UsersServicePingResponse

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

The response of a Users.Ping RPC

func (*UsersServicePingResponse) Descriptor deprecated

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

Deprecated: Use UsersServicePingResponse.ProtoReflect.Descriptor instead.

func (*UsersServicePingResponse) ProtoMessage

func (*UsersServicePingResponse) ProtoMessage()

func (*UsersServicePingResponse) ProtoReflect

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

func (*UsersServicePingResponse) Reset

func (x *UsersServicePingResponse) Reset()

func (*UsersServicePingResponse) String

func (x *UsersServicePingResponse) String() string

type UsersServiceRemoveContactRequest

type UsersServiceRemoveContactRequest struct {
	ContactId string `protobuf:"bytes,1,opt,name=contact_id,json=contactId,proto3" json:"contact_id,omitempty"`
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

The request of a Users.RemoveContact RPC

func (*UsersServiceRemoveContactRequest) Descriptor deprecated

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

Deprecated: Use UsersServiceRemoveContactRequest.ProtoReflect.Descriptor instead.

func (*UsersServiceRemoveContactRequest) GetContactId

func (x *UsersServiceRemoveContactRequest) GetContactId() string

func (*UsersServiceRemoveContactRequest) GetNamespace

func (x *UsersServiceRemoveContactRequest) GetNamespace() string

func (*UsersServiceRemoveContactRequest) ProtoMessage

func (*UsersServiceRemoveContactRequest) ProtoMessage()

func (*UsersServiceRemoveContactRequest) ProtoReflect

func (*UsersServiceRemoveContactRequest) Reset

func (*UsersServiceRemoveContactRequest) String

type UsersServiceRemoveContactResponse

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

The response of a Users.RemoveContact RPC

func (*UsersServiceRemoveContactResponse) Descriptor deprecated

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

Deprecated: Use UsersServiceRemoveContactResponse.ProtoReflect.Descriptor instead.

func (*UsersServiceRemoveContactResponse) ProtoMessage

func (*UsersServiceRemoveContactResponse) ProtoMessage()

func (*UsersServiceRemoveContactResponse) ProtoReflect

func (*UsersServiceRemoveContactResponse) Reset

func (*UsersServiceRemoveContactResponse) String

type UsersServiceSearchRequest

type UsersServiceSearchRequest struct {

	// The query to search for
	Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// Where to start getting contacts from
	From int32 `protobuf:"varint,3,opt,name=from,proto3" json:"from,omitempty"`
	// Where to stop getting contacts to
	To int32 `protobuf:"varint,4,opt,name=to,proto3" json:"to,omitempty"`
	// To list only within a group
	GroupId *string `protobuf:"bytes,5,opt,name=group_id,json=groupId,proto3,oneof" json:"group_id,omitempty"`
	// contains filtered or unexported fields
}

The request of a Users.Search RPC

func (*UsersServiceSearchRequest) Descriptor deprecated

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

Deprecated: Use UsersServiceSearchRequest.ProtoReflect.Descriptor instead.

func (*UsersServiceSearchRequest) GetFrom

func (x *UsersServiceSearchRequest) GetFrom() int32

func (*UsersServiceSearchRequest) GetGroupId

func (x *UsersServiceSearchRequest) GetGroupId() string

func (*UsersServiceSearchRequest) GetNamespace

func (x *UsersServiceSearchRequest) GetNamespace() string

func (*UsersServiceSearchRequest) GetQuery

func (x *UsersServiceSearchRequest) GetQuery() string

func (*UsersServiceSearchRequest) GetTo

func (x *UsersServiceSearchRequest) GetTo() int32

func (*UsersServiceSearchRequest) ProtoMessage

func (*UsersServiceSearchRequest) ProtoMessage()

func (*UsersServiceSearchRequest) ProtoReflect

func (*UsersServiceSearchRequest) Reset

func (x *UsersServiceSearchRequest) Reset()

func (*UsersServiceSearchRequest) String

func (x *UsersServiceSearchRequest) String() string

type UsersServiceSearchResponse

type UsersServiceSearchResponse struct {

	// The users returned
	Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// Return number of users in database
	Count int64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

The response of a Users.Search RPC

func (*UsersServiceSearchResponse) Descriptor deprecated

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

Deprecated: Use UsersServiceSearchResponse.ProtoReflect.Descriptor instead.

func (*UsersServiceSearchResponse) GetCount

func (x *UsersServiceSearchResponse) GetCount() int64

func (*UsersServiceSearchResponse) GetUsers

func (x *UsersServiceSearchResponse) GetUsers() []*User

func (*UsersServiceSearchResponse) ProtoMessage

func (*UsersServiceSearchResponse) ProtoMessage()

func (*UsersServiceSearchResponse) ProtoReflect

func (*UsersServiceSearchResponse) Reset

func (x *UsersServiceSearchResponse) Reset()

func (*UsersServiceSearchResponse) String

func (x *UsersServiceSearchResponse) String() string

type UsersServiceUpdatePasswordRequest

type UsersServiceUpdatePasswordRequest struct {

	// The user identifier to fetch the user
	Identifier *UserIdentifier `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The new password of the user
	Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

The request of a Users.UpdatePassword RPC

func (*UsersServiceUpdatePasswordRequest) Descriptor deprecated

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

Deprecated: Use UsersServiceUpdatePasswordRequest.ProtoReflect.Descriptor instead.

func (*UsersServiceUpdatePasswordRequest) GetIdentifier

func (*UsersServiceUpdatePasswordRequest) GetNamespace

func (x *UsersServiceUpdatePasswordRequest) GetNamespace() string

func (*UsersServiceUpdatePasswordRequest) GetPassword

func (x *UsersServiceUpdatePasswordRequest) GetPassword() string

func (*UsersServiceUpdatePasswordRequest) ProtoMessage

func (*UsersServiceUpdatePasswordRequest) ProtoMessage()

func (*UsersServiceUpdatePasswordRequest) ProtoReflect

func (*UsersServiceUpdatePasswordRequest) Reset

func (*UsersServiceUpdatePasswordRequest) String

type UsersServiceUpdatePasswordResponse

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

The response of a Users.UpdatePassword RPC

func (*UsersServiceUpdatePasswordResponse) Descriptor deprecated

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

Deprecated: Use UsersServiceUpdatePasswordResponse.ProtoReflect.Descriptor instead.

func (*UsersServiceUpdatePasswordResponse) ProtoMessage

func (*UsersServiceUpdatePasswordResponse) ProtoMessage()

func (*UsersServiceUpdatePasswordResponse) ProtoReflect

func (*UsersServiceUpdatePasswordResponse) Reset

func (*UsersServiceUpdatePasswordResponse) String

type UsersServiceUpdateRequest

type UsersServiceUpdateRequest struct {

	// The user identifier to fetch the user
	Identifier *UserIdentifier `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The profile information to update. Leave optinal fields to keep fields the same
	Profile *Profile `protobuf:"bytes,3,opt,name=profile,proto3,oneof" json:"profile,omitempty"`
	// The bytes to update
	ExtraData []byte `protobuf:"bytes,4,opt,name=extra_data,json=extraData,proto3,oneof" json:"extra_data,omitempty"`
	// The username to update (optional)
	Username *string `protobuf:"bytes,5,opt,name=username,proto3,oneof" json:"username,omitempty"`
	// The phone number to update (optional)
	Phone *string `protobuf:"bytes,6,opt,name=phone,proto3,oneof" json:"phone,omitempty"`
	// The email to update (optional)
	Email *string `protobuf:"bytes,7,opt,name=email,proto3,oneof" json:"email,omitempty"`
	// contains filtered or unexported fields
}

The request of a Users.Update RPC

func (*UsersServiceUpdateRequest) Descriptor deprecated

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

Deprecated: Use UsersServiceUpdateRequest.ProtoReflect.Descriptor instead.

func (*UsersServiceUpdateRequest) GetEmail

func (x *UsersServiceUpdateRequest) GetEmail() string

func (*UsersServiceUpdateRequest) GetExtraData

func (x *UsersServiceUpdateRequest) GetExtraData() []byte

func (*UsersServiceUpdateRequest) GetIdentifier

func (x *UsersServiceUpdateRequest) GetIdentifier() *UserIdentifier

func (*UsersServiceUpdateRequest) GetNamespace

func (x *UsersServiceUpdateRequest) GetNamespace() string

func (*UsersServiceUpdateRequest) GetPhone

func (x *UsersServiceUpdateRequest) GetPhone() string

func (*UsersServiceUpdateRequest) GetProfile

func (x *UsersServiceUpdateRequest) GetProfile() *Profile

func (*UsersServiceUpdateRequest) GetUsername

func (x *UsersServiceUpdateRequest) GetUsername() string

func (*UsersServiceUpdateRequest) ProtoMessage

func (*UsersServiceUpdateRequest) ProtoMessage()

func (*UsersServiceUpdateRequest) ProtoReflect

func (*UsersServiceUpdateRequest) Reset

func (x *UsersServiceUpdateRequest) Reset()

func (*UsersServiceUpdateRequest) String

func (x *UsersServiceUpdateRequest) String() string

type UsersServiceUpdateResponse

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

The response of a Users.Update RPC

func (*UsersServiceUpdateResponse) Descriptor deprecated

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

Deprecated: Use UsersServiceUpdateResponse.ProtoReflect.Descriptor instead.

func (*UsersServiceUpdateResponse) ProtoMessage

func (*UsersServiceUpdateResponse) ProtoMessage()

func (*UsersServiceUpdateResponse) ProtoReflect

func (*UsersServiceUpdateResponse) Reset

func (x *UsersServiceUpdateResponse) Reset()

func (*UsersServiceUpdateResponse) String

func (x *UsersServiceUpdateResponse) String() string

type UsersServiceUploadCoverImageRequest

type UsersServiceUploadCoverImageRequest struct {

	// The bytes of data to upload
	Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The user to upload a cover image to.
	Identifier *UserIdentifier `protobuf:"bytes,3,opt,name=identifier,proto3" json:"identifier,omitempty"`
	// contains filtered or unexported fields
}

The request of an Users.UploadCoverImage RPC

func (*UsersServiceUploadCoverImageRequest) Descriptor deprecated

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

Deprecated: Use UsersServiceUploadCoverImageRequest.ProtoReflect.Descriptor instead.

func (*UsersServiceUploadCoverImageRequest) GetData

func (*UsersServiceUploadCoverImageRequest) GetIdentifier

func (*UsersServiceUploadCoverImageRequest) GetNamespace

func (x *UsersServiceUploadCoverImageRequest) GetNamespace() string

func (*UsersServiceUploadCoverImageRequest) ProtoMessage

func (*UsersServiceUploadCoverImageRequest) ProtoMessage()

func (*UsersServiceUploadCoverImageRequest) ProtoReflect

func (*UsersServiceUploadCoverImageRequest) Reset

func (*UsersServiceUploadCoverImageRequest) String

type UsersServiceUploadCoverImageResponse

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

The response of an Users.UploadCoverImage RPC

func (*UsersServiceUploadCoverImageResponse) Descriptor deprecated

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

Deprecated: Use UsersServiceUploadCoverImageResponse.ProtoReflect.Descriptor instead.

func (*UsersServiceUploadCoverImageResponse) GetUrl

func (*UsersServiceUploadCoverImageResponse) ProtoMessage

func (*UsersServiceUploadCoverImageResponse) ProtoMessage()

func (*UsersServiceUploadCoverImageResponse) ProtoReflect

func (*UsersServiceUploadCoverImageResponse) Reset

func (*UsersServiceUploadCoverImageResponse) String

type UsersServiceUploadProfileImageRequest

type UsersServiceUploadProfileImageRequest struct {

	// The bytes of data to upload
	Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// The namespace to perform action in
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The user to upload a profile image to.
	Identifier *UserIdentifier `protobuf:"bytes,3,opt,name=identifier,proto3" json:"identifier,omitempty"`
	// contains filtered or unexported fields
}

The request of an Users.UploadProfileImage RPC

func (*UsersServiceUploadProfileImageRequest) Descriptor deprecated

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

Deprecated: Use UsersServiceUploadProfileImageRequest.ProtoReflect.Descriptor instead.

func (*UsersServiceUploadProfileImageRequest) GetData

func (*UsersServiceUploadProfileImageRequest) GetIdentifier

func (*UsersServiceUploadProfileImageRequest) GetNamespace

func (*UsersServiceUploadProfileImageRequest) ProtoMessage

func (*UsersServiceUploadProfileImageRequest) ProtoMessage()

func (*UsersServiceUploadProfileImageRequest) ProtoReflect

func (*UsersServiceUploadProfileImageRequest) Reset

func (*UsersServiceUploadProfileImageRequest) String

type UsersServiceUploadProfileImageResponse

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

The response of an Users.UploadProfileImage RPC

func (*UsersServiceUploadProfileImageResponse) Descriptor deprecated

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

Deprecated: Use UsersServiceUploadProfileImageResponse.ProtoReflect.Descriptor instead.

func (*UsersServiceUploadProfileImageResponse) GetUrl

func (*UsersServiceUploadProfileImageResponse) ProtoMessage

func (*UsersServiceUploadProfileImageResponse) ProtoReflect

func (*UsersServiceUploadProfileImageResponse) Reset

func (*UsersServiceUploadProfileImageResponse) String

type VerificationCode

type VerificationCode struct {
	Code        *Hash                  `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	SentAt      *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=sent_at,json=sentAt,proto3" json:"sent_at,omitempty"`
	ExpiresAt   *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	Attempts    int32                  `protobuf:"varint,4,opt,name=attempts,proto3" json:"attempts,omitempty"`
	LastAttempt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=last_attempt,json=lastAttempt,proto3" json:"last_attempt,omitempty"`
	Type        VerificationType       `protobuf:"varint,6,opt,name=type,proto3,enum=nuntio.users.v1alpha1.VerificationType" json:"type,omitempty"`
	UserId      string                 `protobuf:"bytes,7,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*VerificationCode) Descriptor deprecated

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

Deprecated: Use VerificationCode.ProtoReflect.Descriptor instead.

func (*VerificationCode) GetAttempts

func (x *VerificationCode) GetAttempts() int32

func (*VerificationCode) GetCode

func (x *VerificationCode) GetCode() *Hash

func (*VerificationCode) GetExpiresAt

func (x *VerificationCode) GetExpiresAt() *timestamppb.Timestamp

func (*VerificationCode) GetLastAttempt

func (x *VerificationCode) GetLastAttempt() *timestamppb.Timestamp

func (*VerificationCode) GetSentAt

func (x *VerificationCode) GetSentAt() *timestamppb.Timestamp

func (*VerificationCode) GetType

func (x *VerificationCode) GetType() VerificationType

func (*VerificationCode) GetUserId

func (x *VerificationCode) GetUserId() string

func (*VerificationCode) ProtoMessage

func (*VerificationCode) ProtoMessage()

func (*VerificationCode) ProtoReflect

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

func (*VerificationCode) Reset

func (x *VerificationCode) Reset()

func (*VerificationCode) String

func (x *VerificationCode) String() string

type VerificationType

type VerificationType int32
const (
	VerificationType_VERIFICATION_TYPE_UNSPECIFIED    VerificationType = 0
	VerificationType_VERIFICATION_TYPE_EMAIL          VerificationType = 1
	VerificationType_VERIFICATION_TYPE_TEXT           VerificationType = 2
	VerificationType_VERIFICATION_TYPE_RESET_PASSWORD VerificationType = 3
	VerificationType_VERIFICATION_TYPE_MAGIC_CODE     VerificationType = 4
)

func (VerificationType) Descriptor

func (VerificationType) Enum

func (VerificationType) EnumDescriptor deprecated

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

Deprecated: Use VerificationType.Descriptor instead.

func (VerificationType) Number

func (VerificationType) String

func (x VerificationType) String() string

func (VerificationType) Type

Jump to

Keyboard shortcuts

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