auth

package
v0.3.5 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2022 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AuthService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "zitadel.auth.v1.AuthService",
	HandlerType: (*AuthServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Healthz",
			Handler:    _AuthService_Healthz_Handler,
		},
		{
			MethodName: "GetSupportedLanguages",
			Handler:    _AuthService_GetSupportedLanguages_Handler,
		},
		{
			MethodName: "GetMyUser",
			Handler:    _AuthService_GetMyUser_Handler,
		},
		{
			MethodName: "RemoveMyUser",
			Handler:    _AuthService_RemoveMyUser_Handler,
		},
		{
			MethodName: "ListMyUserChanges",
			Handler:    _AuthService_ListMyUserChanges_Handler,
		},
		{
			MethodName: "ListMyUserSessions",
			Handler:    _AuthService_ListMyUserSessions_Handler,
		},
		{
			MethodName: "ListMyMetadata",
			Handler:    _AuthService_ListMyMetadata_Handler,
		},
		{
			MethodName: "GetMyMetadata",
			Handler:    _AuthService_GetMyMetadata_Handler,
		},
		{
			MethodName: "ListMyRefreshTokens",
			Handler:    _AuthService_ListMyRefreshTokens_Handler,
		},
		{
			MethodName: "RevokeMyRefreshToken",
			Handler:    _AuthService_RevokeMyRefreshToken_Handler,
		},
		{
			MethodName: "RevokeAllMyRefreshTokens",
			Handler:    _AuthService_RevokeAllMyRefreshTokens_Handler,
		},
		{
			MethodName: "UpdateMyUserName",
			Handler:    _AuthService_UpdateMyUserName_Handler,
		},
		{
			MethodName: "GetMyPasswordComplexityPolicy",
			Handler:    _AuthService_GetMyPasswordComplexityPolicy_Handler,
		},
		{
			MethodName: "UpdateMyPassword",
			Handler:    _AuthService_UpdateMyPassword_Handler,
		},
		{
			MethodName: "GetMyProfile",
			Handler:    _AuthService_GetMyProfile_Handler,
		},
		{
			MethodName: "UpdateMyProfile",
			Handler:    _AuthService_UpdateMyProfile_Handler,
		},
		{
			MethodName: "GetMyEmail",
			Handler:    _AuthService_GetMyEmail_Handler,
		},
		{
			MethodName: "SetMyEmail",
			Handler:    _AuthService_SetMyEmail_Handler,
		},
		{
			MethodName: "VerifyMyEmail",
			Handler:    _AuthService_VerifyMyEmail_Handler,
		},
		{
			MethodName: "ResendMyEmailVerification",
			Handler:    _AuthService_ResendMyEmailVerification_Handler,
		},
		{
			MethodName: "GetMyPhone",
			Handler:    _AuthService_GetMyPhone_Handler,
		},
		{
			MethodName: "SetMyPhone",
			Handler:    _AuthService_SetMyPhone_Handler,
		},
		{
			MethodName: "VerifyMyPhone",
			Handler:    _AuthService_VerifyMyPhone_Handler,
		},
		{
			MethodName: "ResendMyPhoneVerification",
			Handler:    _AuthService_ResendMyPhoneVerification_Handler,
		},
		{
			MethodName: "RemoveMyPhone",
			Handler:    _AuthService_RemoveMyPhone_Handler,
		},
		{
			MethodName: "RemoveMyAvatar",
			Handler:    _AuthService_RemoveMyAvatar_Handler,
		},
		{
			MethodName: "ListMyLinkedIDPs",
			Handler:    _AuthService_ListMyLinkedIDPs_Handler,
		},
		{
			MethodName: "RemoveMyLinkedIDP",
			Handler:    _AuthService_RemoveMyLinkedIDP_Handler,
		},
		{
			MethodName: "ListMyAuthFactors",
			Handler:    _AuthService_ListMyAuthFactors_Handler,
		},
		{
			MethodName: "AddMyAuthFactorOTP",
			Handler:    _AuthService_AddMyAuthFactorOTP_Handler,
		},
		{
			MethodName: "VerifyMyAuthFactorOTP",
			Handler:    _AuthService_VerifyMyAuthFactorOTP_Handler,
		},
		{
			MethodName: "RemoveMyAuthFactorOTP",
			Handler:    _AuthService_RemoveMyAuthFactorOTP_Handler,
		},
		{
			MethodName: "AddMyAuthFactorU2F",
			Handler:    _AuthService_AddMyAuthFactorU2F_Handler,
		},
		{
			MethodName: "VerifyMyAuthFactorU2F",
			Handler:    _AuthService_VerifyMyAuthFactorU2F_Handler,
		},
		{
			MethodName: "RemoveMyAuthFactorU2F",
			Handler:    _AuthService_RemoveMyAuthFactorU2F_Handler,
		},
		{
			MethodName: "ListMyPasswordless",
			Handler:    _AuthService_ListMyPasswordless_Handler,
		},
		{
			MethodName: "AddMyPasswordless",
			Handler:    _AuthService_AddMyPasswordless_Handler,
		},
		{
			MethodName: "AddMyPasswordlessLink",
			Handler:    _AuthService_AddMyPasswordlessLink_Handler,
		},
		{
			MethodName: "SendMyPasswordlessLink",
			Handler:    _AuthService_SendMyPasswordlessLink_Handler,
		},
		{
			MethodName: "VerifyMyPasswordless",
			Handler:    _AuthService_VerifyMyPasswordless_Handler,
		},
		{
			MethodName: "RemoveMyPasswordless",
			Handler:    _AuthService_RemoveMyPasswordless_Handler,
		},
		{
			MethodName: "ListMyUserGrants",
			Handler:    _AuthService_ListMyUserGrants_Handler,
		},
		{
			MethodName: "ListMyProjectOrgs",
			Handler:    _AuthService_ListMyProjectOrgs_Handler,
		},
		{
			MethodName: "ListMyZitadelFeatures",
			Handler:    _AuthService_ListMyZitadelFeatures_Handler,
		},
		{
			MethodName: "ListMyZitadelPermissions",
			Handler:    _AuthService_ListMyZitadelPermissions_Handler,
		},
		{
			MethodName: "ListMyProjectPermissions",
			Handler:    _AuthService_ListMyProjectPermissions_Handler,
		},
		{
			MethodName: "ListMyMemberships",
			Handler:    _AuthService_ListMyMemberships_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "zitadel/auth.proto",
}

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

View Source
var File_zitadel_auth_proto protoreflect.FileDescriptor

Functions

func RegisterAuthServiceServer

func RegisterAuthServiceServer(s grpc.ServiceRegistrar, srv AuthServiceServer)

Types

type AddMyAuthFactorOTPRequest

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

This is an empty request

func (*AddMyAuthFactorOTPRequest) Descriptor deprecated

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

Deprecated: Use AddMyAuthFactorOTPRequest.ProtoReflect.Descriptor instead.

func (*AddMyAuthFactorOTPRequest) ProtoMessage

func (*AddMyAuthFactorOTPRequest) ProtoMessage()

func (*AddMyAuthFactorOTPRequest) ProtoReflect

func (*AddMyAuthFactorOTPRequest) Reset

func (x *AddMyAuthFactorOTPRequest) Reset()

func (*AddMyAuthFactorOTPRequest) String

func (x *AddMyAuthFactorOTPRequest) String() string

type AddMyAuthFactorOTPResponse

