biometric

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ManagerService_CanAuthenticate0_FullMethodName          = "/biometric.ManagerService/CanAuthenticate0"
	ManagerService_CanAuthenticate1_1_FullMethodName        = "/biometric.ManagerService/CanAuthenticate1_1"
	ManagerService_GetLastAuthenticationTime_FullMethodName = "/biometric.ManagerService/GetLastAuthenticationTime"
	ManagerService_GetStrings_FullMethodName                = "/biometric.ManagerService/GetStrings"
)
View Source
const (
	ManagerStringsService_GetButtonLabel_FullMethodName   = "/biometric.ManagerStringsService/GetButtonLabel"
	ManagerStringsService_GetPromptMessage_FullMethodName = "/biometric.ManagerStringsService/GetPromptMessage"
	ManagerStringsService_GetSettingName_FullMethodName   = "/biometric.ManagerStringsService/GetSettingName"
)
View Source
const (
	PromptService_Authenticate4_FullMethodName            = "/biometric.PromptService/Authenticate4"
	PromptService_Authenticate3_1_FullMethodName          = "/biometric.PromptService/Authenticate3_1"
	PromptService_GetAllowedAuthenticators_FullMethodName = "/biometric.PromptService/GetAllowedAuthenticators"
	PromptService_GetContentView_FullMethodName           = "/biometric.PromptService/GetContentView"
	PromptService_GetDescription_FullMethodName           = "/biometric.PromptService/GetDescription"
	PromptService_GetLogoBitmap_FullMethodName            = "/biometric.PromptService/GetLogoBitmap"
	PromptService_GetLogoDescription_FullMethodName       = "/biometric.PromptService/GetLogoDescription"
	PromptService_GetLogoRes_FullMethodName               = "/biometric.PromptService/GetLogoRes"
	PromptService_GetNegativeButtonText_FullMethodName    = "/biometric.PromptService/GetNegativeButtonText"
	PromptService_GetSubtitle_FullMethodName              = "/biometric.PromptService/GetSubtitle"
	PromptService_GetTitle_FullMethodName                 = "/biometric.PromptService/GetTitle"
	PromptService_IsConfirmationRequired_FullMethodName   = "/biometric.PromptService/IsConfirmationRequired"
)
View Source
const (
	PromptAuthenticationCallbackService_OnAuthenticationError_FullMethodName     = "/biometric.PromptAuthenticationCallbackService/OnAuthenticationError"
	PromptAuthenticationCallbackService_OnAuthenticationFailed_FullMethodName    = "/biometric.PromptAuthenticationCallbackService/OnAuthenticationFailed"
	PromptAuthenticationCallbackService_OnAuthenticationHelp_FullMethodName      = "/biometric.PromptAuthenticationCallbackService/OnAuthenticationHelp"
	PromptAuthenticationCallbackService_OnAuthenticationSucceeded_FullMethodName = "/biometric.PromptAuthenticationCallbackService/OnAuthenticationSucceeded"
)
View Source
const (
	PromptAuthenticationResultService_GetAuthenticationType_FullMethodName = "/biometric.PromptAuthenticationResultService/GetAuthenticationType"
	PromptAuthenticationResultService_GetCryptoObject_FullMethodName       = "/biometric.PromptAuthenticationResultService/GetCryptoObject"
)
View Source
const (
	PromptBuilderService_Build_FullMethodName                      = "/biometric.PromptBuilderService/Build"
	PromptBuilderService_SetAllowedAuthenticators_FullMethodName   = "/biometric.PromptBuilderService/SetAllowedAuthenticators"
	PromptBuilderService_SetConfirmationRequired_FullMethodName    = "/biometric.PromptBuilderService/SetConfirmationRequired"
	PromptBuilderService_SetContentView_FullMethodName             = "/biometric.PromptBuilderService/SetContentView"
	PromptBuilderService_SetDescription_FullMethodName             = "/biometric.PromptBuilderService/SetDescription"
	PromptBuilderService_SetDeviceCredentialAllowed_FullMethodName = "/biometric.PromptBuilderService/SetDeviceCredentialAllowed"
	PromptBuilderService_SetLogoBitmap_FullMethodName              = "/biometric.PromptBuilderService/SetLogoBitmap"
	PromptBuilderService_SetLogoDescription_FullMethodName         = "/biometric.PromptBuilderService/SetLogoDescription"
	PromptBuilderService_SetLogoRes_FullMethodName                 = "/biometric.PromptBuilderService/SetLogoRes"
	PromptBuilderService_SetNegativeButton_FullMethodName          = "/biometric.PromptBuilderService/SetNegativeButton"
	PromptBuilderService_SetSubtitle_FullMethodName                = "/biometric.PromptBuilderService/SetSubtitle"
	PromptBuilderService_SetTitle_FullMethodName                   = "/biometric.PromptBuilderService/SetTitle"
)
View Source
const (
	PromptCryptoObjectService_GetCipher_FullMethodName              = "/biometric.PromptCryptoObjectService/GetCipher"
	PromptCryptoObjectService_GetIdentityCredential_FullMethodName  = "/biometric.PromptCryptoObjectService/GetIdentityCredential"
	PromptCryptoObjectService_GetMac_FullMethodName                 = "/biometric.PromptCryptoObjectService/GetMac"
	PromptCryptoObjectService_GetOperationHandle_FullMethodName     = "/biometric.PromptCryptoObjectService/GetOperationHandle"
	PromptCryptoObjectService_GetPresentationSession_FullMethodName = "/biometric.PromptCryptoObjectService/GetPresentationSession"
	PromptCryptoObjectService_GetSignature_FullMethodName           = "/biometric.PromptCryptoObjectService/GetSignature"
)

Variables

View Source
var File_proto_biometric_biometric_proto protoreflect.FileDescriptor
View Source
var ManagerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "biometric.ManagerService",
	HandlerType: (*ManagerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CanAuthenticate0",
			Handler:    _ManagerService_CanAuthenticate0_Handler,
		},
		{
			MethodName: "CanAuthenticate1_1",
			Handler:    _ManagerService_CanAuthenticate1_1_Handler,
		},
		{
			MethodName: "GetLastAuthenticationTime",
			Handler:    _ManagerService_GetLastAuthenticationTime_Handler,
		},
		{
			MethodName: "GetStrings",
			Handler:    _ManagerService_GetStrings_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/biometric/biometric.proto",
}

ManagerService_ServiceDesc is the grpc.ServiceDesc for ManagerService 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 ManagerStringsService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "biometric.ManagerStringsService",
	HandlerType: (*ManagerStringsServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetButtonLabel",
			Handler:    _ManagerStringsService_GetButtonLabel_Handler,
		},
		{
			MethodName: "GetPromptMessage",
			Handler:    _ManagerStringsService_GetPromptMessage_Handler,
		},
		{
			MethodName: "GetSettingName",
			Handler:    _ManagerStringsService_GetSettingName_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/biometric/biometric.proto",
}

ManagerStringsService_ServiceDesc is the grpc.ServiceDesc for ManagerStringsService 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 PromptAuthenticationCallbackService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "biometric.PromptAuthenticationCallbackService",
	HandlerType: (*PromptAuthenticationCallbackServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "OnAuthenticationError",
			Handler:    _PromptAuthenticationCallbackService_OnAuthenticationError_Handler,
		},
		{
			MethodName: "OnAuthenticationFailed",
			Handler:    _PromptAuthenticationCallbackService_OnAuthenticationFailed_Handler,
		},
		{
			MethodName: "OnAuthenticationHelp",
			Handler:    _PromptAuthenticationCallbackService_OnAuthenticationHelp_Handler,
		},
		{
			MethodName: "OnAuthenticationSucceeded",
			Handler:    _PromptAuthenticationCallbackService_OnAuthenticationSucceeded_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/biometric/biometric.proto",
}

PromptAuthenticationCallbackService_ServiceDesc is the grpc.ServiceDesc for PromptAuthenticationCallbackService 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 PromptAuthenticationResultService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "biometric.PromptAuthenticationResultService",
	HandlerType: (*PromptAuthenticationResultServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetAuthenticationType",
			Handler:    _PromptAuthenticationResultService_GetAuthenticationType_Handler,
		},
		{
			MethodName: "GetCryptoObject",
			Handler:    _PromptAuthenticationResultService_GetCryptoObject_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/biometric/biometric.proto",
}

PromptAuthenticationResultService_ServiceDesc is the grpc.ServiceDesc for PromptAuthenticationResultService 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 PromptBuilderService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "biometric.PromptBuilderService",
	HandlerType: (*PromptBuilderServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Build",
			Handler:    _PromptBuilderService_Build_Handler,
		},
		{
			MethodName: "SetAllowedAuthenticators",
			Handler:    _PromptBuilderService_SetAllowedAuthenticators_Handler,
		},
		{
			MethodName: "SetConfirmationRequired",
			Handler:    _PromptBuilderService_SetConfirmationRequired_Handler,
		},
		{
			MethodName: "SetContentView",
			Handler:    _PromptBuilderService_SetContentView_Handler,
		},
		{
			MethodName: "SetDescription",
			Handler:    _PromptBuilderService_SetDescription_Handler,
		},
		{
			MethodName: "SetDeviceCredentialAllowed",
			Handler:    _PromptBuilderService_SetDeviceCredentialAllowed_Handler,
		},
		{
			MethodName: "SetLogoBitmap",
			Handler:    _PromptBuilderService_SetLogoBitmap_Handler,
		},
		{
			MethodName: "SetLogoDescription",
			Handler:    _PromptBuilderService_SetLogoDescription_Handler,
		},
		{
			MethodName: "SetLogoRes",
			Handler:    _PromptBuilderService_SetLogoRes_Handler,
		},
		{
			MethodName: "SetNegativeButton",
			Handler:    _PromptBuilderService_SetNegativeButton_Handler,
		},
		{
			MethodName: "SetSubtitle",
			Handler:    _PromptBuilderService_SetSubtitle_Handler,
		},
		{
			MethodName: "SetTitle",
			Handler:    _PromptBuilderService_SetTitle_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/biometric/biometric.proto",
}

PromptBuilderService_ServiceDesc is the grpc.ServiceDesc for PromptBuilderService 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 PromptCryptoObjectService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "biometric.PromptCryptoObjectService",
	HandlerType: (*PromptCryptoObjectServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetCipher",
			Handler:    _PromptCryptoObjectService_GetCipher_Handler,
		},
		{
			MethodName: "GetIdentityCredential",
			Handler:    _PromptCryptoObjectService_GetIdentityCredential_Handler,
		},
		{
			MethodName: "GetMac",
			Handler:    _PromptCryptoObjectService_GetMac_Handler,
		},
		{
			MethodName: "GetOperationHandle",
			Handler:    _PromptCryptoObjectService_GetOperationHandle_Handler,
		},
		{
			MethodName: "GetPresentationSession",
			Handler:    _PromptCryptoObjectService_GetPresentationSession_Handler,
		},
		{
			MethodName: "GetSignature",
			Handler:    _PromptCryptoObjectService_GetSignature_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/biometric/biometric.proto",
}

