biometric

package
v0.0.5 Latest Latest
Warning

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

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

Documentation

Index

Constants

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 (
	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 (
	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"
)

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 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 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 RegisterPromptBuilderServiceServer added in v0.0.4

func RegisterPromptBuilderServiceServer(s grpc.ServiceRegistrar, srv PromptBuilderServiceServer)

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 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 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 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 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 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 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 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 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 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 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 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