type AddMyAuthFactorOTPResponse struct {
	Url     string                `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Secret  string                `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty"`
	Details *object.ObjectDetails `protobuf:"bytes,3,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddMyAuthFactorOTPResponse) Descriptor deprecated

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

Deprecated: Use AddMyAuthFactorOTPResponse.ProtoReflect.Descriptor instead.

func (*AddMyAuthFactorOTPResponse) GetDetails

func (*AddMyAuthFactorOTPResponse) GetSecret

func (x *AddMyAuthFactorOTPResponse) GetSecret() string

func (*AddMyAuthFactorOTPResponse) GetUrl

func (x *AddMyAuthFactorOTPResponse) GetUrl() string

func (*AddMyAuthFactorOTPResponse) ProtoMessage

func (*AddMyAuthFactorOTPResponse) ProtoMessage()

func (*AddMyAuthFactorOTPResponse) ProtoReflect

func (*AddMyAuthFactorOTPResponse) Reset

func (x *AddMyAuthFactorOTPResponse) Reset()

func (*AddMyAuthFactorOTPResponse) String

func (x *AddMyAuthFactorOTPResponse) String() string

type AddMyAuthFactorU2FRequest

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

This is an empty request

func (*AddMyAuthFactorU2FRequest) Descriptor deprecated

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

Deprecated: Use AddMyAuthFactorU2FRequest.ProtoReflect.Descriptor instead.

func (*AddMyAuthFactorU2FRequest) ProtoMessage

func (*AddMyAuthFactorU2FRequest) ProtoMessage()

func (*AddMyAuthFactorU2FRequest) ProtoReflect

func (*AddMyAuthFactorU2FRequest) Reset

func (x *AddMyAuthFactorU2FRequest) Reset()

func (*AddMyAuthFactorU2FRequest) String

func (x *AddMyAuthFactorU2FRequest) String() string

type AddMyAuthFactorU2FResponse

type AddMyAuthFactorU2FResponse struct {
	Key     *user.WebAuthNKey     `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Details *object.ObjectDetails `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddMyAuthFactorU2FResponse) Descriptor deprecated

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

Deprecated: Use AddMyAuthFactorU2FResponse.ProtoReflect.Descriptor instead.

func (*AddMyAuthFactorU2FResponse) GetDetails

func (*AddMyAuthFactorU2FResponse) GetKey

func (*AddMyAuthFactorU2FResponse) ProtoMessage

func (*AddMyAuthFactorU2FResponse) ProtoMessage()

func (*AddMyAuthFactorU2FResponse) ProtoReflect

func (*AddMyAuthFactorU2FResponse) Reset

func (x *AddMyAuthFactorU2FResponse) Reset()

func (*AddMyAuthFactorU2FResponse) String

func (x *AddMyAuthFactorU2FResponse) String() string

type AddMyPasswordlessLinkRequest

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

This is an empty request

func (*AddMyPasswordlessLinkRequest) Descriptor deprecated

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

Deprecated: Use AddMyPasswordlessLinkRequest.ProtoReflect.Descriptor instead.

func (*AddMyPasswordlessLinkRequest) ProtoMessage

func (*AddMyPasswordlessLinkRequest) ProtoMessage()

func (*AddMyPasswordlessLinkRequest) ProtoReflect

func (*AddMyPasswordlessLinkRequest) Reset

func (x *AddMyPasswordlessLinkRequest) Reset()

func (*AddMyPasswordlessLinkRequest) String

type AddMyPasswordlessLinkResponse

type AddMyPasswordlessLinkResponse struct {
	Details    *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Link       string                `protobuf:"bytes,2,opt,name=link,proto3" json:"link,omitempty"`
	Expiration *durationpb.Duration  `protobuf:"bytes,3,opt,name=expiration,proto3" json:"expiration,omitempty"`
	// contains filtered or unexported fields
}

func (*AddMyPasswordlessLinkResponse) Descriptor deprecated

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

Deprecated: Use AddMyPasswordlessLinkResponse.ProtoReflect.Descriptor instead.

func (*AddMyPasswordlessLinkResponse) GetDetails

func (*AddMyPasswordlessLinkResponse) GetExpiration

func (*AddMyPasswordlessLinkResponse) ProtoMessage

func (*AddMyPasswordlessLinkResponse) ProtoMessage()

func (*AddMyPasswordlessLinkResponse) ProtoReflect

func (*AddMyPasswordlessLinkResponse) Reset

func (x *AddMyPasswordlessLinkResponse) Reset()

func (*AddMyPasswordlessLinkResponse) String

type AddMyPasswordlessRequest

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

This is an empty request

func (*AddMyPasswordlessRequest) Descriptor deprecated

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

Deprecated: Use AddMyPasswordlessRequest.ProtoReflect.Descriptor instead.

func (*AddMyPasswordlessRequest) ProtoMessage

func (*AddMyPasswordlessRequest) ProtoMessage()

func (*AddMyPasswordlessRequest) ProtoReflect

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

func (*AddMyPasswordlessRequest) Reset

func (x *AddMyPasswordlessRequest) Reset()

func (*AddMyPasswordlessRequest) String

func (x *AddMyPasswordlessRequest) String() string

type AddMyPasswordlessResponse

type AddMyPasswordlessResponse struct {
	Key     *user.WebAuthNKey     `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Details *object.ObjectDetails `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*AddMyPasswordlessResponse) Descriptor deprecated

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

Deprecated: Use AddMyPasswordlessResponse.ProtoReflect.Descriptor instead.

func (*AddMyPasswordlessResponse) GetDetails

func (*AddMyPasswordlessResponse) GetKey

func (*AddMyPasswordlessResponse) ProtoMessage

func (*AddMyPasswordlessResponse) ProtoMessage()

func (*AddMyPasswordlessResponse) ProtoReflect

func (*AddMyPasswordlessResponse) Reset

func (x *AddMyPasswordlessResponse) Reset()

func (*AddMyPasswordlessResponse) String

func (x *AddMyPasswordlessResponse) String() string

type AuthServiceClient

type AuthServiceClient interface {
	Healthz(ctx context.Context, in *HealthzRequest, opts ...grpc.CallOption) (*HealthzResponse, error)
	// Returns the default languages
	GetSupportedLanguages(ctx context.Context, in *GetSupportedLanguagesRequest, opts ...grpc.CallOption) (*GetSupportedLanguagesResponse, error)
	// Returns my full blown user
	GetMyUser(ctx context.Context, in *GetMyUserRequest, opts ...grpc.CallOption) (*GetMyUserResponse, error)
	// Changes the user state to deleted
	RemoveMyUser(ctx context.Context, in *RemoveMyUserRequest, opts ...grpc.CallOption) (*RemoveMyUserResponse, error)
	// Returns the history of the authorized user (each event)
	ListMyUserChanges(ctx context.Context, in *ListMyUserChangesRequest, opts ...grpc.CallOption) (*ListMyUserChangesResponse, error)
	// Returns the user sessions of the authorized user of the current useragent
	ListMyUserSessions(ctx context.Context, in *ListMyUserSessionsRequest, opts ...grpc.CallOption) (*ListMyUserSessionsResponse, error)
	// Returns the user metadata of the authorized user
	ListMyMetadata(ctx context.Context, in *ListMyMetadataRequest, opts ...grpc.CallOption) (*ListMyMetadataResponse, error)
	// Returns the user metadata by key of the authorized user
	GetMyMetadata(ctx context.Context, in *GetMyMetadataRequest, opts ...grpc.CallOption) (*GetMyMetadataResponse, error)
	// Returns the refresh tokens of the authorized user
	ListMyRefreshTokens(ctx context.Context, in *ListMyRefreshTokensRequest, opts ...grpc.CallOption) (*ListMyRefreshTokensResponse, error)
	// Revokes a single refresh token of the authorized user by its (token) id
	RevokeMyRefreshToken(ctx context.Context, in *RevokeMyRefreshTokenRequest, opts ...grpc.CallOption) (*RevokeMyRefreshTokenResponse, error)
	// Revokes all refresh tokens of the authorized user
	RevokeAllMyRefreshTokens(ctx context.Context, in *RevokeAllMyRefreshTokensRequest, opts ...grpc.CallOption) (*RevokeAllMyRefreshTokensResponse, error)
	// Change the user name of the authorize user
	UpdateMyUserName(ctx context.Context, in *UpdateMyUserNameRequest, opts ...grpc.CallOption) (*UpdateMyUserNameResponse, error)
	// Returns the password complexity policy of my organisation
	// This policy defines how the password should look
	GetMyPasswordComplexityPolicy(ctx context.Context, in *GetMyPasswordComplexityPolicyRequest, opts ...grpc.CallOption) (*GetMyPasswordComplexityPolicyResponse, error)
	// Change the password of the authorized user
	UpdateMyPassword(ctx context.Context, in *UpdateMyPasswordRequest, opts ...grpc.CallOption) (*UpdateMyPasswordResponse, error)
	// Returns the profile information of the authorized user
	GetMyProfile(ctx context.Context, in *GetMyProfileRequest, opts ...grpc.CallOption) (*GetMyProfileResponse, error)
	// Changes the profile information of the authorized user
	UpdateMyProfile(ctx context.Context, in *UpdateMyProfileRequest, opts ...grpc.CallOption) (*UpdateMyProfileResponse, error)
	// Returns the email address of the authorized user
	GetMyEmail(ctx context.Context, in *GetMyEmailRequest, opts ...grpc.CallOption) (*GetMyEmailResponse, error)
	// Changes the email address of the authorized user
	// An email is sent to the given address, to verify it
	SetMyEmail(ctx context.Context, in *SetMyEmailRequest, opts ...grpc.CallOption) (*SetMyEmailResponse, error)
	// Sets the email address to verified
	VerifyMyEmail(ctx context.Context, in *VerifyMyEmailRequest, opts ...grpc.CallOption) (*VerifyMyEmailResponse, error)
	// Sends a new email to the last given address to verify it
	ResendMyEmailVerification(ctx context.Context, in *ResendMyEmailVerificationRequest, opts ...grpc.CallOption) (*ResendMyEmailVerificationResponse, error)
	// Returns the phone number of the authorized user
	GetMyPhone(ctx context.Context, in *GetMyPhoneRequest, opts ...grpc.CallOption) (*GetMyPhoneResponse, error)
	// Sets the phone number of the authorized user
	// An sms is sent to the number with a verification code
	SetMyPhone(ctx context.Context, in *SetMyPhoneRequest, opts ...grpc.CallOption) (*SetMyPhoneResponse, error)
	// Sets the phone number to verified
	VerifyMyPhone(ctx context.Context, in *VerifyMyPhoneRequest, opts ...grpc.CallOption) (*VerifyMyPhoneResponse, error)
	// Resends a sms to the last given phone number, to verify it
	ResendMyPhoneVerification(ctx context.Context, in *ResendMyPhoneVerificationRequest, opts ...grpc.CallOption) (*ResendMyPhoneVerificationResponse, error)
	// Removed the phone number of the authorized user
	RemoveMyPhone(ctx context.Context, in *RemoveMyPhoneRequest, opts ...grpc.CallOption) (*RemoveMyPhoneResponse, error)
	// Remove my avatar
	RemoveMyAvatar(ctx context.Context, in *RemoveMyAvatarRequest, opts ...grpc.CallOption) (*RemoveMyAvatarResponse, error)
	// Returns a list of all linked identity providers (social logins, eg. Google, Microsoft, AD, etc.)
	ListMyLinkedIDPs(ctx context.Context, in *ListMyLinkedIDPsRequest, opts ...grpc.CallOption) (*ListMyLinkedIDPsResponse, error)
	// Removes a linked identity provider (social logins, eg. Google, Microsoft, AD, etc.)
	RemoveMyLinkedIDP(ctx context.Context, in *RemoveMyLinkedIDPRequest, opts ...grpc.CallOption) (*RemoveMyLinkedIDPResponse, error)
	// Returns all configured authentication factors (second and multi)
	ListMyAuthFactors(ctx context.Context, in *ListMyAuthFactorsRequest, opts ...grpc.CallOption) (*ListMyAuthFactorsResponse, error)
	// Adds a new OTP (One Time Password) Second Factor to the authorized user
	// Only one OTP can be configured per user
	AddMyAuthFactorOTP(ctx context.Context, in *AddMyAuthFactorOTPRequest, opts ...grpc.CallOption) (*AddMyAuthFactorOTPResponse, error)
	// Verify the last added OTP (One Time Password)
	VerifyMyAuthFactorOTP(ctx context.Context, in *VerifyMyAuthFactorOTPRequest, opts ...grpc.CallOption) (*VerifyMyAuthFactorOTPResponse, error)
	// Removed the configured OTP (One Time Password) Factor
	RemoveMyAuthFactorOTP(ctx context.Context, in *RemoveMyAuthFactorOTPRequest, opts ...grpc.CallOption) (*RemoveMyAuthFactorOTPResponse, error)
	// Adds a new U2F (Universal Second Factor) to the authorized user
	// Multiple U2Fs can be configured
	AddMyAuthFactorU2F(ctx context.Context, in *AddMyAuthFactorU2FRequest, opts ...grpc.CallOption) (*AddMyAuthFactorU2FResponse, error)
	// Verifies the last added U2F (Universal Second Factor) of the authorized user
	VerifyMyAuthFactorU2F(ctx context.Context, in *VerifyMyAuthFactorU2FRequest, opts ...grpc.CallOption) (*VerifyMyAuthFactorU2FResponse, error)
	// Removes the U2F Authentication from the authorized user
	RemoveMyAuthFactorU2F(ctx context.Context, in *RemoveMyAuthFactorU2FRequest, opts ...grpc.CallOption) (*RemoveMyAuthFactorU2FResponse, error)
	// Returns all configured passwordless authenticators of the authorized user
	ListMyPasswordless(ctx context.Context, in *ListMyPasswordlessRequest, opts ...grpc.CallOption) (*ListMyPasswordlessResponse, error)
	// Adds a new passwordless authenticator to the authorized user
	// Multiple passwordless authentications can be configured
	AddMyPasswordless(ctx context.Context, in *AddMyPasswordlessRequest, opts ...grpc.CallOption) (*AddMyPasswordlessResponse, error)
	// Adds a new passwordless authenticator link to the authorized user and returns it directly
	// This link enables the user to register a new device if current passwordless devices are all platform authenticators
	// e.g. User has already registered Windows Hello and wants to register FaceID on the iPhone
	AddMyPasswordlessLink(ctx context.Context, in *AddMyPasswordlessLinkRequest, opts ...grpc.CallOption) (*AddMyPasswordlessLinkResponse, error)
	// Adds a new passwordless authenticator link to the authorized user and sends it to the registered email address
	// This link enables the user to register a new device if current passwordless devices are all platform authenticators
	// e.g. User has already registered Windows Hello and wants to register FaceID on the iPhone
	SendMyPasswordlessLink(ctx context.Context, in *SendMyPasswordlessLinkRequest, opts ...grpc.CallOption) (*SendMyPasswordlessLinkResponse, error)
	// Verifies the last added passwordless configuration
	VerifyMyPasswordless(ctx context.Context, in *VerifyMyPasswordlessRequest, opts ...grpc.CallOption) (*VerifyMyPasswordlessResponse, error)
	// Removes the passwordless configuration from the authorized user
	RemoveMyPasswordless(ctx context.Context, in *RemoveMyPasswordlessRequest, opts ...grpc.CallOption) (*RemoveMyPasswordlessResponse, error)
	// Returns all user grants (authorizations) of the authorized user
	ListMyUserGrants(ctx context.Context, in *ListMyUserGrantsRequest, opts ...grpc.CallOption) (*ListMyUserGrantsResponse, error)
	// Returns a list of organisations where the authorized user has a user grant (authorization) in the context of the requested project
	ListMyProjectOrgs(ctx context.Context, in *ListMyProjectOrgsRequest, opts ...grpc.CallOption) (*ListMyProjectOrgsResponse, error)
	// Returns a list of features, which are allowed on these organisation based on the subscription of the organisation
	ListMyZitadelFeatures(ctx context.Context, in *ListMyZitadelFeaturesRequest, opts ...grpc.CallOption) (*ListMyZitadelFeaturesResponse, error)
	// Returns the permissions the authorized user has in ZITADEL based on his manager roles (e.g ORG_OWNER)
	ListMyZitadelPermissions(ctx context.Context, in *ListMyZitadelPermissionsRequest, opts ...grpc.CallOption) (*ListMyZitadelPermissionsResponse, error)
	// Returns a list of roles for the authorized user and project
	ListMyProjectPermissions(ctx context.Context, in *ListMyProjectPermissionsRequest, opts ...grpc.CallOption) (*ListMyProjectPermissionsResponse, error)
	// Show all the permissions my user has in ZITADEL (ZITADEL Manager)
	// Limit should always be set, there is a default limit set by the service
	ListMyMemberships(ctx context.Context, in *ListMyMembershipsRequest, opts ...grpc.CallOption) (*ListMyMembershipsResponse, error)
}

AuthServiceClient is the client API for AuthService service.

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

type AuthServiceServer

type AuthServiceServer interface {
	Healthz(context.Context, *HealthzRequest) (*HealthzResponse, error)
	// Returns the default languages
	GetSupportedLanguages(context.Context, *GetSupportedLanguagesRequest) (*GetSupportedLanguagesResponse, error)
	// Returns my full blown user
	GetMyUser(context.Context, *GetMyUserRequest) (*GetMyUserResponse, error)
	// Changes the user state to deleted
	RemoveMyUser(context.Context, *RemoveMyUserRequest) (*RemoveMyUserResponse, error)
	// Returns the history of the authorized user (each event)
	ListMyUserChanges(context.Context, *ListMyUserChangesRequest) (*ListMyUserChangesResponse, error)
	// Returns the user sessions of the authorized user of the current useragent
	ListMyUserSessions(context.Context, *ListMyUserSessionsRequest) (*ListMyUserSessionsResponse, error)
	// Returns the user metadata of the authorized user
	ListMyMetadata(context.Context, *ListMyMetadataRequest) (*ListMyMetadataResponse, error)
	// Returns the user metadata by key of the authorized user
	GetMyMetadata(context.Context, *GetMyMetadataRequest) (*GetMyMetadataResponse, error)
	// Returns the refresh tokens of the authorized user
	ListMyRefreshTokens(context.Context, *ListMyRefreshTokensRequest) (*ListMyRefreshTokensResponse, error)
	// Revokes a single refresh token of the authorized user by its (token) id
	RevokeMyRefreshToken(context.Context, *RevokeMyRefreshTokenRequest) (*RevokeMyRefreshTokenResponse, error)
	// Revokes all refresh tokens of the authorized user
	RevokeAllMyRefreshTokens(context.Context, *RevokeAllMyRefreshTokensRequest) (*RevokeAllMyRefreshTokensResponse, error)
	// Change the user name of the authorize user
	UpdateMyUserName(context.Context, *UpdateMyUserNameRequest) (*UpdateMyUserNameResponse, error)
	// Returns the password complexity policy of my organisation
	// This policy defines how the password should look
	GetMyPasswordComplexityPolicy(context.Context, *GetMyPasswordComplexityPolicyRequest) (*GetMyPasswordComplexityPolicyResponse, error)
	// Change the password of the authorized user
	UpdateMyPassword(context.Context, *UpdateMyPasswordRequest) (*UpdateMyPasswordResponse, error)
	// Returns the profile information of the authorized user
	GetMyProfile(context.Context, *GetMyProfileRequest) (*GetMyProfileResponse, error)
	// Changes the profile information of the authorized user
	UpdateMyProfile(context.Context, *UpdateMyProfileRequest) (*UpdateMyProfileResponse, error)
	// Returns the email address of the authorized user
	GetMyEmail(context.Context, *GetMyEmailRequest) (*GetMyEmailResponse, error)
	// Changes the email address of the authorized user
	// An email is sent to the given address, to verify it
	SetMyEmail(context.Context, *SetMyEmailRequest) (*SetMyEmailResponse, error)
	// Sets the email address to verified
	VerifyMyEmail(context.Context, *VerifyMyEmailRequest) (*VerifyMyEmailResponse, error)
	// Sends a new email to the last given address to verify it
	ResendMyEmailVerification(context.Context, *ResendMyEmailVerificationRequest) (*ResendMyEmailVerificationResponse, error)
	// Returns the phone number of the authorized user
	GetMyPhone(context.Context, *GetMyPhoneRequest) (*GetMyPhoneResponse, error)
	// Sets the phone number of the authorized user
	// An sms is sent to the number with a verification code
	SetMyPhone(context.Context, *SetMyPhoneRequest) (*SetMyPhoneResponse, error)
	// Sets the phone number to verified
	VerifyMyPhone(context.Context, *VerifyMyPhoneRequest) (*VerifyMyPhoneResponse, error)
	// Resends a sms to the last given phone number, to verify it
	ResendMyPhoneVerification(context.Context, *ResendMyPhoneVerificationRequest) (*ResendMyPhoneVerificationResponse, error)
	// Removed the phone number of the authorized user
	RemoveMyPhone(context.Context, *RemoveMyPhoneRequest) (*RemoveMyPhoneResponse, error)
	// Remove my avatar
	RemoveMyAvatar(context.Context, *RemoveMyAvatarRequest) (*RemoveMyAvatarResponse, error)
	// Returns a list of all linked identity providers (social logins, eg. Google, Microsoft, AD, etc.)
	ListMyLinkedIDPs(context.Context, *ListMyLinkedIDPsRequest) (*ListMyLinkedIDPsResponse, error)
	// Removes a linked identity provider (social logins, eg. Google, Microsoft, AD, etc.)
	RemoveMyLinkedIDP(context.Context, *RemoveMyLinkedIDPRequest) (*RemoveMyLinkedIDPResponse, error)
	// Returns all configured authentication factors (second and multi)
	ListMyAuthFactors(context.Context, *ListMyAuthFactorsRequest) (*ListMyAuthFactorsResponse, error)
	// Adds a new OTP (One Time Password) Second Factor to the authorized user
	// Only one OTP can be configured per user
	AddMyAuthFactorOTP(context.Context, *AddMyAuthFactorOTPRequest) (*AddMyAuthFactorOTPResponse, error)
	// Verify the last added OTP (One Time Password)
	VerifyMyAuthFactorOTP(context.Context, *VerifyMyAuthFactorOTPRequest) (*VerifyMyAuthFactorOTPResponse, error)
	// Removed the configured OTP (One Time Password) Factor
	RemoveMyAuthFactorOTP(context.Context, *RemoveMyAuthFactorOTPRequest) (*RemoveMyAuthFactorOTPResponse, error)
	// Adds a new U2F (Universal Second Factor) to the authorized user
	// Multiple U2Fs can be configured
	AddMyAuthFactorU2F(context.Context, *AddMyAuthFactorU2FRequest) (*AddMyAuthFactorU2FResponse, error)
	// Verifies the last added U2F (Universal Second Factor) of the authorized user
	VerifyMyAuthFactorU2F(context.Context, *VerifyMyAuthFactorU2FRequest) (*VerifyMyAuthFactorU2FResponse, error)
	// Removes the U2F Authentication from the authorized user
	RemoveMyAuthFactorU2F(context.Context, *RemoveMyAuthFactorU2FRequest) (*RemoveMyAuthFactorU2FResponse, error)
	// Returns all configured passwordless authenticators of the authorized user
	ListMyPasswordless(context.Context, *ListMyPasswordlessRequest) (*ListMyPasswordlessResponse, error)
	// Adds a new passwordless authenticator to the authorized user
	// Multiple passwordless authentications can be configured
	AddMyPasswordless(context.Context, *AddMyPasswordlessRequest) (*AddMyPasswordlessResponse, error)
	// Adds a new passwordless authenticator link to the authorized user and returns it directly
	// This link enables the user to register a new device if current passwordless devices are all platform authenticators
	// e.g. User has already registered Windows Hello and wants to register FaceID on the iPhone
	AddMyPasswordlessLink(context.Context, *AddMyPasswordlessLinkRequest) (*AddMyPasswordlessLinkResponse, error)
	// Adds a new passwordless authenticator link to the authorized user and sends it to the registered email address
	// This link enables the user to register a new device if current passwordless devices are all platform authenticators
	// e.g. User has already registered Windows Hello and wants to register FaceID on the iPhone
	SendMyPasswordlessLink(context.Context, *SendMyPasswordlessLinkRequest) (*SendMyPasswordlessLinkResponse, error)
	// Verifies the last added passwordless configuration
	VerifyMyPasswordless(context.Context, *VerifyMyPasswordlessRequest) (*VerifyMyPasswordlessResponse, error)
	// Removes the passwordless configuration from the authorized user
	RemoveMyPasswordless(context.Context, *RemoveMyPasswordlessRequest) (*RemoveMyPasswordlessResponse, error)
	// Returns all user grants (authorizations) of the authorized user
	ListMyUserGrants(context.Context, *ListMyUserGrantsRequest) (*ListMyUserGrantsResponse, error)
	// Returns a list of organisations where the authorized user has a user grant (authorization) in the context of the requested project
	ListMyProjectOrgs(context.Context, *ListMyProjectOrgsRequest) (*ListMyProjectOrgsResponse, error)
	// Returns a list of features, which are allowed on these organisation based on the subscription of the organisation
	ListMyZitadelFeatures(context.Context, *ListMyZitadelFeaturesRequest) (*ListMyZitadelFeaturesResponse, error)
	// Returns the permissions the authorized user has in ZITADEL based on his manager roles (e.g ORG_OWNER)
	ListMyZitadelPermissions(context.Context, *ListMyZitadelPermissionsRequest) (*ListMyZitadelPermissionsResponse, error)
	// Returns a list of roles for the authorized user and project
	ListMyProjectPermissions(context.Context, *ListMyProjectPermissionsRequest) (*ListMyProjectPermissionsResponse, error)
	// Show all the permissions my user has in ZITADEL (ZITADEL Manager)
	// Limit should always be set, there is a default limit set by the service
	ListMyMemberships(context.Context, *ListMyMembershipsRequest) (*ListMyMembershipsResponse, error)
	// contains filtered or unexported methods
}

AuthServiceServer is the server API for AuthService service. All implementations must embed UnimplementedAuthServiceServer for forward compatibility

type BulkRemoveMyMetadataRequest

type BulkRemoveMyMetadataRequest struct {
	Keys []string `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkRemoveMyMetadataRequest) Descriptor deprecated

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