PromptCryptoObjectService_ServiceDesc is the grpc.ServiceDesc for PromptCryptoObjectService 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 PromptService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "biometric.PromptService",
	HandlerType: (*PromptServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Authenticate4",
			Handler:    _PromptService_Authenticate4_Handler,
		},
		{
			MethodName: "Authenticate3_1",
			Handler:    _PromptService_Authenticate3_1_Handler,
		},
		{
			MethodName: "GetAllowedAuthenticators",
			Handler:    _PromptService_GetAllowedAuthenticators_Handler,
		},
		{
			MethodName: "GetContentView",
			Handler:    _PromptService_GetContentView_Handler,
		},
		{
			MethodName: "GetDescription",
			Handler:    _PromptService_GetDescription_Handler,
		},
		{
			MethodName: "GetLogoBitmap",
			Handler:    _PromptService_GetLogoBitmap_Handler,
		},
		{
			MethodName: "GetLogoDescription",
			Handler:    _PromptService_GetLogoDescription_Handler,
		},
		{
			MethodName: "GetLogoRes",
			Handler:    _PromptService_GetLogoRes_Handler,
		},
		{
			MethodName: "GetNegativeButtonText",
			Handler:    _PromptService_GetNegativeButtonText_Handler,
		},
		{
			MethodName: "GetSubtitle",
			Handler:    _PromptService_GetSubtitle_Handler,
		},
		{
			MethodName: "GetTitle",
			Handler:    _PromptService_GetTitle_Handler,
		},
		{
			MethodName: "IsConfirmationRequired",
			Handler:    _PromptService_IsConfirmationRequired_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/biometric/biometric.proto",
}

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

Functions

func RegisterManagerServiceServer added in v0.0.4

func RegisterManagerServiceServer(s grpc.ServiceRegistrar, srv ManagerServiceServer)

func RegisterManagerStringsServiceServer added in v0.0.6

func RegisterManagerStringsServiceServer(s grpc.ServiceRegistrar, srv ManagerStringsServiceServer)

func RegisterPromptAuthenticationCallbackServiceServer added in v0.0.6

func RegisterPromptAuthenticationCallbackServiceServer(s grpc.ServiceRegistrar, srv PromptAuthenticationCallbackServiceServer)

func RegisterPromptAuthenticationResultServiceServer added in v0.0.6

func RegisterPromptAuthenticationResultServiceServer(s grpc.ServiceRegistrar, srv PromptAuthenticationResultServiceServer)

func RegisterPromptBuilderServiceServer added in v0.0.4

func RegisterPromptBuilderServiceServer(s grpc.ServiceRegistrar, srv PromptBuilderServiceServer)

func RegisterPromptCryptoObjectServiceServer added in v0.0.6

func RegisterPromptCryptoObjectServiceServer(s grpc.ServiceRegistrar, srv PromptCryptoObjectServiceServer)

func RegisterPromptServiceServer added in v0.0.4

func RegisterPromptServiceServer(s grpc.ServiceRegistrar, srv PromptServiceServer)

Types

type Authenticate3_1Request

type Authenticate3_1Request struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int64 `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*Authenticate3_1Request) Descriptor deprecated

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

Deprecated: Use Authenticate3_1Request.ProtoReflect.Descriptor instead.

func (*Authenticate3_1Request) GetArg0

func (x *Authenticate3_1Request) GetArg0() int64

func (*Authenticate3_1Request) GetArg1

func (x *Authenticate3_1Request) GetArg1() int64

func (*Authenticate3_1Request) GetArg2

func (x *Authenticate3_1Request) GetArg2() int64

func (*Authenticate3_1Request) ProtoMessage

func (*Authenticate3_1Request) ProtoMessage()

func (*Authenticate3_1Request) ProtoReflect

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

func (*Authenticate3_1Request) Reset

func (x *Authenticate3_1Request) Reset()

func (*Authenticate3_1Request) String

func (x *Authenticate3_1Request) String() string

type Authenticate3_1Response

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

func (*Authenticate3_1Response) Descriptor deprecated

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

Deprecated: Use Authenticate3_1Response.ProtoReflect.Descriptor instead.

func (*Authenticate3_1Response) ProtoMessage

func (*Authenticate3_1Response) ProtoMessage()

func (*Authenticate3_1Response) ProtoReflect

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

func (*Authenticate3_1Response) Reset

func (x *Authenticate3_1Response) Reset()

func (*Authenticate3_1Response) String

func (x *Authenticate3_1Response) String() string

type Authenticate4Request

type Authenticate4Request struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int64 `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	Arg3 int64 `protobuf:"varint,4,opt,name=arg3,proto3" json:"arg3,omitempty"`
	// contains filtered or unexported fields
}

func (*Authenticate4Request) Descriptor deprecated

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

Deprecated: Use Authenticate4Request.ProtoReflect.Descriptor instead.

func (*Authenticate4Request) GetArg0

func (x *Authenticate4Request) GetArg0() int64

func (*Authenticate4Request) GetArg1

func (x *Authenticate4Request) GetArg1() int64

func (*Authenticate4Request) GetArg2

func (x *Authenticate4Request) GetArg2() int64

func (*Authenticate4Request) GetArg3

func (x *Authenticate4Request) GetArg3() int64

func (*Authenticate4Request) ProtoMessage

func (*Authenticate4Request) ProtoMessage()

func (*Authenticate4Request) ProtoReflect

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

func (*Authenticate4Request) Reset

func (x *Authenticate4Request) Reset()

func (*Authenticate4Request) String

func (x *Authenticate4Request) String() string

type Authenticate4Response

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

func (*Authenticate4Response) Descriptor deprecated

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

Deprecated: Use Authenticate4Response.ProtoReflect.Descriptor instead.

func (*Authenticate4Response) ProtoMessage

func (*Authenticate4Response) ProtoMessage()

func (*Authenticate4Response) ProtoReflect

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

func (*Authenticate4Response) Reset

func (x *Authenticate4Response) Reset()

func (*Authenticate4Response) String

func (x *Authenticate4Response) String() string

type BuildRequest

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

func (*BuildRequest) Descriptor deprecated

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

Deprecated: Use BuildRequest.ProtoReflect.Descriptor instead.

func (*BuildRequest) ProtoMessage

func (*BuildRequest) ProtoMessage()

func (*BuildRequest) ProtoReflect

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

func (*BuildRequest) Reset

func (x *BuildRequest) Reset()

func (*BuildRequest) String

func (x *BuildRequest) String() string

type BuildResponse

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

func (*BuildResponse) Descriptor deprecated

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

Deprecated: Use BuildResponse.ProtoReflect.Descriptor instead.

func (*BuildResponse) GetResult

func (x *BuildResponse) GetResult() int64

func (*BuildResponse) ProtoMessage

func (*BuildResponse) ProtoMessage()

func (*BuildResponse) ProtoReflect

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

func (*BuildResponse) Reset

func (x *BuildResponse) Reset()

func (*BuildResponse) String

func (x *BuildResponse) String() string

type CanAuthenticate0Request

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

func (*CanAuthenticate0Request) Descriptor deprecated

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

Deprecated: Use CanAuthenticate0Request.ProtoReflect.Descriptor instead.

func (*CanAuthenticate0Request) ProtoMessage

func (*CanAuthenticate0Request) ProtoMessage()

func (*CanAuthenticate0Request) ProtoReflect

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

func (*CanAuthenticate0Request) Reset

func (x *CanAuthenticate0Request) Reset()

func (*CanAuthenticate0Request) String

func (x *CanAuthenticate0Request) String() string

type CanAuthenticate0Response

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

func (*CanAuthenticate0Response) Descriptor deprecated

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

Deprecated: Use CanAuthenticate0Response.ProtoReflect.Descriptor instead.

func (*CanAuthenticate0Response) GetResult

func (x *CanAuthenticate0Response) GetResult() int32

func (*CanAuthenticate0Response) ProtoMessage

func (*CanAuthenticate0Response) ProtoMessage()

func (*CanAuthenticate0Response) ProtoReflect

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

func (*CanAuthenticate0Response) Reset

func (x *CanAuthenticate0Response) Reset()

func (*CanAuthenticate0Response) String

func (x *CanAuthenticate0Response) String() string

type CanAuthenticate1_1Request

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

func (*CanAuthenticate1_1Request) Descriptor deprecated

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

Deprecated: Use CanAuthenticate1_1Request.ProtoReflect.Descriptor instead.

func (*CanAuthenticate1_1Request) GetArg0

func (x *CanAuthenticate1_1Request) GetArg0() int32

func (*CanAuthenticate1_1Request) ProtoMessage

func (*CanAuthenticate1_1Request) ProtoMessage()

func (*CanAuthenticate1_1Request) ProtoReflect

func (*CanAuthenticate1_1Request) Reset

func (x *CanAuthenticate1_1Request) Reset()

func (*CanAuthenticate1_1Request) String

func (x *CanAuthenticate1_1Request) String() string

type CanAuthenticate1_1Response

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

func (*CanAuthenticate1_1Response) Descriptor deprecated

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

Deprecated: Use CanAuthenticate1_1Response.ProtoReflect.Descriptor instead.

func (*CanAuthenticate1_1Response) GetResult

func (x *CanAuthenticate1_1Response) GetResult() int32

func (*CanAuthenticate1_1Response) ProtoMessage

func (*CanAuthenticate1_1Response) ProtoMessage()

func (*CanAuthenticate1_1Response) ProtoReflect

func (*CanAuthenticate1_1Response) Reset

func (x *CanAuthenticate1_1Response) Reset()

func (*CanAuthenticate1_1Response) String

func (x *CanAuthenticate1_1Response) String() string

type GetAllowedAuthenticatorsRequest

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

func (*GetAllowedAuthenticatorsRequest) Descriptor deprecated

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

Deprecated: Use GetAllowedAuthenticatorsRequest.ProtoReflect.Descriptor instead.

func (*GetAllowedAuthenticatorsRequest) ProtoMessage

func (*GetAllowedAuthenticatorsRequest) ProtoMessage()

func (*GetAllowedAuthenticatorsRequest) ProtoReflect

func (*GetAllowedAuthenticatorsRequest) Reset

func (*GetAllowedAuthenticatorsRequest) String

type GetAllowedAuthenticatorsResponse

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

func (*GetAllowedAuthenticatorsResponse) Descriptor deprecated

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

Deprecated: Use GetAllowedAuthenticatorsResponse.ProtoReflect.Descriptor instead.

func (*GetAllowedAuthenticatorsResponse) GetResult

func (x *GetAllowedAuthenticatorsResponse) GetResult() int32

func (*GetAllowedAuthenticatorsResponse) ProtoMessage

func (*GetAllowedAuthenticatorsResponse) ProtoMessage()

func (*GetAllowedAuthenticatorsResponse) ProtoReflect

func (*GetAllowedAuthenticatorsResponse) Reset

func (*GetAllowedAuthenticatorsResponse) String

type GetAuthenticationTypeRequest added in v0.0.6

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