Deprecated: Use BulkRemoveMyMetadataRequest.ProtoReflect.Descriptor instead.

func (*BulkRemoveMyMetadataRequest) GetKeys

func (x *BulkRemoveMyMetadataRequest) GetKeys() []string

func (*BulkRemoveMyMetadataRequest) ProtoMessage

func (*BulkRemoveMyMetadataRequest) ProtoMessage()

func (*BulkRemoveMyMetadataRequest) ProtoReflect

func (*BulkRemoveMyMetadataRequest) Reset

func (x *BulkRemoveMyMetadataRequest) Reset()

func (*BulkRemoveMyMetadataRequest) String

func (x *BulkRemoveMyMetadataRequest) String() string

type BulkRemoveMyMetadataResponse

type BulkRemoveMyMetadataResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkRemoveMyMetadataResponse) Descriptor deprecated

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

Deprecated: Use BulkRemoveMyMetadataResponse.ProtoReflect.Descriptor instead.

func (*BulkRemoveMyMetadataResponse) GetDetails

func (*BulkRemoveMyMetadataResponse) ProtoMessage

func (*BulkRemoveMyMetadataResponse) ProtoMessage()

func (*BulkRemoveMyMetadataResponse) ProtoReflect

func (*BulkRemoveMyMetadataResponse) Reset

func (x *BulkRemoveMyMetadataResponse) Reset()

func (*BulkRemoveMyMetadataResponse) String

type BulkSetMyMetadataRequest

type BulkSetMyMetadataRequest struct {
	Metadata []*BulkSetMyMetadataRequest_Metadata `protobuf:"bytes,1,rep,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkSetMyMetadataRequest) Descriptor deprecated

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

Deprecated: Use BulkSetMyMetadataRequest.ProtoReflect.Descriptor instead.

func (*BulkSetMyMetadataRequest) GetMetadata

func (*BulkSetMyMetadataRequest) ProtoMessage

func (*BulkSetMyMetadataRequest) ProtoMessage()

func (*BulkSetMyMetadataRequest) ProtoReflect

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

func (*BulkSetMyMetadataRequest) Reset

func (x *BulkSetMyMetadataRequest) Reset()

func (*BulkSetMyMetadataRequest) String

func (x *BulkSetMyMetadataRequest) String() string

type BulkSetMyMetadataRequest_Metadata

type BulkSetMyMetadataRequest_Metadata struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkSetMyMetadataRequest_Metadata) Descriptor deprecated

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

Deprecated: Use BulkSetMyMetadataRequest_Metadata.ProtoReflect.Descriptor instead.

func (*BulkSetMyMetadataRequest_Metadata) GetKey

func (*BulkSetMyMetadataRequest_Metadata) GetValue

func (x *BulkSetMyMetadataRequest_Metadata) GetValue() []byte

func (*BulkSetMyMetadataRequest_Metadata) ProtoMessage

func (*BulkSetMyMetadataRequest_Metadata) ProtoMessage()

func (*BulkSetMyMetadataRequest_Metadata) ProtoReflect

func (*BulkSetMyMetadataRequest_Metadata) Reset

func (*BulkSetMyMetadataRequest_Metadata) String

type BulkSetMyMetadataResponse

type BulkSetMyMetadataResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkSetMyMetadataResponse) Descriptor deprecated

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

Deprecated: Use BulkSetMyMetadataResponse.ProtoReflect.Descriptor instead.

func (*BulkSetMyMetadataResponse) GetDetails

func (*BulkSetMyMetadataResponse) ProtoMessage

func (*BulkSetMyMetadataResponse) ProtoMessage()

func (*BulkSetMyMetadataResponse) ProtoReflect

func (*BulkSetMyMetadataResponse) Reset

func (x *BulkSetMyMetadataResponse) Reset()

func (*BulkSetMyMetadataResponse) String

func (x *BulkSetMyMetadataResponse) String() string

type GetMyEmailRequest

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

This is an empty request

func (*GetMyEmailRequest) Descriptor deprecated

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

Deprecated: Use GetMyEmailRequest.ProtoReflect.Descriptor instead.

func (*GetMyEmailRequest) ProtoMessage

func (*GetMyEmailRequest) ProtoMessage()

func (*GetMyEmailRequest) ProtoReflect

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

func (*GetMyEmailRequest) Reset

func (x *GetMyEmailRequest) Reset()

func (*GetMyEmailRequest) String

func (x *GetMyEmailRequest) String() string

type GetMyEmailResponse

type GetMyEmailResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Email   *user.Email           `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMyEmailResponse) Descriptor deprecated

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

Deprecated: Use GetMyEmailResponse.ProtoReflect.Descriptor instead.

func (*GetMyEmailResponse) GetDetails

func (x *GetMyEmailResponse) GetDetails() *object.ObjectDetails

func (*GetMyEmailResponse) GetEmail

func (x *GetMyEmailResponse) GetEmail() *user.Email

func (*GetMyEmailResponse) ProtoMessage

func (*GetMyEmailResponse) ProtoMessage()

func (*GetMyEmailResponse) ProtoReflect

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

func (*GetMyEmailResponse) Reset

func (x *GetMyEmailResponse) Reset()

func (*GetMyEmailResponse) String

func (x *GetMyEmailResponse) String() string

type GetMyMetadataRequest

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

func (*GetMyMetadataRequest) Descriptor deprecated

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

Deprecated: Use GetMyMetadataRequest.ProtoReflect.Descriptor instead.

func (*GetMyMetadataRequest) GetKey

func (x *GetMyMetadataRequest) GetKey() string

func (*GetMyMetadataRequest) ProtoMessage

func (*GetMyMetadataRequest) ProtoMessage()

func (*GetMyMetadataRequest) ProtoReflect

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

func (*GetMyMetadataRequest) Reset

func (x *GetMyMetadataRequest) Reset()

func (*GetMyMetadataRequest) String

func (x *GetMyMetadataRequest) String() string

type GetMyMetadataResponse

type GetMyMetadataResponse struct {
	Metadata *metadata.Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMyMetadataResponse) Descriptor deprecated

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

Deprecated: Use GetMyMetadataResponse.ProtoReflect.Descriptor instead.

func (*GetMyMetadataResponse) GetMetadata

func (x *GetMyMetadataResponse) GetMetadata() *metadata.Metadata

func (*GetMyMetadataResponse) ProtoMessage

func (*GetMyMetadataResponse) ProtoMessage()

func (*GetMyMetadataResponse) ProtoReflect

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

func (*GetMyMetadataResponse) Reset

func (x *GetMyMetadataResponse) Reset()

func (*GetMyMetadataResponse) String

func (x *GetMyMetadataResponse) String() string

type GetMyPasswordComplexityPolicyRequest

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

This is an empty request

func (*GetMyPasswordComplexityPolicyRequest) Descriptor deprecated

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

Deprecated: Use GetMyPasswordComplexityPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetMyPasswordComplexityPolicyRequest) ProtoMessage

func (*GetMyPasswordComplexityPolicyRequest) ProtoMessage()

func (*GetMyPasswordComplexityPolicyRequest) ProtoReflect

func (*GetMyPasswordComplexityPolicyRequest) Reset

func (*GetMyPasswordComplexityPolicyRequest) String

type GetMyPasswordComplexityPolicyResponse

type GetMyPasswordComplexityPolicyResponse struct {
	Policy *policy.PasswordComplexityPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMyPasswordComplexityPolicyResponse) Descriptor deprecated

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

Deprecated: Use GetMyPasswordComplexityPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetMyPasswordComplexityPolicyResponse) GetPolicy

func (*GetMyPasswordComplexityPolicyResponse) ProtoMessage

func (*GetMyPasswordComplexityPolicyResponse) ProtoMessage()

func (*GetMyPasswordComplexityPolicyResponse) ProtoReflect

func (*GetMyPasswordComplexityPolicyResponse) Reset

func (*GetMyPasswordComplexityPolicyResponse) String

type GetMyPhoneRequest

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

This is an empty request

func (*GetMyPhoneRequest) Descriptor deprecated

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

Deprecated: Use GetMyPhoneRequest.ProtoReflect.Descriptor instead.

func (*GetMyPhoneRequest) ProtoMessage

func (*GetMyPhoneRequest) ProtoMessage()

func (*GetMyPhoneRequest) ProtoReflect

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

func (*GetMyPhoneRequest) Reset

func (x *GetMyPhoneRequest) Reset()

func (*GetMyPhoneRequest) String

func (x *GetMyPhoneRequest) String() string

type GetMyPhoneResponse

type GetMyPhoneResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Phone   *user.Phone           `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMyPhoneResponse) Descriptor deprecated

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

Deprecated: Use GetMyPhoneResponse.ProtoReflect.Descriptor instead.

func (*GetMyPhoneResponse) GetDetails

func (x *GetMyPhoneResponse) GetDetails() *object.ObjectDetails

func (*GetMyPhoneResponse) GetPhone

func (x *GetMyPhoneResponse) GetPhone() *user.Phone

func (*GetMyPhoneResponse) ProtoMessage

func (*GetMyPhoneResponse) ProtoMessage()

func (*GetMyPhoneResponse) ProtoReflect

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

func (*GetMyPhoneResponse) Reset

func (x *GetMyPhoneResponse) Reset()

func (*GetMyPhoneResponse) String

func (x *GetMyPhoneResponse) String() string

type GetMyProfileRequest

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

This is an empty request

func (*GetMyProfileRequest) Descriptor deprecated

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

Deprecated: Use GetMyProfileRequest.ProtoReflect.Descriptor instead.

func (*GetMyProfileRequest) ProtoMessage

func (*GetMyProfileRequest) ProtoMessage()

func (*GetMyProfileRequest) ProtoReflect

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

func (*GetMyProfileRequest) Reset

func (x *GetMyProfileRequest) Reset()

func (*GetMyProfileRequest) String

func (x *GetMyProfileRequest) String() string

type GetMyProfileResponse

type GetMyProfileResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Profile *user.Profile         `protobuf:"bytes,2,opt,name=profile,proto3" json:"profile,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMyProfileResponse) Descriptor deprecated

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

Deprecated: Use GetMyProfileResponse.ProtoReflect.Descriptor instead.

func (*GetMyProfileResponse) GetDetails

func (x *GetMyProfileResponse) GetDetails() *object.ObjectDetails

func (*GetMyProfileResponse) GetProfile

func (x *GetMyProfileResponse) GetProfile() *user.Profile

func (*GetMyProfileResponse) ProtoMessage

func (*GetMyProfileResponse) ProtoMessage()

func (*GetMyProfileResponse) ProtoReflect

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

func (*GetMyProfileResponse) Reset

func (x *GetMyProfileResponse) Reset()

func (*GetMyProfileResponse) String

func (x *GetMyProfileResponse) String() string

type GetMyUserRequest

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

This is an empty request the request parameters are read from the token-header

func (*GetMyUserRequest) Descriptor deprecated

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

Deprecated: Use GetMyUserRequest.ProtoReflect.Descriptor instead.

func (*GetMyUserRequest) ProtoMessage

func (*GetMyUserRequest) ProtoMessage()

func (*GetMyUserRequest) ProtoReflect

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

func (*GetMyUserRequest) Reset

func (x *GetMyUserRequest) Reset()

func (*GetMyUserRequest) String

func (x *GetMyUserRequest) String() string

type GetMyUserResponse

type GetMyUserResponse struct {
	User      *user.User             `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	LastLogin *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=last_login,json=lastLogin,proto3" json:"last_login,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMyUserResponse) Descriptor deprecated

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

Deprecated: Use GetMyUserResponse.ProtoReflect.Descriptor instead.

func (*GetMyUserResponse) GetLastLogin

func (x *GetMyUserResponse) GetLastLogin() *timestamppb.Timestamp

func (*GetMyUserResponse) GetUser

func (x *GetMyUserResponse) GetUser() *user.User

func (*GetMyUserResponse) ProtoMessage

func (*GetMyUserResponse) ProtoMessage()

func (*GetMyUserResponse) ProtoReflect

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

func (*GetMyUserResponse) Reset

func (x *GetMyUserResponse) Reset()

func (*GetMyUserResponse) String

func (x *GetMyUserResponse) String() string

type GetSupportedLanguagesRequest

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

This is an empty request

func (*GetSupportedLanguagesRequest) Descriptor deprecated

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

Deprecated: Use GetSupportedLanguagesRequest.ProtoReflect.Descriptor instead.

func (*GetSupportedLanguagesRequest) ProtoMessage

func (*GetSupportedLanguagesRequest) ProtoMessage()

func (*GetSupportedLanguagesRequest) ProtoReflect

func (*GetSupportedLanguagesRequest) Reset

func (x *GetSupportedLanguagesRequest) Reset()

func (*GetSupportedLanguagesRequest) String

type GetSupportedLanguagesResponse

type GetSupportedLanguagesResponse struct {
	Languages []string `protobuf:"bytes,1,rep,name=languages,proto3" json:"languages,omitempty"`
	// contains filtered or unexported fields
}

This is an empty response

func (*GetSupportedLanguagesResponse) Descriptor deprecated

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

Deprecated: Use GetSupportedLanguagesResponse.ProtoReflect.Descriptor instead.

func (*GetSupportedLanguagesResponse) GetLanguages

func (x *GetSupportedLanguagesResponse) GetLanguages() []string

func (*GetSupportedLanguagesResponse) ProtoMessage

func (*GetSupportedLanguagesResponse) ProtoMessage()

func (*GetSupportedLanguagesResponse) ProtoReflect

func (*GetSupportedLanguagesResponse) Reset

func (x *GetSupportedLanguagesResponse) Reset()

func (*GetSupportedLanguagesResponse) String

type HealthzRequest

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

This is an empty request

func (*HealthzRequest) Descriptor deprecated

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

Deprecated: Use HealthzRequest.ProtoReflect.Descriptor instead.

func (*HealthzRequest) ProtoMessage

func (*HealthzRequest) ProtoMessage()

func (*HealthzRequest) ProtoReflect

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

func (*HealthzRequest) Reset

func (x *HealthzRequest) Reset()

func (*HealthzRequest) String

func (x *HealthzRequest) String() string

type HealthzResponse

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

This is an empty response

func (*HealthzResponse) Descriptor deprecated

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

Deprecated: Use HealthzResponse.ProtoReflect.Descriptor instead.

func (*HealthzResponse) ProtoMessage

func (*HealthzResponse) ProtoMessage()

func (*HealthzResponse) ProtoReflect

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

func (*HealthzResponse) Reset

func (x *HealthzResponse) Reset()

func (*HealthzResponse) String

func (x *HealthzResponse) String() string

type ListMyAuthFactorsRequest

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

This is an empty request

func (*ListMyAuthFactorsRequest) Descriptor deprecated

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

Deprecated: Use ListMyAuthFactorsRequest.ProtoReflect.Descriptor instead.

func (*ListMyAuthFactorsRequest) ProtoMessage

func (*ListMyAuthFactorsRequest) ProtoMessage()

func (*ListMyAuthFactorsRequest) ProtoReflect

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

func (*ListMyAuthFactorsRequest) Reset

func (x *ListMyAuthFactorsRequest) Reset()

func (*ListMyAuthFactorsRequest) String

func (x *ListMyAuthFactorsRequest) String() string

type ListMyAuthFactorsResponse

type ListMyAuthFactorsResponse struct {
	Result []*user.AuthFactor `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMyAuthFactorsResponse) Descriptor deprecated

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

Deprecated: Use ListMyAuthFactorsResponse.ProtoReflect.Descriptor instead.

func (*ListMyAuthFactorsResponse) GetResult

func (x *ListMyAuthFactorsResponse) GetResult() []*user.AuthFactor

func (*ListMyAuthFactorsResponse) ProtoMessage

func (*ListMyAuthFactorsResponse) ProtoMessage()

func (*ListMyAuthFactorsResponse) ProtoReflect

func (*ListMyAuthFactorsResponse) Reset

func (x *ListMyAuthFactorsResponse) Reset()

func (*ListMyAuthFactorsResponse) String

func (x *ListMyAuthFactorsResponse) String() string

type ListMyLinkedIDPsRequest