func (*GetAuthenticationTypeRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetAuthenticationTypeRequest.ProtoReflect.Descriptor instead.

func (*GetAuthenticationTypeRequest) ProtoMessage added in v0.0.6

func (*GetAuthenticationTypeRequest) ProtoMessage()

func (*GetAuthenticationTypeRequest) ProtoReflect added in v0.0.6

func (*GetAuthenticationTypeRequest) Reset added in v0.0.6

func (x *GetAuthenticationTypeRequest) Reset()

func (*GetAuthenticationTypeRequest) String added in v0.0.6

type GetAuthenticationTypeResponse added in v0.0.6

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

func (*GetAuthenticationTypeResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetAuthenticationTypeResponse.ProtoReflect.Descriptor instead.

func (*GetAuthenticationTypeResponse) GetResult added in v0.0.6

func (x *GetAuthenticationTypeResponse) GetResult() int32

func (*GetAuthenticationTypeResponse) ProtoMessage added in v0.0.6

func (*GetAuthenticationTypeResponse) ProtoMessage()

func (*GetAuthenticationTypeResponse) ProtoReflect added in v0.0.6

func (*GetAuthenticationTypeResponse) Reset added in v0.0.6

func (x *GetAuthenticationTypeResponse) Reset()

func (*GetAuthenticationTypeResponse) String added in v0.0.6

type GetButtonLabelRequest added in v0.0.6

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

func (*GetButtonLabelRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetButtonLabelRequest.ProtoReflect.Descriptor instead.

func (*GetButtonLabelRequest) ProtoMessage added in v0.0.6

func (*GetButtonLabelRequest) ProtoMessage()

func (*GetButtonLabelRequest) ProtoReflect added in v0.0.6

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

func (*GetButtonLabelRequest) Reset added in v0.0.6

func (x *GetButtonLabelRequest) Reset()

func (*GetButtonLabelRequest) String added in v0.0.6

func (x *GetButtonLabelRequest) String() string

type GetButtonLabelResponse added in v0.0.6

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

func (*GetButtonLabelResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetButtonLabelResponse.ProtoReflect.Descriptor instead.

func (*GetButtonLabelResponse) GetResult added in v0.0.6

func (x *GetButtonLabelResponse) GetResult() int64

func (*GetButtonLabelResponse) ProtoMessage added in v0.0.6

func (*GetButtonLabelResponse) ProtoMessage()

func (*GetButtonLabelResponse) ProtoReflect added in v0.0.6

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

func (*GetButtonLabelResponse) Reset added in v0.0.6

func (x *GetButtonLabelResponse) Reset()

func (*GetButtonLabelResponse) String added in v0.0.6

func (x *GetButtonLabelResponse) String() string

type GetCipherRequest added in v0.0.6

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

func (*GetCipherRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetCipherRequest.ProtoReflect.Descriptor instead.

func (*GetCipherRequest) ProtoMessage added in v0.0.6

func (*GetCipherRequest) ProtoMessage()

func (*GetCipherRequest) ProtoReflect added in v0.0.6

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

func (*GetCipherRequest) Reset added in v0.0.6

func (x *GetCipherRequest) Reset()

func (*GetCipherRequest) String added in v0.0.6

func (x *GetCipherRequest) String() string

type GetCipherResponse added in v0.0.6

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

func (*GetCipherResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetCipherResponse.ProtoReflect.Descriptor instead.

func (*GetCipherResponse) GetResult added in v0.0.6

func (x *GetCipherResponse) GetResult() int64

func (*GetCipherResponse) ProtoMessage added in v0.0.6

func (*GetCipherResponse) ProtoMessage()

func (*GetCipherResponse) ProtoReflect added in v0.0.6

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

func (*GetCipherResponse) Reset added in v0.0.6

func (x *GetCipherResponse) Reset()

func (*GetCipherResponse) String added in v0.0.6

func (x *GetCipherResponse) String() string

type GetContentViewRequest

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

func (*GetContentViewRequest) Descriptor deprecated

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

Deprecated: Use GetContentViewRequest.ProtoReflect.Descriptor instead.

func (*GetContentViewRequest) ProtoMessage

func (*GetContentViewRequest) ProtoMessage()

func (*GetContentViewRequest) ProtoReflect

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

func (*GetContentViewRequest) Reset

func (x *GetContentViewRequest) Reset()

func (*GetContentViewRequest) String

func (x *GetContentViewRequest) String() string

type GetContentViewResponse

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

func (*GetContentViewResponse) Descriptor deprecated

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

Deprecated: Use GetContentViewResponse.ProtoReflect.Descriptor instead.

func (*GetContentViewResponse) GetResult

func (x *GetContentViewResponse) GetResult() int64

func (*GetContentViewResponse) ProtoMessage

func (*GetContentViewResponse) ProtoMessage()

func (*GetContentViewResponse) ProtoReflect

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

func (*GetContentViewResponse) Reset

func (x *GetContentViewResponse) Reset()

func (*GetContentViewResponse) String

func (x *GetContentViewResponse) String() string

type GetCryptoObjectRequest added in v0.0.6

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

func (*GetCryptoObjectRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetCryptoObjectRequest.ProtoReflect.Descriptor instead.

func (*GetCryptoObjectRequest) ProtoMessage added in v0.0.6

func (*GetCryptoObjectRequest) ProtoMessage()

func (*GetCryptoObjectRequest) ProtoReflect added in v0.0.6

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

func (*GetCryptoObjectRequest) Reset added in v0.0.6

func (x *GetCryptoObjectRequest) Reset()

func (*GetCryptoObjectRequest) String added in v0.0.6

func (x *GetCryptoObjectRequest) String() string

type GetCryptoObjectResponse added in v0.0.6

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

func (*GetCryptoObjectResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetCryptoObjectResponse.ProtoReflect.Descriptor instead.

func (*GetCryptoObjectResponse) GetResult added in v0.0.6

func (x *GetCryptoObjectResponse) GetResult() int64

func (*GetCryptoObjectResponse) ProtoMessage added in v0.0.6

func (*GetCryptoObjectResponse) ProtoMessage()

func (*GetCryptoObjectResponse) ProtoReflect added in v0.0.6

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

func (*GetCryptoObjectResponse) Reset added in v0.0.6

func (x *GetCryptoObjectResponse) Reset()

func (*GetCryptoObjectResponse) String added in v0.0.6

func (x *GetCryptoObjectResponse) String() string

type GetDescriptionRequest

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

func (*GetDescriptionRequest) Descriptor deprecated

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

Deprecated: Use GetDescriptionRequest.ProtoReflect.Descriptor instead.

func (*GetDescriptionRequest) ProtoMessage

func (*GetDescriptionRequest) ProtoMessage()

func (*GetDescriptionRequest) ProtoReflect

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

func (*GetDescriptionRequest) Reset

func (x *GetDescriptionRequest) Reset()

func (*GetDescriptionRequest) String

func (x *GetDescriptionRequest) String() string

type GetDescriptionResponse

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

func (*GetDescriptionResponse) Descriptor deprecated

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

Deprecated: Use GetDescriptionResponse.ProtoReflect.Descriptor instead.

func (*GetDescriptionResponse) GetResult

func (x *GetDescriptionResponse) GetResult() int64

func (*GetDescriptionResponse) ProtoMessage

func (*GetDescriptionResponse) ProtoMessage()

func (*GetDescriptionResponse) ProtoReflect

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

func (*GetDescriptionResponse) Reset

func (x *GetDescriptionResponse) Reset()

func (*GetDescriptionResponse) String

func (x *GetDescriptionResponse) String() string

type GetIdentityCredentialRequest added in v0.0.6

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

func (*GetIdentityCredentialRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetIdentityCredentialRequest.ProtoReflect.Descriptor instead.

func (*GetIdentityCredentialRequest) ProtoMessage added in v0.0.6

func (*GetIdentityCredentialRequest) ProtoMessage()

func (*GetIdentityCredentialRequest) ProtoReflect added in v0.0.6

func (*GetIdentityCredentialRequest) Reset added in v0.0.6

func (x *GetIdentityCredentialRequest) Reset()

func (*GetIdentityCredentialRequest) String added in v0.0.6

type GetIdentityCredentialResponse added in v0.0.6

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

func (*GetIdentityCredentialResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetIdentityCredentialResponse.ProtoReflect.Descriptor instead.

func (*GetIdentityCredentialResponse) GetResult added in v0.0.6

func (x *GetIdentityCredentialResponse) GetResult() int64

func (*GetIdentityCredentialResponse) ProtoMessage added in v0.0.6

func (*GetIdentityCredentialResponse) ProtoMessage()

func (*GetIdentityCredentialResponse) ProtoReflect added in v0.0.6

func (*GetIdentityCredentialResponse) Reset added in v0.0.6

func (x *GetIdentityCredentialResponse) Reset()

func (*GetIdentityCredentialResponse) String added in v0.0.6

type GetLastAuthenticationTimeRequest

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

func (*GetLastAuthenticationTimeRequest) Descriptor deprecated

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

Deprecated: Use GetLastAuthenticationTimeRequest.ProtoReflect.Descriptor instead.

func (*GetLastAuthenticationTimeRequest) GetArg0

func (*GetLastAuthenticationTimeRequest) ProtoMessage

func (*GetLastAuthenticationTimeRequest) ProtoMessage()

func (*GetLastAuthenticationTimeRequest) ProtoReflect

func (*GetLastAuthenticationTimeRequest) Reset

func (*GetLastAuthenticationTimeRequest) String

type GetLastAuthenticationTimeResponse

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

func (*GetLastAuthenticationTimeResponse) Descriptor deprecated

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

Deprecated: Use GetLastAuthenticationTimeResponse.ProtoReflect.Descriptor instead.

func (*GetLastAuthenticationTimeResponse) GetResult

func (*GetLastAuthenticationTimeResponse) ProtoMessage

func (*GetLastAuthenticationTimeResponse) ProtoMessage()

func (*GetLastAuthenticationTimeResponse) ProtoReflect

func (*GetLastAuthenticationTimeResponse) Reset

func (*GetLastAuthenticationTimeResponse) String

type GetLogoBitmapRequest

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

func (*GetLogoBitmapRequest) Descriptor deprecated

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

Deprecated: Use GetLogoBitmapRequest.ProtoReflect.Descriptor instead.

func (*GetLogoBitmapRequest) ProtoMessage

func (*GetLogoBitmapRequest) ProtoMessage()

func (*GetLogoBitmapRequest) ProtoReflect

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

func (*GetLogoBitmapRequest) Reset

func (x *GetLogoBitmapRequest) Reset()

func (*GetLogoBitmapRequest) String

func (x *GetLogoBitmapRequest) String() string

type GetLogoBitmapResponse

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

func (*GetLogoBitmapResponse) Descriptor deprecated

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

Deprecated: Use GetLogoBitmapResponse.ProtoReflect.Descriptor instead.

func (*GetLogoBitmapResponse) GetResult

func (x *GetLogoBitmapResponse) GetResult() int64

func (*GetLogoBitmapResponse) ProtoMessage

func (*GetLogoBitmapResponse) ProtoMessage()

func (*GetLogoBitmapResponse) ProtoReflect

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

func (*GetLogoBitmapResponse) Reset

func (x *GetLogoBitmapResponse) Reset()

func (*GetLogoBitmapResponse) String

func (x *GetLogoBitmapResponse) String() string

type GetLogoDescriptionRequest

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

func (*GetLogoDescriptionRequest) Descriptor deprecated

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

Deprecated: Use GetLogoDescriptionRequest.ProtoReflect.Descriptor instead.

func (*GetLogoDescriptionRequest) ProtoMessage

func (*GetLogoDescriptionRequest) ProtoMessage()

func (*GetLogoDescriptionRequest) ProtoReflect

func (*GetLogoDescriptionRequest) Reset

func (x *GetLogoDescriptionRequest) Reset()

func (*GetLogoDescriptionRequest) String

func (x *GetLogoDescriptionRequest) String() string

type GetLogoDescriptionResponse

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

func (*GetLogoDescriptionResponse) Descriptor deprecated

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

Deprecated: Use GetLogoDescriptionResponse.ProtoReflect.Descriptor instead.

func (*GetLogoDescriptionResponse) GetResult

func (x *GetLogoDescriptionResponse) GetResult() string

func (*GetLogoDescriptionResponse) ProtoMessage

func (*GetLogoDescriptionResponse) ProtoMessage()

func (*GetLogoDescriptionResponse) ProtoReflect

func (*GetLogoDescriptionResponse) Reset

func (x *GetLogoDescriptionResponse) Reset()

func (*GetLogoDescriptionResponse) String

func (x *GetLogoDescriptionResponse) String() string

type GetLogoResRequest

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

func (*GetLogoResRequest) Descriptor deprecated

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

Deprecated: Use GetLogoResRequest.ProtoReflect.Descriptor instead.

func (*GetLogoResRequest) ProtoMessage

func (*GetLogoResRequest) ProtoMessage()

func (*GetLogoResRequest) ProtoReflect

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

func (*GetLogoResRequest) Reset

func (x *GetLogoResRequest) Reset()

func (*GetLogoResRequest) String

func (x *GetLogoResRequest) String() string

type GetLogoResResponse

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

func (*GetLogoResResponse) Descriptor deprecated

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

Deprecated: Use GetLogoResResponse.ProtoReflect.Descriptor instead.

func (*GetLogoResResponse) GetResult

func (x *GetLogoResResponse) GetResult() int32

func (*GetLogoResResponse) ProtoMessage

func (*GetLogoResResponse) ProtoMessage()

func (*GetLogoResResponse) ProtoReflect

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

func (*GetLogoResResponse) Reset

func (x *GetLogoResResponse) Reset()

func (*GetLogoResResponse) String

func (x *GetLogoResResponse) String() string

type GetMacRequest added in v0.0.6

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

func (*GetMacRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetMacRequest.ProtoReflect.Descriptor instead.

func (*GetMacRequest) ProtoMessage added in v0.0.6

func (*GetMacRequest) ProtoMessage()

func (*GetMacRequest) ProtoReflect added in v0.0.6

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

func (*GetMacRequest) Reset added in v0.0.6

func (x *GetMacRequest) Reset()

func (*GetMacRequest) String added in v0.0.6

func (x *GetMacRequest) String() string

type GetMacResponse added in v0.0.6

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

func (*GetMacResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetMacResponse.ProtoReflect.Descriptor instead.

func (*GetMacResponse) GetResult added in v0.0.6

func (x *GetMacResponse) GetResult() int64

func (*GetMacResponse) ProtoMessage added in v0.0.6

func (*GetMacResponse) ProtoMessage()

func (*GetMacResponse) ProtoReflect added in v0.0.6

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

func (*GetMacResponse) Reset added in v0.0.6

func (x *GetMacResponse) Reset()

func (*GetMacResponse) String added in v0.0.6

func (x *GetMacResponse) String() string

type GetNegativeButtonTextRequest

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

func (*GetNegativeButtonTextRequest) Descriptor deprecated

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

Deprecated: Use GetNegativeButtonTextRequest.ProtoReflect.Descriptor instead.

func (*GetNegativeButtonTextRequest) ProtoMessage

func (*GetNegativeButtonTextRequest) ProtoMessage()

func (*GetNegativeButtonTextRequest) ProtoReflect

func (*GetNegativeButtonTextRequest) Reset

func (x *GetNegativeButtonTextRequest) Reset()

func (*GetNegativeButtonTextRequest) String

type GetNegativeButtonTextResponse

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

func (*GetNegativeButtonTextResponse) Descriptor deprecated

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

Deprecated: Use GetNegativeButtonTextResponse.ProtoReflect.Descriptor instead.

func (*GetNegativeButtonTextResponse) GetResult

func (x *GetNegativeButtonTextResponse) GetResult() int64

func (*GetNegativeButtonTextResponse) ProtoMessage

func (*GetNegativeButtonTextResponse) ProtoMessage()

func (*GetNegativeButtonTextResponse) ProtoReflect

func (*GetNegativeButtonTextResponse) Reset

func (x *GetNegativeButtonTextResponse) Reset()

func (*GetNegativeButtonTextResponse) String

type GetOperationHandleRequest added in v0.0.6

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

func (*GetOperationHandleRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetOperationHandleRequest.ProtoReflect.Descriptor instead.

func (*GetOperationHandleRequest) ProtoMessage added in v0.0.6

func (*GetOperationHandleRequest) ProtoMessage()

func (*GetOperationHandleRequest) ProtoReflect added in v0.0.6

func (*GetOperationHandleRequest) Reset added in v0.0.6

func (x *GetOperationHandleRequest) Reset()

func (*GetOperationHandleRequest) String added in v0.0.6

func (x *GetOperationHandleRequest) String() string

type GetOperationHandleResponse added in v0.0.6

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

func (*GetOperationHandleResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetOperationHandleResponse.ProtoReflect.Descriptor instead.

func (*GetOperationHandleResponse) GetResult added in v0.0.6

func (x *GetOperationHandleResponse) GetResult() int64

func (*GetOperationHandleResponse) ProtoMessage added in v0.0.6

func (*GetOperationHandleResponse) ProtoMessage()

func (*GetOperationHandleResponse) ProtoReflect added in v0.0.6

func (*GetOperationHandleResponse) Reset added in v0.0.6

func (x *GetOperationHandleResponse) Reset()

func (*GetOperationHandleResponse) String added in v0.0.6

func (x *GetOperationHandleResponse) String() string

type GetPresentationSessionRequest added in v0.0.6

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

func (*GetPresentationSessionRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetPresentationSessionRequest.ProtoReflect.Descriptor instead.

func (*GetPresentationSessionRequest) ProtoMessage added in v0.0.6

func (*GetPresentationSessionRequest) ProtoMessage()

func (*GetPresentationSessionRequest) ProtoReflect added in v0.0.6

func (*GetPresentationSessionRequest) Reset added in v0.0.6

func (x *GetPresentationSessionRequest) Reset()

func (*GetPresentationSessionRequest) String added in v0.0.6

type GetPresentationSessionResponse added in v0.0.6

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

func (*GetPresentationSessionResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetPresentationSessionResponse.ProtoReflect.Descriptor instead.

func (*GetPresentationSessionResponse) GetResult added in v0.0.6

func (x *GetPresentationSessionResponse) GetResult() int64

func (*GetPresentationSessionResponse) ProtoMessage added in v0.0.6

func (*GetPresentationSessionResponse) ProtoMessage()

func (*GetPresentationSessionResponse) ProtoReflect added in v0.0.6

func (*GetPresentationSessionResponse) Reset added in v0.0.6

func (x *GetPresentationSessionResponse) Reset()

func (*GetPresentationSessionResponse) String added in v0.0.6

type GetPromptMessageRequest added in v0.0.6

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

func (*GetPromptMessageRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetPromptMessageRequest.ProtoReflect.Descriptor instead.

func (*GetPromptMessageRequest) ProtoMessage added in v0.0.6

func (*GetPromptMessageRequest) ProtoMessage()

func (*GetPromptMessageRequest) ProtoReflect added in v0.0.6

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

func (*GetPromptMessageRequest) Reset added in v0.0.6

func (x *GetPromptMessageRequest) Reset()

func (*GetPromptMessageRequest) String added in v0.0.6

func (x *GetPromptMessageRequest) String() string

type GetPromptMessageResponse added in v0.0.6

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

func (*GetPromptMessageResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetPromptMessageResponse.ProtoReflect.Descriptor instead.

func (*GetPromptMessageResponse) GetResult added in v0.0.6

func (x *GetPromptMessageResponse) GetResult() int64

func (*GetPromptMessageResponse) ProtoMessage added in v0.0.6

func (*GetPromptMessageResponse) ProtoMessage()

func (*GetPromptMessageResponse) ProtoReflect added in v0.0.6

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

func (*GetPromptMessageResponse) Reset added in v0.0.6

func (x *GetPromptMessageResponse) Reset()

func (*GetPromptMessageResponse) String added in v0.0.6

func (x *GetPromptMessageResponse) String() string

type GetSettingNameRequest added in v0.0.6

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

func (*GetSettingNameRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetSettingNameRequest.ProtoReflect.Descriptor instead.

func (*GetSettingNameRequest) ProtoMessage added in v0.0.6

func (*GetSettingNameRequest) ProtoMessage()

func (*GetSettingNameRequest) ProtoReflect added in v0.0.6

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

func (*GetSettingNameRequest) Reset added in v0.0.6

func (x *GetSettingNameRequest) Reset()

func (*GetSettingNameRequest) String added in v0.0.6

func (x *GetSettingNameRequest) String() string

type GetSettingNameResponse added in v0.0.6

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

func (*GetSettingNameResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetSettingNameResponse.ProtoReflect.Descriptor instead.

func (*GetSettingNameResponse) GetResult added in v0.0.6

func (x *GetSettingNameResponse) GetResult() int64

func (*GetSettingNameResponse) ProtoMessage added in v0.0.6

func (*GetSettingNameResponse) ProtoMessage()

func (*GetSettingNameResponse) ProtoReflect added in v0.0.6

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

func (*GetSettingNameResponse) Reset added in v0.0.6

func (x *GetSettingNameResponse) Reset()

func (*GetSettingNameResponse) String added in v0.0.6

func (x *GetSettingNameResponse) String() string

type GetSignatureRequest added in v0.0.6

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

func (*GetSignatureRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetSignatureRequest.ProtoReflect.Descriptor instead.

func (*GetSignatureRequest) ProtoMessage added in v0.0.6

func (*GetSignatureRequest) ProtoMessage()

func (*GetSignatureRequest) ProtoReflect added in v0.0.6

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

func (*GetSignatureRequest) Reset added in v0.0.6

func (x *GetSignatureRequest) Reset()

func (*GetSignatureRequest) String added in v0.0.6

func (x *GetSignatureRequest) String() string

type GetSignatureResponse added in v0.0.6

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

func (*GetSignatureResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetSignatureResponse.ProtoReflect.Descriptor instead.

func (*GetSignatureResponse) GetResult added in v0.0.6

func (x *GetSignatureResponse) GetResult() int64

func (*GetSignatureResponse) ProtoMessage added in v0.0.6

func (*GetSignatureResponse) ProtoMessage()

func (*GetSignatureResponse) ProtoReflect added in v0.0.6

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

func (*GetSignatureResponse) Reset added in v0.0.6

func (x *GetSignatureResponse) Reset()

func (*GetSignatureResponse) String added in v0.0.6

func (x *GetSignatureResponse) String() string

type GetStringsRequest

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

func (*GetStringsRequest) Descriptor deprecated

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

Deprecated: Use GetStringsRequest.ProtoReflect.Descriptor instead.

func (*GetStringsRequest) GetArg0

func (x *GetStringsRequest) GetArg0() int32

func (*GetStringsRequest) ProtoMessage

func (*GetStringsRequest) ProtoMessage()

func (*GetStringsRequest) ProtoReflect

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

func (*GetStringsRequest) Reset

func (x *GetStringsRequest) Reset()

func (*GetStringsRequest) String

func (x *GetStringsRequest) String() string

type GetStringsResponse

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

func (*GetStringsResponse) Descriptor deprecated

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

Deprecated: Use GetStringsResponse.ProtoReflect.Descriptor instead.

func (*GetStringsResponse) GetResult

func (x *GetStringsResponse) GetResult() int64

func (*GetStringsResponse) ProtoMessage

func (*GetStringsResponse) ProtoMessage()

func (*GetStringsResponse) ProtoReflect

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

func (*GetStringsResponse) Reset

func (x *GetStringsResponse) Reset()

func (*GetStringsResponse) String

func (x *GetStringsResponse) String() string

type GetSubtitleRequest

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

func (*GetSubtitleRequest) Descriptor deprecated

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

Deprecated: Use GetSubtitleRequest.ProtoReflect.Descriptor instead.

func (*GetSubtitleRequest) ProtoMessage

func (*GetSubtitleRequest) ProtoMessage()

func (*GetSubtitleRequest) ProtoReflect

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

func (*GetSubtitleRequest) Reset

func (x *GetSubtitleRequest) Reset()

func (*GetSubtitleRequest) String

func (x *GetSubtitleRequest) String() string

type GetSubtitleResponse

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

func (*GetSubtitleResponse) Descriptor deprecated

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

Deprecated: Use GetSubtitleResponse.ProtoReflect.Descriptor instead.

func (*GetSubtitleResponse) GetResult

func (x *GetSubtitleResponse) GetResult() int64

func (*GetSubtitleResponse) ProtoMessage

func (*GetSubtitleResponse) ProtoMessage()

func (*GetSubtitleResponse) ProtoReflect

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

func (*GetSubtitleResponse) Reset

func (x *GetSubtitleResponse) Reset()

func (*GetSubtitleResponse) String

func (x *GetSubtitleResponse) String() string

type GetTitleRequest

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

func (*GetTitleRequest) Descriptor deprecated

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

Deprecated: Use GetTitleRequest.ProtoReflect.Descriptor instead.

func (*GetTitleRequest) ProtoMessage

func (*GetTitleRequest) ProtoMessage()

func (*GetTitleRequest) ProtoReflect

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

func (*GetTitleRequest) Reset

func (x *GetTitleRequest) Reset()

func (*GetTitleRequest) String

func (x *GetTitleRequest) String() string

type GetTitleResponse

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

func (*GetTitleResponse) Descriptor deprecated

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

Deprecated: Use GetTitleResponse.ProtoReflect.Descriptor instead.

func (*GetTitleResponse) GetResult

func (x *GetTitleResponse) GetResult() int64

func (*GetTitleResponse) ProtoMessage

func (*GetTitleResponse) ProtoMessage()

func (*GetTitleResponse) ProtoReflect

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

func (*GetTitleResponse) Reset

func (x *GetTitleResponse) Reset()

func (*GetTitleResponse) String

func (x *GetTitleResponse) String() string

type IsConfirmationRequiredRequest

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

func (*IsConfirmationRequiredRequest) Descriptor deprecated

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

Deprecated: Use IsConfirmationRequiredRequest.ProtoReflect.Descriptor instead.

func (*IsConfirmationRequiredRequest) ProtoMessage

func (*IsConfirmationRequiredRequest) ProtoMessage()

func (*IsConfirmationRequiredRequest) ProtoReflect

func (*IsConfirmationRequiredRequest) Reset

func (x *IsConfirmationRequiredRequest) Reset()

func (*IsConfirmationRequiredRequest) String

type IsConfirmationRequiredResponse

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

func (*IsConfirmationRequiredResponse) Descriptor deprecated

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

Deprecated: Use IsConfirmationRequiredResponse.ProtoReflect.Descriptor instead.

func (*IsConfirmationRequiredResponse) GetResult

func (x *IsConfirmationRequiredResponse) GetResult() bool

func (*IsConfirmationRequiredResponse) ProtoMessage

func (*IsConfirmationRequiredResponse) ProtoMessage()

func (*IsConfirmationRequiredResponse) ProtoReflect

func (*IsConfirmationRequiredResponse) Reset

func (x *IsConfirmationRequiredResponse) Reset()

func (*IsConfirmationRequiredResponse) String

type ManagerServiceClient added in v0.0.4

type ManagerServiceClient interface {
	CanAuthenticate0(ctx context.Context, in *CanAuthenticate0Request, opts ...grpc.CallOption) (*CanAuthenticate0Response, error)
	CanAuthenticate1_1(ctx context.Context, in *CanAuthenticate1_1Request, opts ...grpc.CallOption) (*CanAuthenticate1_1Response, error)
	GetLastAuthenticationTime(ctx context.Context, in *GetLastAuthenticationTimeRequest, opts ...grpc.CallOption) (*GetLastAuthenticationTimeResponse, error)
	GetStrings(ctx context.Context, in *GetStringsRequest, opts ...grpc.CallOption) (*GetStringsResponse, error)
}

ManagerServiceClient is the client API for ManagerService service.

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

func NewManagerServiceClient added in v0.0.4

func NewManagerServiceClient(cc grpc.ClientConnInterface) ManagerServiceClient

type ManagerServiceServer added in v0.0.4

type ManagerServiceServer interface {
	CanAuthenticate0(context.Context, *CanAuthenticate0Request) (*CanAuthenticate0Response, error)
	CanAuthenticate1_1(context.Context, *CanAuthenticate1_1Request) (*CanAuthenticate1_1Response, error)
	GetLastAuthenticationTime(context.Context, *GetLastAuthenticationTimeRequest) (*GetLastAuthenticationTimeResponse, error)
	GetStrings(context.Context, *GetStringsRequest) (*GetStringsResponse, error)
	// contains filtered or unexported methods
}

ManagerServiceServer is the server API for ManagerService service. All implementations must embed UnimplementedManagerServiceServer for forward compatibility.

type ManagerStringsServiceClient added in v0.0.6

type ManagerStringsServiceClient interface {
	GetButtonLabel(ctx context.Context, in *GetButtonLabelRequest, opts ...grpc.CallOption) (*GetButtonLabelResponse, error)
	GetPromptMessage(ctx context.Context, in *GetPromptMessageRequest, opts ...grpc.CallOption) (*GetPromptMessageResponse, error)
	GetSettingName(ctx context.Context, in *GetSettingNameRequest, opts ...grpc.CallOption) (*GetSettingNameResponse, error)
}

ManagerStringsServiceClient is the client API for ManagerStringsService service.

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

func NewManagerStringsServiceClient added in v0.0.6

func NewManagerStringsServiceClient(cc grpc.ClientConnInterface) ManagerStringsServiceClient

type ManagerStringsServiceServer added in v0.0.6

type ManagerStringsServiceServer interface {
	GetButtonLabel(context.Context, *GetButtonLabelRequest) (*GetButtonLabelResponse, error)
	GetPromptMessage(context.Context, *GetPromptMessageRequest) (*GetPromptMessageResponse, error)
	GetSettingName(context.Context, *GetSettingNameRequest) (*GetSettingNameResponse, error)
	// contains filtered or unexported methods
}

ManagerStringsServiceServer is the server API for ManagerStringsService service. All implementations must embed UnimplementedManagerStringsServiceServer for forward compatibility.

type OnAuthenticationErrorRequest added in v0.0.6

type OnAuthenticationErrorRequest struct {
	Arg0 int32  `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 string `protobuf:"bytes,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*OnAuthenticationErrorRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use OnAuthenticationErrorRequest.ProtoReflect.Descriptor instead.

func (*OnAuthenticationErrorRequest) GetArg0 added in v0.0.6

func (x *OnAuthenticationErrorRequest) GetArg0() int32

func (*OnAuthenticationErrorRequest) GetArg1 added in v0.0.6

func (x *OnAuthenticationErrorRequest) GetArg1() string

func (*OnAuthenticationErrorRequest) ProtoMessage added in v0.0.6

func (*OnAuthenticationErrorRequest) ProtoMessage()

func (*OnAuthenticationErrorRequest) ProtoReflect added in v0.0.6

func (*OnAuthenticationErrorRequest) Reset added in v0.0.6

func (x *OnAuthenticationErrorRequest) Reset()

func (*OnAuthenticationErrorRequest) String added in v0.0.6

type OnAuthenticationErrorResponse added in v0.0.6

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

func (*OnAuthenticationErrorResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use OnAuthenticationErrorResponse.ProtoReflect.Descriptor instead.

func (*OnAuthenticationErrorResponse) ProtoMessage added in v0.0.6

func (*OnAuthenticationErrorResponse) ProtoMessage()

func (*OnAuthenticationErrorResponse) ProtoReflect added in v0.0.6

func (*OnAuthenticationErrorResponse) Reset added in v0.0.6

func (x *OnAuthenticationErrorResponse) Reset()

func (*OnAuthenticationErrorResponse) String added in v0.0.6

type OnAuthenticationFailedRequest added in v0.0.6

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

func (*OnAuthenticationFailedRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use OnAuthenticationFailedRequest.ProtoReflect.Descriptor instead.

func (*OnAuthenticationFailedRequest) ProtoMessage added in v0.0.6

func (*OnAuthenticationFailedRequest) ProtoMessage()

func (*OnAuthenticationFailedRequest) ProtoReflect added in v0.0.6

func (*OnAuthenticationFailedRequest) Reset added in v0.0.6

func (x *OnAuthenticationFailedRequest) Reset()

func (*OnAuthenticationFailedRequest) String added in v0.0.6

type OnAuthenticationFailedResponse added in v0.0.6

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

func (*OnAuthenticationFailedResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use OnAuthenticationFailedResponse.ProtoReflect.Descriptor instead.

func (*OnAuthenticationFailedResponse) ProtoMessage added in v0.0.6

func (*OnAuthenticationFailedResponse) ProtoMessage()

func (*OnAuthenticationFailedResponse) ProtoReflect added in v0.0.6

func (*OnAuthenticationFailedResponse) Reset added in v0.0.6

func (x *OnAuthenticationFailedResponse) Reset()

func (*OnAuthenticationFailedResponse) String added in v0.0.6

type OnAuthenticationHelpRequest added in v0.0.6

type OnAuthenticationHelpRequest struct {
	Arg0 int32  `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 string `protobuf:"bytes,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*OnAuthenticationHelpRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use OnAuthenticationHelpRequest.ProtoReflect.Descriptor instead.

func (*OnAuthenticationHelpRequest) GetArg0 added in v0.0.6

func (x *OnAuthenticationHelpRequest) GetArg0() int32

func (*OnAuthenticationHelpRequest) GetArg1 added in v0.0.6

func (x *OnAuthenticationHelpRequest) GetArg1() string

func (*OnAuthenticationHelpRequest) ProtoMessage added in v0.0.6

func (*OnAuthenticationHelpRequest) ProtoMessage()

func (*OnAuthenticationHelpRequest) ProtoReflect added in v0.0.6

func (*OnAuthenticationHelpRequest) Reset added in v0.0.6

func (x *OnAuthenticationHelpRequest) Reset()

func (*OnAuthenticationHelpRequest) String added in v0.0.6

func (x *OnAuthenticationHelpRequest) String() string

type OnAuthenticationHelpResponse added in v0.0.6

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

func (*OnAuthenticationHelpResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use OnAuthenticationHelpResponse.ProtoReflect.Descriptor instead.

func (*OnAuthenticationHelpResponse) ProtoMessage added in v0.0.6

func (*OnAuthenticationHelpResponse) ProtoMessage()

func (*OnAuthenticationHelpResponse) ProtoReflect added in v0.0.6

func (*OnAuthenticationHelpResponse) Reset added in v0.0.6

func (x *OnAuthenticationHelpResponse) Reset()

func (*OnAuthenticationHelpResponse) String added in v0.0.6

type OnAuthenticationSucceededRequest added in v0.0.6

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

func (*OnAuthenticationSucceededRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use OnAuthenticationSucceededRequest.ProtoReflect.Descriptor instead.

func (*OnAuthenticationSucceededRequest) GetArg0 added in v0.0.6

func (*OnAuthenticationSucceededRequest) ProtoMessage added in v0.0.6

func (*OnAuthenticationSucceededRequest) ProtoMessage()

func (*OnAuthenticationSucceededRequest) ProtoReflect added in v0.0.6

func (*OnAuthenticationSucceededRequest) Reset added in v0.0.6

func (*OnAuthenticationSucceededRequest) String added in v0.0.6

type OnAuthenticationSucceededResponse added in v0.0.6

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

func (*OnAuthenticationSucceededResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use OnAuthenticationSucceededResponse.ProtoReflect.Descriptor instead.

func (*OnAuthenticationSucceededResponse) ProtoMessage added in v0.0.6

func (*OnAuthenticationSucceededResponse) ProtoMessage()

func (*OnAuthenticationSucceededResponse) ProtoReflect added in v0.0.6

func (*OnAuthenticationSucceededResponse) Reset added in v0.0.6

func (*OnAuthenticationSucceededResponse) String added in v0.0.6

type PromptAuthenticationCallbackServiceClient added in v0.0.6

type PromptAuthenticationCallbackServiceClient interface {
	OnAuthenticationError(ctx context.Context, in *OnAuthenticationErrorRequest, opts ...grpc.CallOption) (*OnAuthenticationErrorResponse, error)
	OnAuthenticationFailed(ctx context.Context, in *OnAuthenticationFailedRequest, opts ...grpc.CallOption) (*OnAuthenticationFailedResponse, error)
	OnAuthenticationHelp(ctx context.Context, in *OnAuthenticationHelpRequest, opts ...grpc.CallOption) (*OnAuthenticationHelpResponse, error)
	OnAuthenticationSucceeded(ctx context.Context, in *OnAuthenticationSucceededRequest, opts ...grpc.CallOption) (*OnAuthenticationSucceededResponse, error)
}

PromptAuthenticationCallbackServiceClient is the client API for PromptAuthenticationCallbackService service.

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

func NewPromptAuthenticationCallbackServiceClient added in v0.0.6

func NewPromptAuthenticationCallbackServiceClient(cc grpc.ClientConnInterface) PromptAuthenticationCallbackServiceClient

type PromptAuthenticationCallbackServiceServer added in v0.0.6

type PromptAuthenticationCallbackServiceServer interface {
	OnAuthenticationError(context.Context, *OnAuthenticationErrorRequest) (*OnAuthenticationErrorResponse, error)
	OnAuthenticationFailed(context.Context, *OnAuthenticationFailedRequest) (*OnAuthenticationFailedResponse, error)
	OnAuthenticationHelp(context.Context, *OnAuthenticationHelpRequest) (*OnAuthenticationHelpResponse, error)
	OnAuthenticationSucceeded(context.Context, *OnAuthenticationSucceededRequest) (*OnAuthenticationSucceededResponse, error)
	// contains filtered or unexported methods
}

PromptAuthenticationCallbackServiceServer is the server API for PromptAuthenticationCallbackService service. All implementations must embed UnimplementedPromptAuthenticationCallbackServiceServer for forward compatibility.

type PromptAuthenticationResultServiceClient added in v0.0.6

type PromptAuthenticationResultServiceClient interface {
	GetAuthenticationType(ctx context.Context, in *GetAuthenticationTypeRequest, opts ...grpc.CallOption) (*GetAuthenticationTypeResponse, error)
	GetCryptoObject(ctx context.Context, in *GetCryptoObjectRequest, opts ...grpc.CallOption) (*GetCryptoObjectResponse, error)
}

PromptAuthenticationResultServiceClient is the client API for PromptAuthenticationResultService service.

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

func NewPromptAuthenticationResultServiceClient added in v0.0.6

func NewPromptAuthenticationResultServiceClient(cc grpc.ClientConnInterface) PromptAuthenticationResultServiceClient

type PromptAuthenticationResultServiceServer added in v0.0.6

type PromptAuthenticationResultServiceServer interface {
	GetAuthenticationType(context.Context, *GetAuthenticationTypeRequest) (*GetAuthenticationTypeResponse, error)
	GetCryptoObject(context.Context, *GetCryptoObjectRequest) (*GetCryptoObjectResponse, error)
	// contains filtered or unexported methods
}

PromptAuthenticationResultServiceServer is the server API for PromptAuthenticationResultService service. All implementations must embed UnimplementedPromptAuthenticationResultServiceServer for forward compatibility.

type PromptBuilderServiceClient added in v0.0.4

type PromptBuilderServiceClient interface {
	Build(ctx context.Context, in *BuildRequest, opts ...grpc.CallOption) (*BuildResponse, error)
	SetAllowedAuthenticators(ctx context.Context, in *SetAllowedAuthenticatorsRequest, opts ...grpc.CallOption) (*SetAllowedAuthenticatorsResponse, error)
	SetConfirmationRequired(ctx context.Context, in *SetConfirmationRequiredRequest, opts ...grpc.CallOption) (*SetConfirmationRequiredResponse, error)
	SetContentView(ctx context.Context, in *SetContentViewRequest, opts ...grpc.CallOption) (*SetContentViewResponse, error)
	SetDescription(ctx context.Context, in *SetDescriptionRequest, opts ...grpc.CallOption) (*SetDescriptionResponse, error)
	SetDeviceCredentialAllowed(ctx context.Context, in *SetDeviceCredentialAllowedRequest, opts ...grpc.CallOption) (*SetDeviceCredentialAllowedResponse, error)
	SetLogoBitmap(ctx context.Context, in *SetLogoBitmapRequest, opts ...grpc.CallOption) (*SetLogoBitmapResponse, error)
	SetLogoDescription(ctx context.Context, in *SetLogoDescriptionRequest, opts ...grpc.CallOption) (*SetLogoDescriptionResponse, error)
	SetLogoRes(ctx context.Context, in *SetLogoResRequest, opts ...grpc.CallOption) (*SetLogoResResponse, error)
	SetNegativeButton(ctx context.Context, in *SetNegativeButtonRequest, opts ...grpc.CallOption) (*SetNegativeButtonResponse, error)
	SetSubtitle(ctx context.Context, in *SetSubtitleRequest, opts ...grpc.CallOption) (*SetSubtitleResponse, error)
	SetTitle(ctx context.Context, in *SetTitleRequest, opts ...grpc.CallOption) (*SetTitleResponse, error)
}

PromptBuilderServiceClient is the client API for PromptBuilderService service.

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

func NewPromptBuilderServiceClient added in v0.0.4

func NewPromptBuilderServiceClient(cc grpc.ClientConnInterface) PromptBuilderServiceClient

type PromptBuilderServiceServer added in v0.0.4

PromptBuilderServiceServer is the server API for PromptBuilderService service. All implementations must embed UnimplementedPromptBuilderServiceServer for forward compatibility.

type PromptCryptoObjectServiceClient added in v0.0.6

type PromptCryptoObjectServiceClient interface {
	GetCipher(ctx context.Context, in *GetCipherRequest, opts ...grpc.CallOption) (*GetCipherResponse, error)
	GetIdentityCredential(ctx context.Context, in *GetIdentityCredentialRequest, opts ...grpc.CallOption) (*GetIdentityCredentialResponse, error)
	GetMac(ctx context.Context, in *GetMacRequest, opts ...grpc.CallOption) (*GetMacResponse, error)
	GetOperationHandle(ctx context.Context, in *GetOperationHandleRequest, opts ...grpc.CallOption) (*GetOperationHandleResponse, error)
	GetPresentationSession(ctx context.Context, in *GetPresentationSessionRequest, opts ...grpc.CallOption) (*GetPresentationSessionResponse, error)
	GetSignature(ctx context.Context, in *GetSignatureRequest, opts ...grpc.CallOption) (*GetSignatureResponse, error)
}

PromptCryptoObjectServiceClient is the client API for PromptCryptoObjectService service.

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

func NewPromptCryptoObjectServiceClient added in v0.0.6

func NewPromptCryptoObjectServiceClient(cc grpc.ClientConnInterface) PromptCryptoObjectServiceClient

type PromptCryptoObjectServiceServer added in v0.0.6

type PromptCryptoObjectServiceServer interface {
	GetCipher(context.Context, *GetCipherRequest) (*GetCipherResponse, error)
	GetIdentityCredential(context.Context, *GetIdentityCredentialRequest) (*GetIdentityCredentialResponse, error)
	GetMac(context.Context, *GetMacRequest) (*GetMacResponse, error)
	GetOperationHandle(context.Context, *GetOperationHandleRequest) (*GetOperationHandleResponse, error)
	GetPresentationSession(context.Context, *GetPresentationSessionRequest) (*GetPresentationSessionResponse, error)
	GetSignature(context.Context, *GetSignatureRequest) (*GetSignatureResponse, error)
	// contains filtered or unexported methods
}

PromptCryptoObjectServiceServer is the server API for PromptCryptoObjectService service. All implementations must embed UnimplementedPromptCryptoObjectServiceServer for forward compatibility.

type PromptServiceClient added in v0.0.4

type PromptServiceClient interface {
	Authenticate4(ctx context.Context, in *Authenticate4Request, opts ...grpc.CallOption) (*Authenticate4Response, error)
	Authenticate3_1(ctx context.Context, in *Authenticate3_1Request, opts ...grpc.CallOption) (*Authenticate3_1Response, error)
	GetAllowedAuthenticators(ctx context.Context, in *GetAllowedAuthenticatorsRequest, opts ...grpc.CallOption) (*GetAllowedAuthenticatorsResponse, error)
	GetContentView(ctx context.Context, in *GetContentViewRequest, opts ...grpc.CallOption) (*GetContentViewResponse, error)
	GetDescription(ctx context.Context, in *GetDescriptionRequest, opts ...grpc.CallOption) (*GetDescriptionResponse, error)
	GetLogoBitmap(ctx context.Context, in *GetLogoBitmapRequest, opts ...grpc.CallOption) (*GetLogoBitmapResponse, error)
	GetLogoDescription(ctx context.Context, in *GetLogoDescriptionRequest, opts ...grpc.CallOption) (*GetLogoDescriptionResponse, error)
	GetLogoRes(ctx context.Context, in *GetLogoResRequest, opts ...grpc.CallOption) (*GetLogoResResponse, error)
	GetNegativeButtonText(ctx context.Context, in *GetNegativeButtonTextRequest, opts ...grpc.CallOption) (*GetNegativeButtonTextResponse, error)
	GetSubtitle(ctx context.Context, in *GetSubtitleRequest, opts ...grpc.CallOption) (*GetSubtitleResponse, error)
	GetTitle(ctx context.Context, in *GetTitleRequest, opts ...grpc.CallOption) (*GetTitleResponse, error)
	IsConfirmationRequired(ctx context.Context, in *IsConfirmationRequiredRequest, opts ...grpc.CallOption) (*IsConfirmationRequiredResponse, error)
}

PromptServiceClient is the client API for PromptService service.

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

func NewPromptServiceClient added in v0.0.4

func NewPromptServiceClient(cc grpc.ClientConnInterface) PromptServiceClient

type PromptServiceServer added in v0.0.4

PromptServiceServer is the server API for PromptService service. All implementations must embed UnimplementedPromptServiceServer for forward compatibility.

type SetAllowedAuthenticatorsRequest

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

func (*SetAllowedAuthenticatorsRequest) Descriptor deprecated

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

Deprecated: Use SetAllowedAuthenticatorsRequest.ProtoReflect.Descriptor instead.

func (*SetAllowedAuthenticatorsRequest) GetArg0

func (*SetAllowedAuthenticatorsRequest) ProtoMessage

func (*SetAllowedAuthenticatorsRequest) ProtoMessage()

func (*SetAllowedAuthenticatorsRequest) ProtoReflect

func (*SetAllowedAuthenticatorsRequest) Reset

func (*SetAllowedAuthenticatorsRequest) String

type SetAllowedAuthenticatorsResponse

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

func (*SetAllowedAuthenticatorsResponse) Descriptor deprecated

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

Deprecated: Use SetAllowedAuthenticatorsResponse.ProtoReflect.Descriptor instead.

func (*SetAllowedAuthenticatorsResponse) GetResult

func (x *SetAllowedAuthenticatorsResponse) GetResult() int64

func (*SetAllowedAuthenticatorsResponse) ProtoMessage

func (*SetAllowedAuthenticatorsResponse) ProtoMessage()

func (*SetAllowedAuthenticatorsResponse) ProtoReflect

func (*SetAllowedAuthenticatorsResponse) Reset

func (*SetAllowedAuthenticatorsResponse) String

type SetConfirmationRequiredRequest

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

func (*SetConfirmationRequiredRequest) Descriptor deprecated

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

Deprecated: Use SetConfirmationRequiredRequest.ProtoReflect.Descriptor instead.

func (*SetConfirmationRequiredRequest) GetArg0

func (x *SetConfirmationRequiredRequest) GetArg0() bool

func (*SetConfirmationRequiredRequest) ProtoMessage

func (*SetConfirmationRequiredRequest) ProtoMessage()

func (*SetConfirmationRequiredRequest) ProtoReflect

func (*SetConfirmationRequiredRequest) Reset

func (x *SetConfirmationRequiredRequest) Reset()

func (*SetConfirmationRequiredRequest) String

type SetConfirmationRequiredResponse

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

func (*SetConfirmationRequiredResponse) Descriptor deprecated

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

Deprecated: Use SetConfirmationRequiredResponse.ProtoReflect.Descriptor instead.

func (*SetConfirmationRequiredResponse) GetResult

func (x *SetConfirmationRequiredResponse) GetResult() int64

func (*SetConfirmationRequiredResponse) ProtoMessage

func (*SetConfirmationRequiredResponse) ProtoMessage()

func (*SetConfirmationRequiredResponse) ProtoReflect

func (*SetConfirmationRequiredResponse) Reset

func (*SetConfirmationRequiredResponse) String

type SetContentViewRequest

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

func (*SetContentViewRequest) Descriptor deprecated

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

Deprecated: Use SetContentViewRequest.ProtoReflect.Descriptor instead.

func (*SetContentViewRequest) GetArg0

func (x *SetContentViewRequest) GetArg0() int64

func (*SetContentViewRequest) ProtoMessage

func (*SetContentViewRequest) ProtoMessage()

func (*SetContentViewRequest) ProtoReflect

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

func (*SetContentViewRequest) Reset

func (x *SetContentViewRequest) Reset()

func (*SetContentViewRequest) String

func (x *SetContentViewRequest) String() string

type SetContentViewResponse

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

func (*SetContentViewResponse) Descriptor deprecated

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

Deprecated: Use SetContentViewResponse.ProtoReflect.Descriptor instead.

func (*SetContentViewResponse) GetResult

func (x *SetContentViewResponse) GetResult() int64

func (*SetContentViewResponse) ProtoMessage

func (*SetContentViewResponse) ProtoMessage()

func (*SetContentViewResponse) ProtoReflect

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

func (*SetContentViewResponse) Reset

func (x *SetContentViewResponse) Reset()

func (*SetContentViewResponse) String

func (x *SetContentViewResponse) String() string

type SetDescriptionRequest

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

func (*SetDescriptionRequest) Descriptor deprecated

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

Deprecated: Use SetDescriptionRequest.ProtoReflect.Descriptor instead.

func (*SetDescriptionRequest) GetArg0

func (x *SetDescriptionRequest) GetArg0() string

func (*SetDescriptionRequest) ProtoMessage

func (*SetDescriptionRequest) ProtoMessage()

func (*SetDescriptionRequest) ProtoReflect

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

func (*SetDescriptionRequest) Reset

func (x *SetDescriptionRequest) Reset()

func (*SetDescriptionRequest) String

func (x *SetDescriptionRequest) String() string

type SetDescriptionResponse

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

func (*SetDescriptionResponse) Descriptor deprecated

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

Deprecated: Use SetDescriptionResponse.ProtoReflect.Descriptor instead.

func (*SetDescriptionResponse) GetResult

func (x *SetDescriptionResponse) GetResult() int64

func (*SetDescriptionResponse) ProtoMessage

func (*SetDescriptionResponse) ProtoMessage()

func (*SetDescriptionResponse) ProtoReflect

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

func (*SetDescriptionResponse) Reset

func (x *SetDescriptionResponse) Reset()

func (*SetDescriptionResponse) String

func (x *SetDescriptionResponse) String() string

type SetDeviceCredentialAllowedRequest

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

func (*SetDeviceCredentialAllowedRequest) Descriptor deprecated

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

Deprecated: Use SetDeviceCredentialAllowedRequest.ProtoReflect.Descriptor instead.

func (*SetDeviceCredentialAllowedRequest) GetArg0

func (*SetDeviceCredentialAllowedRequest) ProtoMessage

func (*SetDeviceCredentialAllowedRequest) ProtoMessage()

func (*SetDeviceCredentialAllowedRequest) ProtoReflect

func (*SetDeviceCredentialAllowedRequest) Reset

func (*SetDeviceCredentialAllowedRequest) String

type SetDeviceCredentialAllowedResponse

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

func (*SetDeviceCredentialAllowedResponse) Descriptor deprecated

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

Deprecated: Use SetDeviceCredentialAllowedResponse.ProtoReflect.Descriptor instead.

func (*SetDeviceCredentialAllowedResponse) GetResult

func (*SetDeviceCredentialAllowedResponse) ProtoMessage

func (*SetDeviceCredentialAllowedResponse) ProtoMessage()

func (*SetDeviceCredentialAllowedResponse) ProtoReflect

func (*SetDeviceCredentialAllowedResponse) Reset

func (*SetDeviceCredentialAllowedResponse) String

type SetLogoBitmapRequest

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

func (*SetLogoBitmapRequest) Descriptor deprecated

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

Deprecated: Use SetLogoBitmapRequest.ProtoReflect.Descriptor instead.

func (*SetLogoBitmapRequest) GetArg0

func (x *SetLogoBitmapRequest) GetArg0() int64

func (*SetLogoBitmapRequest) ProtoMessage

func (*SetLogoBitmapRequest) ProtoMessage()

func (*SetLogoBitmapRequest) ProtoReflect

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

func (*SetLogoBitmapRequest) Reset

func (x *SetLogoBitmapRequest) Reset()

func (*SetLogoBitmapRequest) String

func (x *SetLogoBitmapRequest) String() string

type SetLogoBitmapResponse

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

func (*SetLogoBitmapResponse) Descriptor deprecated

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

Deprecated: Use SetLogoBitmapResponse.ProtoReflect.Descriptor instead.

func (*SetLogoBitmapResponse) GetResult

func (x *SetLogoBitmapResponse) GetResult() int64

func (*SetLogoBitmapResponse) ProtoMessage

func (*SetLogoBitmapResponse) ProtoMessage()

func (*SetLogoBitmapResponse) ProtoReflect

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

func (*SetLogoBitmapResponse) Reset

func (x *SetLogoBitmapResponse) Reset()

func (*SetLogoBitmapResponse) String

func (x *SetLogoBitmapResponse) String() string

type SetLogoDescriptionRequest

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

func (*SetLogoDescriptionRequest) Descriptor deprecated

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

Deprecated: Use SetLogoDescriptionRequest.ProtoReflect.Descriptor instead.

func (*SetLogoDescriptionRequest) GetArg0

func (x *SetLogoDescriptionRequest) GetArg0() string

func (*SetLogoDescriptionRequest) ProtoMessage

func (*SetLogoDescriptionRequest) ProtoMessage()

func (*SetLogoDescriptionRequest) ProtoReflect

func (*SetLogoDescriptionRequest) Reset

func (x *SetLogoDescriptionRequest) Reset()

func (*SetLogoDescriptionRequest) String

func (x *SetLogoDescriptionRequest) String() string

type SetLogoDescriptionResponse

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

func (*SetLogoDescriptionResponse) Descriptor deprecated

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

Deprecated: Use SetLogoDescriptionResponse.ProtoReflect.Descriptor instead.

func (*SetLogoDescriptionResponse) GetResult

func (x *SetLogoDescriptionResponse) GetResult() int64

func (*SetLogoDescriptionResponse) ProtoMessage

func (*SetLogoDescriptionResponse) ProtoMessage()

func (*SetLogoDescriptionResponse) ProtoReflect

func (*SetLogoDescriptionResponse) Reset

func (x *SetLogoDescriptionResponse) Reset()

func (*SetLogoDescriptionResponse) String

func (x *SetLogoDescriptionResponse) String() string

type SetLogoResRequest

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

func (*SetLogoResRequest) Descriptor deprecated

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

Deprecated: Use SetLogoResRequest.ProtoReflect.Descriptor instead.

func (*SetLogoResRequest) GetArg0

func (x *SetLogoResRequest) GetArg0() int32

func (*SetLogoResRequest) ProtoMessage

func (*SetLogoResRequest) ProtoMessage()

func (*SetLogoResRequest) ProtoReflect

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

func (*SetLogoResRequest) Reset

func (x *SetLogoResRequest) Reset()

func (*SetLogoResRequest) String

func (x *SetLogoResRequest) String() string

type SetLogoResResponse

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

func (*SetLogoResResponse) Descriptor deprecated

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

Deprecated: Use SetLogoResResponse.ProtoReflect.Descriptor instead.

func (*SetLogoResResponse) GetResult

func (x *SetLogoResResponse) GetResult() int64

func (*SetLogoResResponse) ProtoMessage

func (*SetLogoResResponse) ProtoMessage()

func (*SetLogoResResponse) ProtoReflect

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

func (*SetLogoResResponse) Reset

func (x *SetLogoResResponse) Reset()

func (*SetLogoResResponse) String

func (x *SetLogoResResponse) String() string

type SetNegativeButtonRequest

type SetNegativeButtonRequest struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64  `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int64  `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*SetNegativeButtonRequest) Descriptor deprecated

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

Deprecated: Use SetNegativeButtonRequest.ProtoReflect.Descriptor instead.

func (*SetNegativeButtonRequest) GetArg0

func (x *SetNegativeButtonRequest) GetArg0() string

func (*SetNegativeButtonRequest) GetArg1

func (x *SetNegativeButtonRequest) GetArg1() int64

func (*SetNegativeButtonRequest) GetArg2

func (x *SetNegativeButtonRequest) GetArg2() int64

func (*SetNegativeButtonRequest) ProtoMessage

func (*SetNegativeButtonRequest) ProtoMessage()

func (*SetNegativeButtonRequest) ProtoReflect

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

func (*SetNegativeButtonRequest) Reset

func (x *SetNegativeButtonRequest) Reset()

func (*SetNegativeButtonRequest) String

func (x *SetNegativeButtonRequest) String() string

type SetNegativeButtonResponse

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

func (*SetNegativeButtonResponse) Descriptor deprecated

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

Deprecated: Use SetNegativeButtonResponse.ProtoReflect.Descriptor instead.

func (*SetNegativeButtonResponse) GetResult

func (x *SetNegativeButtonResponse) GetResult() int64

func (*SetNegativeButtonResponse) ProtoMessage

func (*SetNegativeButtonResponse) ProtoMessage()

func (*SetNegativeButtonResponse) ProtoReflect

func (*SetNegativeButtonResponse) Reset

func (x *SetNegativeButtonResponse) Reset()

func (*SetNegativeButtonResponse) String

func (x *SetNegativeButtonResponse) String() string

type SetSubtitleRequest

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

func (*SetSubtitleRequest) Descriptor deprecated

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

Deprecated: Use SetSubtitleRequest.ProtoReflect.Descriptor instead.

func (*SetSubtitleRequest) GetArg0

func (x *SetSubtitleRequest) GetArg0() string

func (*SetSubtitleRequest) ProtoMessage

func (*SetSubtitleRequest) ProtoMessage()

func (*SetSubtitleRequest) ProtoReflect

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

func (*SetSubtitleRequest) Reset

func (x *SetSubtitleRequest) Reset()

func (*SetSubtitleRequest) String

func (x *SetSubtitleRequest) String() string

type SetSubtitleResponse

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

func (*SetSubtitleResponse) Descriptor deprecated

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

Deprecated: Use SetSubtitleResponse.ProtoReflect.Descriptor instead.

func (*SetSubtitleResponse) GetResult

func (x *SetSubtitleResponse) GetResult() int64

func (*SetSubtitleResponse) ProtoMessage

func (*SetSubtitleResponse) ProtoMessage()

func (*SetSubtitleResponse) ProtoReflect

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

func (*SetSubtitleResponse) Reset

func (x *SetSubtitleResponse) Reset()

func (*SetSubtitleResponse) String

func (x *SetSubtitleResponse) String() string

type SetTitleRequest

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

func (*SetTitleRequest) Descriptor deprecated

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

Deprecated: Use SetTitleRequest.ProtoReflect.Descriptor instead.

func (*SetTitleRequest) GetArg0

func (x *SetTitleRequest) GetArg0() string

func (*SetTitleRequest) ProtoMessage

func (*SetTitleRequest) ProtoMessage()

func (*SetTitleRequest) ProtoReflect

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

func (*SetTitleRequest) Reset

func (x *SetTitleRequest) Reset()

func (*SetTitleRequest) String

func (x *SetTitleRequest) String() string

type SetTitleResponse

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

func (*SetTitleResponse) Descriptor deprecated

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

Deprecated: Use SetTitleResponse.ProtoReflect.Descriptor instead.

func (*SetTitleResponse) GetResult

func (x *SetTitleResponse) GetResult() int64

func (*SetTitleResponse) ProtoMessage

func (*SetTitleResponse) ProtoMessage()

func (*SetTitleResponse) ProtoReflect

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

func (*SetTitleResponse) Reset

func (x *SetTitleResponse) Reset()

func (*SetTitleResponse) String

func (x *SetTitleResponse) String() string

type UnimplementedManagerServiceServer added in v0.0.4

type UnimplementedManagerServiceServer struct{}

UnimplementedManagerServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedManagerServiceServer) CanAuthenticate0 added in v0.0.4

func (UnimplementedManagerServiceServer) CanAuthenticate1_1 added in v0.0.4

func (UnimplementedManagerServiceServer) GetLastAuthenticationTime added in v0.0.4

func (UnimplementedManagerServiceServer) GetStrings added in v0.0.4

type UnimplementedManagerStringsServiceServer added in v0.0.6

type UnimplementedManagerStringsServiceServer struct{}

UnimplementedManagerStringsServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedManagerStringsServiceServer) GetButtonLabel added in v0.0.6

func (UnimplementedManagerStringsServiceServer) GetPromptMessage added in v0.0.6

func (UnimplementedManagerStringsServiceServer) GetSettingName added in v0.0.6

type UnimplementedPromptAuthenticationCallbackServiceServer added in v0.0.6

type UnimplementedPromptAuthenticationCallbackServiceServer struct{}

UnimplementedPromptAuthenticationCallbackServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedPromptAuthenticationCallbackServiceServer) OnAuthenticationError added in v0.0.6

func (UnimplementedPromptAuthenticationCallbackServiceServer) OnAuthenticationFailed added in v0.0.6

func (UnimplementedPromptAuthenticationCallbackServiceServer) OnAuthenticationHelp added in v0.0.6

func (UnimplementedPromptAuthenticationCallbackServiceServer) OnAuthenticationSucceeded added in v0.0.6

type UnimplementedPromptAuthenticationResultServiceServer added in v0.0.6

type UnimplementedPromptAuthenticationResultServiceServer struct{}

UnimplementedPromptAuthenticationResultServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedPromptAuthenticationResultServiceServer) GetAuthenticationType added in v0.0.6

func (UnimplementedPromptAuthenticationResultServiceServer) GetCryptoObject added in v0.0.6

type UnimplementedPromptBuilderServiceServer added in v0.0.4

type UnimplementedPromptBuilderServiceServer struct{}

UnimplementedPromptBuilderServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedPromptBuilderServiceServer) Build added in v0.0.4

func (UnimplementedPromptBuilderServiceServer) SetAllowedAuthenticators added in v0.0.4

func (UnimplementedPromptBuilderServiceServer) SetConfirmationRequired added in v0.0.4

func (UnimplementedPromptBuilderServiceServer) SetContentView added in v0.0.4

func (UnimplementedPromptBuilderServiceServer) SetDescription added in v0.0.4

func (UnimplementedPromptBuilderServiceServer) SetDeviceCredentialAllowed added in v0.0.4

func (UnimplementedPromptBuilderServiceServer) SetLogoBitmap added in v0.0.4

func (UnimplementedPromptBuilderServiceServer) SetLogoDescription added in v0.0.4

func (UnimplementedPromptBuilderServiceServer) SetLogoRes added in v0.0.4

func (UnimplementedPromptBuilderServiceServer) SetNegativeButton added in v0.0.4

func (UnimplementedPromptBuilderServiceServer) SetSubtitle added in v0.0.4

func (UnimplementedPromptBuilderServiceServer) SetTitle added in v0.0.4

type UnimplementedPromptCryptoObjectServiceServer added in v0.0.6

type UnimplementedPromptCryptoObjectServiceServer struct{}

UnimplementedPromptCryptoObjectServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedPromptCryptoObjectServiceServer) GetCipher added in v0.0.6

func (UnimplementedPromptCryptoObjectServiceServer) GetIdentityCredential added in v0.0.6

func (UnimplementedPromptCryptoObjectServiceServer) GetMac added in v0.0.6

func (UnimplementedPromptCryptoObjectServiceServer) GetOperationHandle added in v0.0.6

func (UnimplementedPromptCryptoObjectServiceServer) GetPresentationSession added in v0.0.6

func (UnimplementedPromptCryptoObjectServiceServer) GetSignature added in v0.0.6

type UnimplementedPromptServiceServer added in v0.0.4

type UnimplementedPromptServiceServer struct{}

UnimplementedPromptServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedPromptServiceServer) Authenticate3_1 added in v0.0.4

func (UnimplementedPromptServiceServer) Authenticate4 added in v0.0.4

func (UnimplementedPromptServiceServer) GetAllowedAuthenticators added in v0.0.4

func (UnimplementedPromptServiceServer) GetContentView added in v0.0.4

func (UnimplementedPromptServiceServer) GetDescription added in v0.0.4

func (UnimplementedPromptServiceServer) GetLogoBitmap added in v0.0.4

func (UnimplementedPromptServiceServer) GetLogoDescription added in v0.0.4

func (UnimplementedPromptServiceServer) GetLogoRes added in v0.0.4

func (UnimplementedPromptServiceServer) GetNegativeButtonText added in v0.0.4

func (UnimplementedPromptServiceServer) GetSubtitle added in v0.0.4

func (UnimplementedPromptServiceServer) GetTitle added in v0.0.4

func (UnimplementedPromptServiceServer) IsConfirmationRequired added in v0.0.4

type UnsafeManagerServiceServer added in v0.0.4

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

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

type UnsafeManagerStringsServiceServer added in v0.0.6

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

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

type UnsafePromptAuthenticationCallbackServiceServer added in v0.0.6

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

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

type UnsafePromptAuthenticationResultServiceServer added in v0.0.6

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

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

type UnsafePromptBuilderServiceServer added in v0.0.4

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

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

type UnsafePromptCryptoObjectServiceServer added in v0.0.6

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

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

type UnsafePromptServiceServer added in v0.0.4

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

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

Jump to

Keyboard shortcuts

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