type ListMyLinkedIDPsRequest struct {

	//list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMyLinkedIDPsRequest) Descriptor deprecated

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

Deprecated: Use ListMyLinkedIDPsRequest.ProtoReflect.Descriptor instead.

func (*ListMyLinkedIDPsRequest) GetQuery

func (x *ListMyLinkedIDPsRequest) GetQuery() *object.ListQuery

func (*ListMyLinkedIDPsRequest) ProtoMessage

func (*ListMyLinkedIDPsRequest) ProtoMessage()

func (*ListMyLinkedIDPsRequest) ProtoReflect

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

func (*ListMyLinkedIDPsRequest) Reset

func (x *ListMyLinkedIDPsRequest) Reset()

func (*ListMyLinkedIDPsRequest) String

func (x *ListMyLinkedIDPsRequest) String() string

type ListMyLinkedIDPsResponse

type ListMyLinkedIDPsResponse struct {
	Details *object.ListDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*idp.IDPUserLink  `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMyLinkedIDPsResponse) Descriptor deprecated

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

Deprecated: Use ListMyLinkedIDPsResponse.ProtoReflect.Descriptor instead.

func (*ListMyLinkedIDPsResponse) GetDetails

func (x *ListMyLinkedIDPsResponse) GetDetails() *object.ListDetails

func (*ListMyLinkedIDPsResponse) GetResult

func (x *ListMyLinkedIDPsResponse) GetResult() []*idp.IDPUserLink

func (*ListMyLinkedIDPsResponse) ProtoMessage

func (*ListMyLinkedIDPsResponse) ProtoMessage()

func (*ListMyLinkedIDPsResponse) ProtoReflect

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

func (*ListMyLinkedIDPsResponse) Reset

func (x *ListMyLinkedIDPsResponse) Reset()

func (*ListMyLinkedIDPsResponse) String

func (x *ListMyLinkedIDPsResponse) String() string

type ListMyMembershipsRequest

type ListMyMembershipsRequest struct {

	//the field the result is sorted
	Query *object.ListQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	//criterias the client is looking for
	Queries []*user.MembershipQuery `protobuf:"bytes,2,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMyMembershipsRequest) Descriptor deprecated

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

Deprecated: Use ListMyMembershipsRequest.ProtoReflect.Descriptor instead.

func (*ListMyMembershipsRequest) GetQueries

func (x *ListMyMembershipsRequest) GetQueries() []*user.MembershipQuery

func (*ListMyMembershipsRequest) GetQuery

func (x *ListMyMembershipsRequest) GetQuery() *object.ListQuery

func (*ListMyMembershipsRequest) ProtoMessage

func (*ListMyMembershipsRequest) ProtoMessage()

func (*ListMyMembershipsRequest) ProtoReflect

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

func (*ListMyMembershipsRequest) Reset

func (x *ListMyMembershipsRequest) Reset()

func (*ListMyMembershipsRequest) String

func (x *ListMyMembershipsRequest) String() string

type ListMyMembershipsResponse

type ListMyMembershipsResponse struct {
	Details *object.ListDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*user.Membership  `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMyMembershipsResponse) Descriptor deprecated

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

Deprecated: Use ListMyMembershipsResponse.ProtoReflect.Descriptor instead.

func (*ListMyMembershipsResponse) GetDetails

func (x *ListMyMembershipsResponse) GetDetails() *object.ListDetails

func (*ListMyMembershipsResponse) GetResult

func (x *ListMyMembershipsResponse) GetResult() []*user.Membership

func (*ListMyMembershipsResponse) ProtoMessage

func (*ListMyMembershipsResponse) ProtoMessage()

func (*ListMyMembershipsResponse) ProtoReflect

func (*ListMyMembershipsResponse) Reset

func (x *ListMyMembershipsResponse) Reset()

func (*ListMyMembershipsResponse) String

func (x *ListMyMembershipsResponse) String() string

type ListMyMetadataRequest

type ListMyMetadataRequest struct {
	Query   *object.ListQuery         `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	Queries []*metadata.MetadataQuery `protobuf:"bytes,2,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMyMetadataRequest) Descriptor deprecated

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

Deprecated: Use ListMyMetadataRequest.ProtoReflect.Descriptor instead.

func (*ListMyMetadataRequest) GetQueries

func (x *ListMyMetadataRequest) GetQueries() []*metadata.MetadataQuery

func (*ListMyMetadataRequest) GetQuery

func (x *ListMyMetadataRequest) GetQuery() *object.ListQuery

func (*ListMyMetadataRequest) ProtoMessage

func (*ListMyMetadataRequest) ProtoMessage()

func (*ListMyMetadataRequest) ProtoReflect

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

func (*ListMyMetadataRequest) Reset

func (x *ListMyMetadataRequest) Reset()

func (*ListMyMetadataRequest) String

func (x *ListMyMetadataRequest) String() string

type ListMyMetadataResponse

type ListMyMetadataResponse struct {
	Details *object.ListDetails  `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*metadata.Metadata `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMyMetadataResponse) Descriptor deprecated

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

Deprecated: Use ListMyMetadataResponse.ProtoReflect.Descriptor instead.

func (*ListMyMetadataResponse) GetDetails

func (x *ListMyMetadataResponse) GetDetails() *object.ListDetails

func (*ListMyMetadataResponse) GetResult

func (x *ListMyMetadataResponse) GetResult() []*metadata.Metadata

func (*ListMyMetadataResponse) ProtoMessage

func (*ListMyMetadataResponse) ProtoMessage()

func (*ListMyMetadataResponse) ProtoReflect

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

func (*ListMyMetadataResponse) Reset

func (x *ListMyMetadataResponse) Reset()

func (*ListMyMetadataResponse) String

func (x *ListMyMetadataResponse) String() string

type ListMyPasswordlessRequest

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

This is an empty request

func (*ListMyPasswordlessRequest) Descriptor deprecated

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

Deprecated: Use ListMyPasswordlessRequest.ProtoReflect.Descriptor instead.

func (*ListMyPasswordlessRequest) ProtoMessage

func (*ListMyPasswordlessRequest) ProtoMessage()

func (*ListMyPasswordlessRequest) ProtoReflect

func (*ListMyPasswordlessRequest) Reset

func (x *ListMyPasswordlessRequest) Reset()

func (*ListMyPasswordlessRequest) String

func (x *ListMyPasswordlessRequest) String() string

type ListMyPasswordlessResponse

type ListMyPasswordlessResponse struct {
	Result []*user.WebAuthNToken `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMyPasswordlessResponse) Descriptor deprecated

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

Deprecated: Use ListMyPasswordlessResponse.ProtoReflect.Descriptor instead.

func (*ListMyPasswordlessResponse) GetResult

func (x *ListMyPasswordlessResponse) GetResult() []*user.WebAuthNToken

func (*ListMyPasswordlessResponse) ProtoMessage

func (*ListMyPasswordlessResponse) ProtoMessage()

func (*ListMyPasswordlessResponse) ProtoReflect

func (*ListMyPasswordlessResponse) Reset

func (x *ListMyPasswordlessResponse) Reset()

func (*ListMyPasswordlessResponse) String

func (x *ListMyPasswordlessResponse) String() string

type ListMyProjectOrgsRequest

type ListMyProjectOrgsRequest struct {

	//list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	//criterias the client is looking for
	Queries []*org.OrgQuery `protobuf:"bytes,2,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMyProjectOrgsRequest) Descriptor deprecated

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

Deprecated: Use ListMyProjectOrgsRequest.ProtoReflect.Descriptor instead.

func (*ListMyProjectOrgsRequest) GetQueries

func (x *ListMyProjectOrgsRequest) GetQueries() []*org.OrgQuery

func (*ListMyProjectOrgsRequest) GetQuery

func (x *ListMyProjectOrgsRequest) GetQuery() *object.ListQuery

func (*ListMyProjectOrgsRequest) ProtoMessage

func (*ListMyProjectOrgsRequest) ProtoMessage()

func (*ListMyProjectOrgsRequest) ProtoReflect

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

func (*ListMyProjectOrgsRequest) Reset

func (x *ListMyProjectOrgsRequest) Reset()

func (*ListMyProjectOrgsRequest) String

func (x *ListMyProjectOrgsRequest) String() string

type ListMyProjectOrgsResponse

type ListMyProjectOrgsResponse struct {
	Details *object.ListDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*org.Org          `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMyProjectOrgsResponse) Descriptor deprecated

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

Deprecated: Use ListMyProjectOrgsResponse.ProtoReflect.Descriptor instead.

func (*ListMyProjectOrgsResponse) GetDetails

func (x *ListMyProjectOrgsResponse) GetDetails() *object.ListDetails

func (*ListMyProjectOrgsResponse) GetResult

func (x *ListMyProjectOrgsResponse) GetResult() []*org.Org

func (*ListMyProjectOrgsResponse) ProtoMessage

func (*ListMyProjectOrgsResponse) ProtoMessage()

func (*ListMyProjectOrgsResponse) ProtoReflect

func (*ListMyProjectOrgsResponse) Reset

func (x *ListMyProjectOrgsResponse) Reset()

func (*ListMyProjectOrgsResponse) String

func (x *ListMyProjectOrgsResponse) String() string

type ListMyProjectPermissionsRequest

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

This is an empty request

func (*ListMyProjectPermissionsRequest) Descriptor deprecated

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

Deprecated: Use ListMyProjectPermissionsRequest.ProtoReflect.Descriptor instead.

func (*ListMyProjectPermissionsRequest) ProtoMessage

func (*ListMyProjectPermissionsRequest) ProtoMessage()

func (*ListMyProjectPermissionsRequest) ProtoReflect

func (*ListMyProjectPermissionsRequest) Reset

func (*ListMyProjectPermissionsRequest) String

type ListMyProjectPermissionsResponse

type ListMyProjectPermissionsResponse struct {
	Result []string `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMyProjectPermissionsResponse) Descriptor deprecated

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

Deprecated: Use ListMyProjectPermissionsResponse.ProtoReflect.Descriptor instead.

func (*ListMyProjectPermissionsResponse) GetResult

func (x *ListMyProjectPermissionsResponse) GetResult() []string

func (*ListMyProjectPermissionsResponse) ProtoMessage

func (*ListMyProjectPermissionsResponse) ProtoMessage()

func (*ListMyProjectPermissionsResponse) ProtoReflect

func (*ListMyProjectPermissionsResponse) Reset

func (*ListMyProjectPermissionsResponse) String

type ListMyRefreshTokensRequest

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

This is an empty request

func (*ListMyRefreshTokensRequest) Descriptor deprecated

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

Deprecated: Use ListMyRefreshTokensRequest.ProtoReflect.Descriptor instead.

func (*ListMyRefreshTokensRequest) ProtoMessage

func (*ListMyRefreshTokensRequest) ProtoMessage()

func (*ListMyRefreshTokensRequest) ProtoReflect

func (*ListMyRefreshTokensRequest) Reset

func (x *ListMyRefreshTokensRequest) Reset()

func (*ListMyRefreshTokensRequest) String

func (x *ListMyRefreshTokensRequest) String() string

type ListMyRefreshTokensResponse

type ListMyRefreshTokensResponse struct {
	Details *object.ListDetails  `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*user.RefreshToken `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMyRefreshTokensResponse) Descriptor deprecated

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

Deprecated: Use ListMyRefreshTokensResponse.ProtoReflect.Descriptor instead.

func (*ListMyRefreshTokensResponse) GetDetails

func (*ListMyRefreshTokensResponse) GetResult

func (x *ListMyRefreshTokensResponse) GetResult() []*user.RefreshToken

func (*ListMyRefreshTokensResponse) ProtoMessage

func (*ListMyRefreshTokensResponse) ProtoMessage()

func (*ListMyRefreshTokensResponse) ProtoReflect

func (*ListMyRefreshTokensResponse) Reset

func (x *ListMyRefreshTokensResponse) Reset()

func (*ListMyRefreshTokensResponse) String

func (x *ListMyRefreshTokensResponse) String() string

type ListMyUserChangesRequest

type ListMyUserChangesRequest struct {
	Query *change.ChangeQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMyUserChangesRequest) Descriptor deprecated

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

Deprecated: Use ListMyUserChangesRequest.ProtoReflect.Descriptor instead.

func (*ListMyUserChangesRequest) GetQuery

func (*ListMyUserChangesRequest) ProtoMessage

func (*ListMyUserChangesRequest) ProtoMessage()

func (*ListMyUserChangesRequest) ProtoReflect

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

func (*ListMyUserChangesRequest) Reset

func (x *ListMyUserChangesRequest) Reset()

func (*ListMyUserChangesRequest) String

func (x *ListMyUserChangesRequest) String() string

type ListMyUserChangesResponse

type ListMyUserChangesResponse struct {

	// zitadel.v1.ListDetails details = 1; was always returned empty (as we cannot get the necessary infos)
	Result []*change.Change `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMyUserChangesResponse) Descriptor deprecated

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

Deprecated: Use ListMyUserChangesResponse.ProtoReflect.Descriptor instead.

func (*ListMyUserChangesResponse) GetResult

func (x *ListMyUserChangesResponse) GetResult() []*change.Change

func (*ListMyUserChangesResponse) ProtoMessage

func (*ListMyUserChangesResponse) ProtoMessage()

func (*ListMyUserChangesResponse) ProtoReflect

func (*ListMyUserChangesResponse) Reset

func (x *ListMyUserChangesResponse) Reset()

func (*ListMyUserChangesResponse) String

func (x *ListMyUserChangesResponse) String() string

type ListMyUserGrantsRequest

type ListMyUserGrantsRequest struct {

	//list limitations and ordering
	Query *object.ListQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMyUserGrantsRequest) Descriptor deprecated

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

Deprecated: Use ListMyUserGrantsRequest.ProtoReflect.Descriptor instead.

func (*ListMyUserGrantsRequest) GetQuery

func (x *ListMyUserGrantsRequest) GetQuery() *object.ListQuery

func (*ListMyUserGrantsRequest) ProtoMessage

func (*ListMyUserGrantsRequest) ProtoMessage()

func (*ListMyUserGrantsRequest) ProtoReflect

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

func (*ListMyUserGrantsRequest) Reset

func (x *ListMyUserGrantsRequest) Reset()

func (*ListMyUserGrantsRequest) String

func (x *ListMyUserGrantsRequest) String() string

type ListMyUserGrantsResponse

type ListMyUserGrantsResponse struct {
	Details *object.ListDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Result  []*UserGrant        `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMyUserGrantsResponse) Descriptor deprecated

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

Deprecated: Use ListMyUserGrantsResponse.ProtoReflect.Descriptor instead.

func (*ListMyUserGrantsResponse) GetDetails

func (x *ListMyUserGrantsResponse) GetDetails() *object.ListDetails

func (*ListMyUserGrantsResponse) GetResult

func (x *ListMyUserGrantsResponse) GetResult() []*UserGrant

func (*ListMyUserGrantsResponse) ProtoMessage

func (*ListMyUserGrantsResponse) ProtoMessage()

func (*ListMyUserGrantsResponse) ProtoReflect

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

func (*ListMyUserGrantsResponse) Reset

func (x *ListMyUserGrantsResponse) Reset()

func (*ListMyUserGrantsResponse) String

func (x *ListMyUserGrantsResponse) String() string

type ListMyUserSessionsRequest

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

This is an empty request

func (*ListMyUserSessionsRequest) Descriptor deprecated

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

Deprecated: Use ListMyUserSessionsRequest.ProtoReflect.Descriptor instead.

func (*ListMyUserSessionsRequest) ProtoMessage

func (*ListMyUserSessionsRequest) ProtoMessage()

func (*ListMyUserSessionsRequest) ProtoReflect

func (*ListMyUserSessionsRequest) Reset

func (x *ListMyUserSessionsRequest) Reset()

func (*ListMyUserSessionsRequest) String

func (x *ListMyUserSessionsRequest) String() string

type ListMyUserSessionsResponse

type ListMyUserSessionsResponse struct {
	Result []*user.Session `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMyUserSessionsResponse) Descriptor deprecated

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

Deprecated: Use ListMyUserSessionsResponse.ProtoReflect.Descriptor instead.

func (*ListMyUserSessionsResponse) GetResult

func (x *ListMyUserSessionsResponse) GetResult() []*user.Session

func (*ListMyUserSessionsResponse) ProtoMessage

func (*ListMyUserSessionsResponse) ProtoMessage()

func (*ListMyUserSessionsResponse) ProtoReflect

func (*ListMyUserSessionsResponse) Reset

func (x *ListMyUserSessionsResponse) Reset()

func (*ListMyUserSessionsResponse) String

func (x *ListMyUserSessionsResponse) String() string

type ListMyZitadelFeaturesRequest

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

This is an empty request

func (*ListMyZitadelFeaturesRequest) Descriptor deprecated

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

Deprecated: Use ListMyZitadelFeaturesRequest.ProtoReflect.Descriptor instead.

func (*ListMyZitadelFeaturesRequest) ProtoMessage

func (*ListMyZitadelFeaturesRequest) ProtoMessage()

func (*ListMyZitadelFeaturesRequest) ProtoReflect

func (*ListMyZitadelFeaturesRequest) Reset

func (x *ListMyZitadelFeaturesRequest) Reset()

func (*ListMyZitadelFeaturesRequest) String

type ListMyZitadelFeaturesResponse

type ListMyZitadelFeaturesResponse struct {
	Result []string `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMyZitadelFeaturesResponse) Descriptor deprecated

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

Deprecated: Use ListMyZitadelFeaturesResponse.ProtoReflect.Descriptor instead.

func (*ListMyZitadelFeaturesResponse) GetResult

func (x *ListMyZitadelFeaturesResponse) GetResult() []string

func (*ListMyZitadelFeaturesResponse) ProtoMessage

func (*ListMyZitadelFeaturesResponse) ProtoMessage()

func (*ListMyZitadelFeaturesResponse) ProtoReflect

func (*ListMyZitadelFeaturesResponse) Reset

func (x *ListMyZitadelFeaturesResponse) Reset()

func (*ListMyZitadelFeaturesResponse) String

type ListMyZitadelPermissionsRequest

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

This is an empty request

func (*ListMyZitadelPermissionsRequest) Descriptor deprecated

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

Deprecated: Use ListMyZitadelPermissionsRequest.ProtoReflect.Descriptor instead.

func (*ListMyZitadelPermissionsRequest) ProtoMessage

func (*ListMyZitadelPermissionsRequest) ProtoMessage()

func (*ListMyZitadelPermissionsRequest) ProtoReflect

func (*ListMyZitadelPermissionsRequest) Reset

func (*ListMyZitadelPermissionsRequest) String

type ListMyZitadelPermissionsResponse

type ListMyZitadelPermissionsResponse struct {
	Result []string `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMyZitadelPermissionsResponse) Descriptor deprecated

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

Deprecated: Use ListMyZitadelPermissionsResponse.ProtoReflect.Descriptor instead.

func (*ListMyZitadelPermissionsResponse) GetResult

func (x *ListMyZitadelPermissionsResponse) GetResult() []string

func (*ListMyZitadelPermissionsResponse) ProtoMessage

func (*ListMyZitadelPermissionsResponse) ProtoMessage()

func (*ListMyZitadelPermissionsResponse) ProtoReflect

func (*ListMyZitadelPermissionsResponse) Reset

func (*ListMyZitadelPermissionsResponse) String

type RemoveMyAuthFactorOTPRequest

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

This is an empty request

func (*RemoveMyAuthFactorOTPRequest) Descriptor deprecated

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

Deprecated: Use RemoveMyAuthFactorOTPRequest.ProtoReflect.Descriptor instead.

func (*RemoveMyAuthFactorOTPRequest) ProtoMessage

func (*RemoveMyAuthFactorOTPRequest) ProtoMessage()

func (*RemoveMyAuthFactorOTPRequest) ProtoReflect

func (*RemoveMyAuthFactorOTPRequest) Reset

func (x *RemoveMyAuthFactorOTPRequest) Reset()

func (*RemoveMyAuthFactorOTPRequest) String

type RemoveMyAuthFactorOTPResponse

type RemoveMyAuthFactorOTPResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveMyAuthFactorOTPResponse) Descriptor deprecated

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

Deprecated: Use RemoveMyAuthFactorOTPResponse.ProtoReflect.Descriptor instead.

func (*RemoveMyAuthFactorOTPResponse) GetDetails

func (*RemoveMyAuthFactorOTPResponse) ProtoMessage

func (*RemoveMyAuthFactorOTPResponse) ProtoMessage()

func (*RemoveMyAuthFactorOTPResponse) ProtoReflect

func (*RemoveMyAuthFactorOTPResponse) Reset

func (x *RemoveMyAuthFactorOTPResponse) Reset()

func (*RemoveMyAuthFactorOTPResponse) String

type RemoveMyAuthFactorU2FRequest

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

func (*RemoveMyAuthFactorU2FRequest) Descriptor deprecated

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

Deprecated: Use RemoveMyAuthFactorU2FRequest.ProtoReflect.Descriptor instead.

func (*RemoveMyAuthFactorU2FRequest) GetTokenId

func (x *RemoveMyAuthFactorU2FRequest) GetTokenId() string

func (*RemoveMyAuthFactorU2FRequest) ProtoMessage

func (*RemoveMyAuthFactorU2FRequest) ProtoMessage()

func (*RemoveMyAuthFactorU2FRequest) ProtoReflect

func (*RemoveMyAuthFactorU2FRequest) Reset

func (x *RemoveMyAuthFactorU2FRequest) Reset()

func (*RemoveMyAuthFactorU2FRequest) String

type RemoveMyAuthFactorU2FResponse

type RemoveMyAuthFactorU2FResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveMyAuthFactorU2FResponse) Descriptor deprecated

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

Deprecated: Use RemoveMyAuthFactorU2FResponse.ProtoReflect.Descriptor instead.

func (*RemoveMyAuthFactorU2FResponse) GetDetails

func (*RemoveMyAuthFactorU2FResponse) ProtoMessage

func (*RemoveMyAuthFactorU2FResponse) ProtoMessage()

func (*RemoveMyAuthFactorU2FResponse) ProtoReflect

func (*RemoveMyAuthFactorU2FResponse) Reset

func (x *RemoveMyAuthFactorU2FResponse) Reset()

func (*RemoveMyAuthFactorU2FResponse) String

type RemoveMyAvatarRequest

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

This is an empty request

func (*RemoveMyAvatarRequest) Descriptor deprecated

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

Deprecated: Use RemoveMyAvatarRequest.ProtoReflect.Descriptor instead.

func (*RemoveMyAvatarRequest) ProtoMessage

func (*RemoveMyAvatarRequest) ProtoMessage()

func (*RemoveMyAvatarRequest) ProtoReflect

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

func (*RemoveMyAvatarRequest) Reset

func (x *RemoveMyAvatarRequest) Reset()

func (*RemoveMyAvatarRequest) String

func (x *RemoveMyAvatarRequest) String() string

type RemoveMyAvatarResponse

type RemoveMyAvatarResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveMyAvatarResponse) Descriptor deprecated

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

Deprecated: Use RemoveMyAvatarResponse.ProtoReflect.Descriptor instead.

func (*RemoveMyAvatarResponse) GetDetails

func (x *RemoveMyAvatarResponse) GetDetails() *object.ObjectDetails

func (*RemoveMyAvatarResponse) ProtoMessage

func (*RemoveMyAvatarResponse) ProtoMessage()

func (*RemoveMyAvatarResponse) ProtoReflect

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

func (*RemoveMyAvatarResponse) Reset

func (x *RemoveMyAvatarResponse) Reset()

func (*RemoveMyAvatarResponse) String

func (x *RemoveMyAvatarResponse) String() string

type RemoveMyLinkedIDPRequest

type RemoveMyLinkedIDPRequest struct {
	IdpId        string `protobuf:"bytes,1,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"`
	LinkedUserId string `protobuf:"bytes,2,opt,name=linked_user_id,json=linkedUserId,proto3" json:"linked_user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveMyLinkedIDPRequest) Descriptor deprecated

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

Deprecated: Use RemoveMyLinkedIDPRequest.ProtoReflect.Descriptor instead.

func (*RemoveMyLinkedIDPRequest) GetIdpId

func (x *RemoveMyLinkedIDPRequest) GetIdpId() string

func (*RemoveMyLinkedIDPRequest) GetLinkedUserId

func (x *RemoveMyLinkedIDPRequest) GetLinkedUserId() string

func (*RemoveMyLinkedIDPRequest) ProtoMessage

func (*RemoveMyLinkedIDPRequest) ProtoMessage()

func (*RemoveMyLinkedIDPRequest) ProtoReflect

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

func (*RemoveMyLinkedIDPRequest) Reset

func (x *RemoveMyLinkedIDPRequest) Reset()

func (*RemoveMyLinkedIDPRequest) String

func (x *RemoveMyLinkedIDPRequest) String() string

type RemoveMyLinkedIDPResponse

type RemoveMyLinkedIDPResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveMyLinkedIDPResponse) Descriptor deprecated

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

Deprecated: Use RemoveMyLinkedIDPResponse.ProtoReflect.Descriptor instead.

func (*RemoveMyLinkedIDPResponse) GetDetails

func (*RemoveMyLinkedIDPResponse) ProtoMessage

func (*RemoveMyLinkedIDPResponse) ProtoMessage()

func (*RemoveMyLinkedIDPResponse) ProtoReflect

func (*RemoveMyLinkedIDPResponse) Reset

func (x *RemoveMyLinkedIDPResponse) Reset()

func (*RemoveMyLinkedIDPResponse) String

func (x *RemoveMyLinkedIDPResponse) String() string

type RemoveMyMetadataRequest

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

func (*RemoveMyMetadataRequest) Descriptor deprecated

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

Deprecated: Use RemoveMyMetadataRequest.ProtoReflect.Descriptor instead.

func (*RemoveMyMetadataRequest) GetKey

func (x *RemoveMyMetadataRequest) GetKey() string

func (*RemoveMyMetadataRequest) ProtoMessage

func (*RemoveMyMetadataRequest) ProtoMessage()

func (*RemoveMyMetadataRequest) ProtoReflect

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

func (*RemoveMyMetadataRequest) Reset

func (x *RemoveMyMetadataRequest) Reset()

func (*RemoveMyMetadataRequest) String

func (x *RemoveMyMetadataRequest) String() string

type RemoveMyMetadataResponse

type RemoveMyMetadataResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveMyMetadataResponse) Descriptor deprecated

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

Deprecated: Use RemoveMyMetadataResponse.ProtoReflect.Descriptor instead.

func (*RemoveMyMetadataResponse) GetDetails

func (*RemoveMyMetadataResponse) ProtoMessage

func (*RemoveMyMetadataResponse) ProtoMessage()

func (*RemoveMyMetadataResponse) ProtoReflect

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

func (*RemoveMyMetadataResponse) Reset

func (x *RemoveMyMetadataResponse) Reset()

func (*RemoveMyMetadataResponse) String

func (x *RemoveMyMetadataResponse) String() string

type RemoveMyPasswordlessRequest

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

func (*RemoveMyPasswordlessRequest) Descriptor deprecated

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

Deprecated: Use RemoveMyPasswordlessRequest.ProtoReflect.Descriptor instead.

func (*RemoveMyPasswordlessRequest) GetTokenId

func (x *RemoveMyPasswordlessRequest) GetTokenId() string

func (*RemoveMyPasswordlessRequest) ProtoMessage

func (*RemoveMyPasswordlessRequest) ProtoMessage()

func (*RemoveMyPasswordlessRequest) ProtoReflect

func (*RemoveMyPasswordlessRequest) Reset

func (x *RemoveMyPasswordlessRequest) Reset()

func (*RemoveMyPasswordlessRequest) String

func (x *RemoveMyPasswordlessRequest) String() string

type RemoveMyPasswordlessResponse

type RemoveMyPasswordlessResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveMyPasswordlessResponse) Descriptor deprecated

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

Deprecated: Use RemoveMyPasswordlessResponse.ProtoReflect.Descriptor instead.

func (*RemoveMyPasswordlessResponse) GetDetails

func (*RemoveMyPasswordlessResponse) ProtoMessage

func (*RemoveMyPasswordlessResponse) ProtoMessage()

func (*RemoveMyPasswordlessResponse) ProtoReflect

func (*RemoveMyPasswordlessResponse) Reset

func (x *RemoveMyPasswordlessResponse) Reset()

func (*RemoveMyPasswordlessResponse) String

type RemoveMyPhoneRequest

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

This is an empty request

func (*RemoveMyPhoneRequest) Descriptor deprecated

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

Deprecated: Use RemoveMyPhoneRequest.ProtoReflect.Descriptor instead.

func (*RemoveMyPhoneRequest) ProtoMessage

func (*RemoveMyPhoneRequest) ProtoMessage()

func (*RemoveMyPhoneRequest) ProtoReflect

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

func (*RemoveMyPhoneRequest) Reset

func (x *RemoveMyPhoneRequest) Reset()

func (*RemoveMyPhoneRequest) String

func (x *RemoveMyPhoneRequest) String() string

type RemoveMyPhoneResponse

type RemoveMyPhoneResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveMyPhoneResponse) Descriptor deprecated

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

Deprecated: Use RemoveMyPhoneResponse.ProtoReflect.Descriptor instead.

func (*RemoveMyPhoneResponse) GetDetails

func (x *RemoveMyPhoneResponse) GetDetails() *object.ObjectDetails

func (*RemoveMyPhoneResponse) ProtoMessage

func (*RemoveMyPhoneResponse) ProtoMessage()

func (*RemoveMyPhoneResponse) ProtoReflect

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

func (*RemoveMyPhoneResponse) Reset

func (x *RemoveMyPhoneResponse) Reset()

func (*RemoveMyPhoneResponse) String

func (x *RemoveMyPhoneResponse) String() string

type RemoveMyUserRequest

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

This is an empty request the request parameters are read from the token-header

func (*RemoveMyUserRequest) Descriptor deprecated

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

Deprecated: Use RemoveMyUserRequest.ProtoReflect.Descriptor instead.

func (*RemoveMyUserRequest) ProtoMessage

func (*RemoveMyUserRequest) ProtoMessage()

func (*RemoveMyUserRequest) ProtoReflect

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

func (*RemoveMyUserRequest) Reset

func (x *RemoveMyUserRequest) Reset()

func (*RemoveMyUserRequest) String

func (x *RemoveMyUserRequest) String() string

type RemoveMyUserResponse

type RemoveMyUserResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveMyUserResponse) Descriptor deprecated

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

Deprecated: Use RemoveMyUserResponse.ProtoReflect.Descriptor instead.

func (*RemoveMyUserResponse) GetDetails

func (x *RemoveMyUserResponse) GetDetails() *object.ObjectDetails

func (*RemoveMyUserResponse) ProtoMessage

func (*RemoveMyUserResponse) ProtoMessage()

func (*RemoveMyUserResponse) ProtoReflect

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

func (*RemoveMyUserResponse) Reset

func (x *RemoveMyUserResponse) Reset()

func (*RemoveMyUserResponse) String

func (x *RemoveMyUserResponse) String() string

type ResendMyEmailVerificationRequest

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

This is an empty request

func (*ResendMyEmailVerificationRequest) Descriptor deprecated

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

Deprecated: Use ResendMyEmailVerificationRequest.ProtoReflect.Descriptor instead.

func (*ResendMyEmailVerificationRequest) ProtoMessage

func (*ResendMyEmailVerificationRequest) ProtoMessage()

func (*ResendMyEmailVerificationRequest) ProtoReflect

func (*ResendMyEmailVerificationRequest) Reset

func (*ResendMyEmailVerificationRequest) String

type ResendMyEmailVerificationResponse

type ResendMyEmailVerificationResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResendMyEmailVerificationResponse) Descriptor deprecated

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

Deprecated: Use ResendMyEmailVerificationResponse.ProtoReflect.Descriptor instead.

func (*ResendMyEmailVerificationResponse) GetDetails

func (*ResendMyEmailVerificationResponse) ProtoMessage

func (*ResendMyEmailVerificationResponse) ProtoMessage()

func (*ResendMyEmailVerificationResponse) ProtoReflect

func (*ResendMyEmailVerificationResponse) Reset

func (*ResendMyEmailVerificationResponse) String

type ResendMyPhoneVerificationRequest

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

This is an empty request

func (*ResendMyPhoneVerificationRequest) Descriptor deprecated

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

Deprecated: Use ResendMyPhoneVerificationRequest.ProtoReflect.Descriptor instead.

func (*ResendMyPhoneVerificationRequest) ProtoMessage

func (*ResendMyPhoneVerificationRequest) ProtoMessage()

func (*ResendMyPhoneVerificationRequest) ProtoReflect

func (*ResendMyPhoneVerificationRequest) Reset

func (*ResendMyPhoneVerificationRequest) String

type ResendMyPhoneVerificationResponse

type ResendMyPhoneVerificationResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResendMyPhoneVerificationResponse) Descriptor deprecated

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

Deprecated: Use ResendMyPhoneVerificationResponse.ProtoReflect.Descriptor instead.

func (*ResendMyPhoneVerificationResponse) GetDetails

func (*ResendMyPhoneVerificationResponse) ProtoMessage

func (*ResendMyPhoneVerificationResponse) ProtoMessage()

func (*ResendMyPhoneVerificationResponse) ProtoReflect

func (*ResendMyPhoneVerificationResponse) Reset

func (*ResendMyPhoneVerificationResponse) String

type RevokeAllMyRefreshTokensRequest

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

This is an empty request

func (*RevokeAllMyRefreshTokensRequest) Descriptor deprecated

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

Deprecated: Use RevokeAllMyRefreshTokensRequest.ProtoReflect.Descriptor instead.

func (*RevokeAllMyRefreshTokensRequest) ProtoMessage

func (*RevokeAllMyRefreshTokensRequest) ProtoMessage()

func (*RevokeAllMyRefreshTokensRequest) ProtoReflect

func (*RevokeAllMyRefreshTokensRequest) Reset

func (*RevokeAllMyRefreshTokensRequest) String

type RevokeAllMyRefreshTokensResponse

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

This is an empty response

func (*RevokeAllMyRefreshTokensResponse) Descriptor deprecated

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

Deprecated: Use RevokeAllMyRefreshTokensResponse.ProtoReflect.Descriptor instead.

func (*RevokeAllMyRefreshTokensResponse) ProtoMessage

func (*RevokeAllMyRefreshTokensResponse) ProtoMessage()

func (*RevokeAllMyRefreshTokensResponse) ProtoReflect

func (*RevokeAllMyRefreshTokensResponse) Reset

func (*RevokeAllMyRefreshTokensResponse) String

type RevokeMyRefreshTokenRequest

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

func (*RevokeMyRefreshTokenRequest) Descriptor deprecated

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

Deprecated: Use RevokeMyRefreshTokenRequest.ProtoReflect.Descriptor instead.

func (*RevokeMyRefreshTokenRequest) GetId

func (*RevokeMyRefreshTokenRequest) ProtoMessage

func (*RevokeMyRefreshTokenRequest) ProtoMessage()

func (*RevokeMyRefreshTokenRequest) ProtoReflect

func (*RevokeMyRefreshTokenRequest) Reset

func (x *RevokeMyRefreshTokenRequest) Reset()

func (*RevokeMyRefreshTokenRequest) String

func (x *RevokeMyRefreshTokenRequest) String() string

type RevokeMyRefreshTokenResponse

type RevokeMyRefreshTokenResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*RevokeMyRefreshTokenResponse) Descriptor deprecated

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

Deprecated: Use RevokeMyRefreshTokenResponse.ProtoReflect.Descriptor instead.

func (*RevokeMyRefreshTokenResponse) GetDetails

func (*RevokeMyRefreshTokenResponse) ProtoMessage

func (*RevokeMyRefreshTokenResponse) ProtoMessage()

func (*RevokeMyRefreshTokenResponse) ProtoReflect

func (*RevokeMyRefreshTokenResponse) Reset

func (x *RevokeMyRefreshTokenResponse) Reset()

func (*RevokeMyRefreshTokenResponse) String

type SendMyPasswordlessLinkRequest

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

This is an empty request

func (*SendMyPasswordlessLinkRequest) Descriptor deprecated

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

Deprecated: Use SendMyPasswordlessLinkRequest.ProtoReflect.Descriptor instead.

func (*SendMyPasswordlessLinkRequest) ProtoMessage

func (*SendMyPasswordlessLinkRequest) ProtoMessage()

func (*SendMyPasswordlessLinkRequest) ProtoReflect

func (*SendMyPasswordlessLinkRequest) Reset

func (x *SendMyPasswordlessLinkRequest) Reset()

func (*SendMyPasswordlessLinkRequest) String

type SendMyPasswordlessLinkResponse

type SendMyPasswordlessLinkResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*SendMyPasswordlessLinkResponse) Descriptor deprecated

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

Deprecated: Use SendMyPasswordlessLinkResponse.ProtoReflect.Descriptor instead.

func (*SendMyPasswordlessLinkResponse) GetDetails

func (*SendMyPasswordlessLinkResponse) ProtoMessage

func (*SendMyPasswordlessLinkResponse) ProtoMessage()

func (*SendMyPasswordlessLinkResponse) ProtoReflect

func (*SendMyPasswordlessLinkResponse) Reset

func (x *SendMyPasswordlessLinkResponse) Reset()

func (*SendMyPasswordlessLinkResponse) String

type SetMyEmailRequest

type SetMyEmailRequest struct {
	Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` //TODO: check if no value is allowed
	// contains filtered or unexported fields
}

func (*SetMyEmailRequest) Descriptor deprecated

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

Deprecated: Use SetMyEmailRequest.ProtoReflect.Descriptor instead.

func (*SetMyEmailRequest) GetEmail

func (x *SetMyEmailRequest) GetEmail() string

func (*SetMyEmailRequest) ProtoMessage

func (*SetMyEmailRequest) ProtoMessage()

func (*SetMyEmailRequest) ProtoReflect

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

func (*SetMyEmailRequest) Reset

func (x *SetMyEmailRequest) Reset()

func (*SetMyEmailRequest) String

func (x *SetMyEmailRequest) String() string

type SetMyEmailResponse

type SetMyEmailResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*SetMyEmailResponse) Descriptor deprecated

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

Deprecated: Use SetMyEmailResponse.ProtoReflect.Descriptor instead.

func (*SetMyEmailResponse) GetDetails

func (x *SetMyEmailResponse) GetDetails() *object.ObjectDetails

func (*SetMyEmailResponse) ProtoMessage

func (*SetMyEmailResponse) ProtoMessage()

func (*SetMyEmailResponse) ProtoReflect

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

func (*SetMyEmailResponse) Reset

func (x *SetMyEmailResponse) Reset()

func (*SetMyEmailResponse) String

func (x *SetMyEmailResponse) String() string

type SetMyMetadataRequest

type SetMyMetadataRequest struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*SetMyMetadataRequest) Descriptor deprecated

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

Deprecated: Use SetMyMetadataRequest.ProtoReflect.Descriptor instead.

func (*SetMyMetadataRequest) GetKey

func (x *SetMyMetadataRequest) GetKey() string

func (*SetMyMetadataRequest) GetValue

func (x *SetMyMetadataRequest) GetValue() []byte

func (*SetMyMetadataRequest) ProtoMessage

func (*SetMyMetadataRequest) ProtoMessage()

func (*SetMyMetadataRequest) ProtoReflect

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

func (*SetMyMetadataRequest) Reset

func (x *SetMyMetadataRequest) Reset()

func (*SetMyMetadataRequest) String

func (x *SetMyMetadataRequest) String() string

type SetMyMetadataResponse

type SetMyMetadataResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*SetMyMetadataResponse) Descriptor deprecated

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

Deprecated: Use SetMyMetadataResponse.ProtoReflect.Descriptor instead.

func (*SetMyMetadataResponse) GetDetails

func (x *SetMyMetadataResponse) GetDetails() *object.ObjectDetails

func (*SetMyMetadataResponse) ProtoMessage

func (*SetMyMetadataResponse) ProtoMessage()

func (*SetMyMetadataResponse) ProtoReflect

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

func (*SetMyMetadataResponse) Reset

func (x *SetMyMetadataResponse) Reset()

func (*SetMyMetadataResponse) String

func (x *SetMyMetadataResponse) String() string

type SetMyPhoneRequest

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

func (*SetMyPhoneRequest) Descriptor deprecated

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

Deprecated: Use SetMyPhoneRequest.ProtoReflect.Descriptor instead.

func (*SetMyPhoneRequest) GetPhone

func (x *SetMyPhoneRequest) GetPhone() string

func (*SetMyPhoneRequest) ProtoMessage

func (*SetMyPhoneRequest) ProtoMessage()

func (*SetMyPhoneRequest) ProtoReflect

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

func (*SetMyPhoneRequest) Reset

func (x *SetMyPhoneRequest) Reset()

func (*SetMyPhoneRequest) String

func (x *SetMyPhoneRequest) String() string

type SetMyPhoneResponse

type SetMyPhoneResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*SetMyPhoneResponse) Descriptor deprecated

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

Deprecated: Use SetMyPhoneResponse.ProtoReflect.Descriptor instead.

func (*SetMyPhoneResponse) GetDetails

func (x *SetMyPhoneResponse) GetDetails() *object.ObjectDetails

func (*SetMyPhoneResponse) ProtoMessage

func (*SetMyPhoneResponse) ProtoMessage()

func (*SetMyPhoneResponse) ProtoReflect

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

func (*SetMyPhoneResponse) Reset

func (x *SetMyPhoneResponse) Reset()

func (*SetMyPhoneResponse) String

func (x *SetMyPhoneResponse) String() string

type UnimplementedAuthServiceServer

type UnimplementedAuthServiceServer struct {
}

UnimplementedAuthServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedAuthServiceServer) AddMyAuthFactorOTP

func (UnimplementedAuthServiceServer) AddMyAuthFactorU2F

func (UnimplementedAuthServiceServer) AddMyPasswordless

func (UnimplementedAuthServiceServer) GetMyEmail

func (UnimplementedAuthServiceServer) GetMyMetadata

func (UnimplementedAuthServiceServer) GetMyPhone

func (UnimplementedAuthServiceServer) GetMyProfile

func (UnimplementedAuthServiceServer) GetMyUser

func (UnimplementedAuthServiceServer) Healthz

func (UnimplementedAuthServiceServer) ListMyAuthFactors

func (UnimplementedAuthServiceServer) ListMyLinkedIDPs

func (UnimplementedAuthServiceServer) ListMyMemberships

func (UnimplementedAuthServiceServer) ListMyMetadata

func (UnimplementedAuthServiceServer) ListMyPasswordless

func (UnimplementedAuthServiceServer) ListMyProjectOrgs

func (UnimplementedAuthServiceServer) ListMyUserChanges

func (UnimplementedAuthServiceServer) ListMyUserGrants

func (UnimplementedAuthServiceServer) ListMyUserSessions

func (UnimplementedAuthServiceServer) RemoveMyAvatar

func (UnimplementedAuthServiceServer) RemoveMyLinkedIDP

func (UnimplementedAuthServiceServer) RemoveMyPhone

func (UnimplementedAuthServiceServer) RemoveMyUser

func (UnimplementedAuthServiceServer) SetMyEmail

func (UnimplementedAuthServiceServer) SetMyPhone

func (UnimplementedAuthServiceServer) UpdateMyPassword

func (UnimplementedAuthServiceServer) UpdateMyProfile

func (UnimplementedAuthServiceServer) UpdateMyUserName

func (UnimplementedAuthServiceServer) VerifyMyEmail

func (UnimplementedAuthServiceServer) VerifyMyPhone

type UnsafeAuthServiceServer

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

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

type UpdateMyPasswordRequest

type UpdateMyPasswordRequest struct {
	OldPassword string `protobuf:"bytes,1,opt,name=old_password,json=oldPassword,proto3" json:"old_password,omitempty"`
	NewPassword string `protobuf:"bytes,2,opt,name=new_password,json=newPassword,proto3" json:"new_password,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateMyPasswordRequest) Descriptor deprecated

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

Deprecated: Use UpdateMyPasswordRequest.ProtoReflect.Descriptor instead.

func (*UpdateMyPasswordRequest) GetNewPassword

func (x *UpdateMyPasswordRequest) GetNewPassword() string

func (*UpdateMyPasswordRequest) GetOldPassword

func (x *UpdateMyPasswordRequest) GetOldPassword() string

func (*UpdateMyPasswordRequest) ProtoMessage

func (*UpdateMyPasswordRequest) ProtoMessage()

func (*UpdateMyPasswordRequest) ProtoReflect

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

func (*UpdateMyPasswordRequest) Reset

func (x *UpdateMyPasswordRequest) Reset()

func (*UpdateMyPasswordRequest) String

func (x *UpdateMyPasswordRequest) String() string

type UpdateMyPasswordResponse

type UpdateMyPasswordResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateMyPasswordResponse) Descriptor deprecated

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

Deprecated: Use UpdateMyPasswordResponse.ProtoReflect.Descriptor instead.

func (*UpdateMyPasswordResponse) GetDetails

func (*UpdateMyPasswordResponse) ProtoMessage

func (*UpdateMyPasswordResponse) ProtoMessage()

func (*UpdateMyPasswordResponse) ProtoReflect

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

func (*UpdateMyPasswordResponse) Reset

func (x *UpdateMyPasswordResponse) Reset()

func (*UpdateMyPasswordResponse) String

func (x *UpdateMyPasswordResponse) String() string

type UpdateMyProfileRequest

type UpdateMyProfileRequest struct {
	FirstName         string      `protobuf:"bytes,1,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName          string      `protobuf:"bytes,2,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	NickName          string      `protobuf:"bytes,3,opt,name=nick_name,json=nickName,proto3" json:"nick_name,omitempty"`
	DisplayName       string      `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	PreferredLanguage string      `protobuf:"bytes,5,opt,name=preferred_language,json=preferredLanguage,proto3" json:"preferred_language,omitempty"`
	Gender            user.Gender `protobuf:"varint,6,opt,name=gender,proto3,enum=zitadel.user.v1.Gender" json:"gender,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateMyProfileRequest) Descriptor deprecated

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

Deprecated: Use UpdateMyProfileRequest.ProtoReflect.Descriptor instead.

func (*UpdateMyProfileRequest) GetDisplayName

func (x *UpdateMyProfileRequest) GetDisplayName() string

func (*UpdateMyProfileRequest) GetFirstName

func (x *UpdateMyProfileRequest) GetFirstName() string

func (*UpdateMyProfileRequest) GetGender

func (x *UpdateMyProfileRequest) GetGender() user.Gender

func (*UpdateMyProfileRequest) GetLastName

func (x *UpdateMyProfileRequest) GetLastName() string

func (*UpdateMyProfileRequest) GetNickName

func (x *UpdateMyProfileRequest) GetNickName() string

func (*UpdateMyProfileRequest) GetPreferredLanguage

func (x *UpdateMyProfileRequest) GetPreferredLanguage() string

func (*UpdateMyProfileRequest) ProtoMessage

func (*UpdateMyProfileRequest) ProtoMessage()

func (*UpdateMyProfileRequest) ProtoReflect

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

func (*UpdateMyProfileRequest) Reset

func (x *UpdateMyProfileRequest) Reset()

func (*UpdateMyProfileRequest) String

func (x *UpdateMyProfileRequest) String() string

type UpdateMyProfileResponse

type UpdateMyProfileResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateMyProfileResponse) Descriptor deprecated

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

Deprecated: Use UpdateMyProfileResponse.ProtoReflect.Descriptor instead.

func (*UpdateMyProfileResponse) GetDetails

func (x *UpdateMyProfileResponse) GetDetails() *object.ObjectDetails

func (*UpdateMyProfileResponse) ProtoMessage

func (*UpdateMyProfileResponse) ProtoMessage()

func (*UpdateMyProfileResponse) ProtoReflect

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

func (*UpdateMyProfileResponse) Reset

func (x *UpdateMyProfileResponse) Reset()

func (*UpdateMyProfileResponse) String

func (x *UpdateMyProfileResponse) String() string

type UpdateMyUserNameRequest

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

func (*UpdateMyUserNameRequest) Descriptor deprecated

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

Deprecated: Use UpdateMyUserNameRequest.ProtoReflect.Descriptor instead.

func (*UpdateMyUserNameRequest) GetUserName

func (x *UpdateMyUserNameRequest) GetUserName() string

func (*UpdateMyUserNameRequest) ProtoMessage

func (*UpdateMyUserNameRequest) ProtoMessage()

func (*UpdateMyUserNameRequest) ProtoReflect

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

func (*UpdateMyUserNameRequest) Reset

func (x *UpdateMyUserNameRequest) Reset()

func (*UpdateMyUserNameRequest) String

func (x *UpdateMyUserNameRequest) String() string

type UpdateMyUserNameResponse

type UpdateMyUserNameResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateMyUserNameResponse) Descriptor deprecated

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

Deprecated: Use UpdateMyUserNameResponse.ProtoReflect.Descriptor instead.

func (*UpdateMyUserNameResponse) GetDetails

func (*UpdateMyUserNameResponse) ProtoMessage

func (*UpdateMyUserNameResponse) ProtoMessage()

func (*UpdateMyUserNameResponse) ProtoReflect

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

func (*UpdateMyUserNameResponse) Reset

func (x *UpdateMyUserNameResponse) Reset()

func (*UpdateMyUserNameResponse) String

func (x *UpdateMyUserNameResponse) String() string

type UserGrant

type UserGrant struct {
	OrgId     string   `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	ProjectId string   `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	UserId    string   `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Roles     []string `protobuf:"bytes,4,rep,name=roles,proto3" json:"roles,omitempty"`
	OrgName   string   `protobuf:"bytes,5,opt,name=org_name,json=orgName,proto3" json:"org_name,omitempty"`
	GrantId   string   `protobuf:"bytes,6,opt,name=grant_id,json=grantId,proto3" json:"grant_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UserGrant) Descriptor deprecated

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

Deprecated: Use UserGrant.ProtoReflect.Descriptor instead.

func (*UserGrant) GetGrantId

func (x *UserGrant) GetGrantId() string

func (*UserGrant) GetOrgId

func (x *UserGrant) GetOrgId() string

func (*UserGrant) GetOrgName

func (x *UserGrant) GetOrgName() string

func (*UserGrant) GetProjectId

func (x *UserGrant) GetProjectId() string

func (*UserGrant) GetRoles

func (x *UserGrant) GetRoles() []string

func (*UserGrant) GetUserId

func (x *UserGrant) GetUserId() string

func (*UserGrant) ProtoMessage

func (*UserGrant) ProtoMessage()

func (*UserGrant) ProtoReflect

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

func (*UserGrant) Reset

func (x *UserGrant) Reset()

func (*UserGrant) String

func (x *UserGrant) String() string

type VerifyMyAuthFactorOTPRequest

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

func (*VerifyMyAuthFactorOTPRequest) Descriptor deprecated

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

Deprecated: Use VerifyMyAuthFactorOTPRequest.ProtoReflect.Descriptor instead.

func (*VerifyMyAuthFactorOTPRequest) GetCode

func (x *VerifyMyAuthFactorOTPRequest) GetCode() string

func (*VerifyMyAuthFactorOTPRequest) ProtoMessage

func (*VerifyMyAuthFactorOTPRequest) ProtoMessage()

func (*VerifyMyAuthFactorOTPRequest) ProtoReflect

func (*VerifyMyAuthFactorOTPRequest) Reset

func (x *VerifyMyAuthFactorOTPRequest) Reset()

func (*VerifyMyAuthFactorOTPRequest) String

type VerifyMyAuthFactorOTPResponse

type VerifyMyAuthFactorOTPResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyMyAuthFactorOTPResponse) Descriptor deprecated

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

Deprecated: Use VerifyMyAuthFactorOTPResponse.ProtoReflect.Descriptor instead.

func (*VerifyMyAuthFactorOTPResponse) GetDetails

func (*VerifyMyAuthFactorOTPResponse) ProtoMessage

func (*VerifyMyAuthFactorOTPResponse) ProtoMessage()

func (*VerifyMyAuthFactorOTPResponse) ProtoReflect

func (*VerifyMyAuthFactorOTPResponse) Reset

func (x *VerifyMyAuthFactorOTPResponse) Reset()

func (*VerifyMyAuthFactorOTPResponse) String

type VerifyMyAuthFactorU2FRequest

type VerifyMyAuthFactorU2FRequest struct {
	Verification *user.WebAuthNVerification `protobuf:"bytes,1,opt,name=verification,proto3" json:"verification,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyMyAuthFactorU2FRequest) Descriptor deprecated

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

Deprecated: Use VerifyMyAuthFactorU2FRequest.ProtoReflect.Descriptor instead.

func (*VerifyMyAuthFactorU2FRequest) GetVerification

func (*VerifyMyAuthFactorU2FRequest) ProtoMessage

func (*VerifyMyAuthFactorU2FRequest) ProtoMessage()

func (*VerifyMyAuthFactorU2FRequest) ProtoReflect

func (*VerifyMyAuthFactorU2FRequest) Reset

func (x *VerifyMyAuthFactorU2FRequest) Reset()

func (*VerifyMyAuthFactorU2FRequest) String

type VerifyMyAuthFactorU2FResponse

type VerifyMyAuthFactorU2FResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyMyAuthFactorU2FResponse) Descriptor deprecated

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

Deprecated: Use VerifyMyAuthFactorU2FResponse.ProtoReflect.Descriptor instead.

func (*VerifyMyAuthFactorU2FResponse) GetDetails

func (*VerifyMyAuthFactorU2FResponse) ProtoMessage

func (*VerifyMyAuthFactorU2FResponse) ProtoMessage()

func (*VerifyMyAuthFactorU2FResponse) ProtoReflect

func (*VerifyMyAuthFactorU2FResponse) Reset

func (x *VerifyMyAuthFactorU2FResponse) Reset()

func (*VerifyMyAuthFactorU2FResponse) String

type VerifyMyEmailRequest

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

func (*VerifyMyEmailRequest) Descriptor deprecated

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

Deprecated: Use VerifyMyEmailRequest.ProtoReflect.Descriptor instead.

func (*VerifyMyEmailRequest) GetCode

func (x *VerifyMyEmailRequest) GetCode() string

func (*VerifyMyEmailRequest) ProtoMessage

func (*VerifyMyEmailRequest) ProtoMessage()

func (*VerifyMyEmailRequest) ProtoReflect

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

func (*VerifyMyEmailRequest) Reset

func (x *VerifyMyEmailRequest) Reset()

func (*VerifyMyEmailRequest) String

func (x *VerifyMyEmailRequest) String() string

type VerifyMyEmailResponse

type VerifyMyEmailResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyMyEmailResponse) Descriptor deprecated

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

Deprecated: Use VerifyMyEmailResponse.ProtoReflect.Descriptor instead.

func (*VerifyMyEmailResponse) GetDetails

func (x *VerifyMyEmailResponse) GetDetails() *object.ObjectDetails

func (*VerifyMyEmailResponse) ProtoMessage

func (*VerifyMyEmailResponse) ProtoMessage()

func (*VerifyMyEmailResponse) ProtoReflect

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

func (*VerifyMyEmailResponse) Reset

func (x *VerifyMyEmailResponse) Reset()

func (*VerifyMyEmailResponse) String

func (x *VerifyMyEmailResponse) String() string

type VerifyMyPasswordlessRequest

type VerifyMyPasswordlessRequest struct {
	Verification *user.WebAuthNVerification `protobuf:"bytes,1,opt,name=verification,proto3" json:"verification,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyMyPasswordlessRequest) Descriptor deprecated

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

Deprecated: Use VerifyMyPasswordlessRequest.ProtoReflect.Descriptor instead.

func (*VerifyMyPasswordlessRequest) GetVerification

func (*VerifyMyPasswordlessRequest) ProtoMessage

func (*VerifyMyPasswordlessRequest) ProtoMessage()

func (*VerifyMyPasswordlessRequest) ProtoReflect

func (*VerifyMyPasswordlessRequest) Reset

func (x *VerifyMyPasswordlessRequest) Reset()

func (*VerifyMyPasswordlessRequest) String

func (x *VerifyMyPasswordlessRequest) String() string

type VerifyMyPasswordlessResponse

type VerifyMyPasswordlessResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyMyPasswordlessResponse) Descriptor deprecated

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

Deprecated: Use VerifyMyPasswordlessResponse.ProtoReflect.Descriptor instead.

func (*VerifyMyPasswordlessResponse) GetDetails

func (*VerifyMyPasswordlessResponse) ProtoMessage

func (*VerifyMyPasswordlessResponse) ProtoMessage()

func (*VerifyMyPasswordlessResponse) ProtoReflect

func (*VerifyMyPasswordlessResponse) Reset

func (x *VerifyMyPasswordlessResponse) Reset()

func (*VerifyMyPasswordlessResponse) String

type VerifyMyPhoneRequest

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

func (*VerifyMyPhoneRequest) Descriptor deprecated

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

Deprecated: Use VerifyMyPhoneRequest.ProtoReflect.Descriptor instead.

func (*VerifyMyPhoneRequest) GetCode

func (x *VerifyMyPhoneRequest) GetCode() string

func (*VerifyMyPhoneRequest) ProtoMessage

func (*VerifyMyPhoneRequest) ProtoMessage()

func (*VerifyMyPhoneRequest) ProtoReflect

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

func (*VerifyMyPhoneRequest) Reset

func (x *VerifyMyPhoneRequest) Reset()

func (*VerifyMyPhoneRequest) String

func (x *VerifyMyPhoneRequest) String() string

type VerifyMyPhoneResponse

type VerifyMyPhoneResponse struct {
	Details *object.ObjectDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyMyPhoneResponse) Descriptor deprecated

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

Deprecated: Use VerifyMyPhoneResponse.ProtoReflect.Descriptor instead.

func (*VerifyMyPhoneResponse) GetDetails

func (x *VerifyMyPhoneResponse) GetDetails() *object.ObjectDetails

func (*VerifyMyPhoneResponse) ProtoMessage

func (*VerifyMyPhoneResponse) ProtoMessage()

func (*VerifyMyPhoneResponse) ProtoReflect

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

func (*VerifyMyPhoneResponse) Reset

func (x *VerifyMyPhoneResponse) Reset()

func (*VerifyMyPhoneResponse) String

func (x *VerifyMyPhoneResponse) String() string

Jump to

Keyboard shortcuts

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