biometric

package
v0.0.3 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	BiometricManagerService_CanAuthenticate0_FullMethodName          = "/biometric.BiometricManagerService/CanAuthenticate0"
	BiometricManagerService_CanAuthenticate1_1_FullMethodName        = "/biometric.BiometricManagerService/CanAuthenticate1_1"
	BiometricManagerService_GetLastAuthenticationTime_FullMethodName = "/biometric.BiometricManagerService/GetLastAuthenticationTime"
	BiometricManagerService_GetStrings_FullMethodName                = "/biometric.BiometricManagerService/GetStrings"
)
View Source
const (
	BiometricPromptService_Authenticate4_FullMethodName            = "/biometric.BiometricPromptService/Authenticate4"
	BiometricPromptService_Authenticate3_1_FullMethodName          = "/biometric.BiometricPromptService/Authenticate3_1"
	BiometricPromptService_GetAllowedAuthenticators_FullMethodName = "/biometric.BiometricPromptService/GetAllowedAuthenticators"
	BiometricPromptService_GetContentView_FullMethodName           = "/biometric.BiometricPromptService/GetContentView"
	BiometricPromptService_GetDescription_FullMethodName           = "/biometric.BiometricPromptService/GetDescription"
	BiometricPromptService_GetLogoBitmap_FullMethodName            = "/biometric.BiometricPromptService/GetLogoBitmap"
	BiometricPromptService_GetLogoDescription_FullMethodName       = "/biometric.BiometricPromptService/GetLogoDescription"
	BiometricPromptService_GetLogoRes_FullMethodName               = "/biometric.BiometricPromptService/GetLogoRes"
	BiometricPromptService_GetNegativeButtonText_FullMethodName    = "/biometric.BiometricPromptService/GetNegativeButtonText"
	BiometricPromptService_GetSubtitle_FullMethodName              = "/biometric.BiometricPromptService/GetSubtitle"
	BiometricPromptService_GetTitle_FullMethodName                 = "/biometric.BiometricPromptService/GetTitle"
	BiometricPromptService_IsConfirmationRequired_FullMethodName   = "/biometric.BiometricPromptService/IsConfirmationRequired"
)
View Source
const (
	BiometricPromptBuilderService_Build_FullMethodName                      = "/biometric.BiometricPromptBuilderService/Build"
	BiometricPromptBuilderService_SetAllowedAuthenticators_FullMethodName   = "/biometric.BiometricPromptBuilderService/SetAllowedAuthenticators"
	BiometricPromptBuilderService_SetConfirmationRequired_FullMethodName    = "/biometric.BiometricPromptBuilderService/SetConfirmationRequired"
	BiometricPromptBuilderService_SetContentView_FullMethodName             = "/biometric.BiometricPromptBuilderService/SetContentView"
	BiometricPromptBuilderService_SetDescription_FullMethodName             = "/biometric.BiometricPromptBuilderService/SetDescription"
	BiometricPromptBuilderService_SetDeviceCredentialAllowed_FullMethodName = "/biometric.BiometricPromptBuilderService/SetDeviceCredentialAllowed"
	BiometricPromptBuilderService_SetLogoBitmap_FullMethodName              = "/biometric.BiometricPromptBuilderService/SetLogoBitmap"
	BiometricPromptBuilderService_SetLogoDescription_FullMethodName         = "/biometric.BiometricPromptBuilderService/SetLogoDescription"
	BiometricPromptBuilderService_SetLogoRes_FullMethodName                 = "/biometric.BiometricPromptBuilderService/SetLogoRes"
	BiometricPromptBuilderService_SetNegativeButton_FullMethodName          = "/biometric.BiometricPromptBuilderService/SetNegativeButton"
	BiometricPromptBuilderService_SetSubtitle_FullMethodName                = "/biometric.BiometricPromptBuilderService/SetSubtitle"
	BiometricPromptBuilderService_SetTitle_FullMethodName                   = "/biometric.BiometricPromptBuilderService/SetTitle"
)

Variables

View Source
var BiometricManagerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "biometric.BiometricManagerService",
	HandlerType: (*BiometricManagerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CanAuthenticate0",
			Handler:    _BiometricManagerService_CanAuthenticate0_Handler,
		},
		{
			MethodName: "CanAuthenticate1_1",
			Handler:    _BiometricManagerService_CanAuthenticate1_1_Handler,
		},
		{
			MethodName: "GetLastAuthenticationTime",
			Handler:    _BiometricManagerService_GetLastAuthenticationTime_Handler,
		},
		{
			MethodName: "GetStrings",
			Handler:    _BiometricManagerService_GetStrings_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/biometric/biometric.proto",
}

BiometricManagerService_ServiceDesc is the grpc.ServiceDesc for BiometricManagerService 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 BiometricPromptBuilderService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "biometric.BiometricPromptBuilderService",
	HandlerType: (*BiometricPromptBuilderServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Build",
			Handler:    _BiometricPromptBuilderService_Build_Handler,
		},
		{
			MethodName: "SetAllowedAuthenticators",
			Handler:    _BiometricPromptBuilderService_SetAllowedAuthenticators_Handler,
		},
		{
			MethodName: "SetConfirmationRequired",
			Handler:    _BiometricPromptBuilderService_SetConfirmationRequired_Handler,
		},
		{
			MethodName: "SetContentView",
			Handler:    _BiometricPromptBuilderService_SetContentView_Handler,
		},
		{
			MethodName: "SetDescription",
			Handler:    _BiometricPromptBuilderService_SetDescription_Handler,
		},
		{
			MethodName: "SetDeviceCredentialAllowed",
			Handler:    _BiometricPromptBuilderService_SetDeviceCredentialAllowed_Handler,
		},
		{
			MethodName: "SetLogoBitmap",
			Handler:    _BiometricPromptBuilderService_SetLogoBitmap_Handler,
		},
		{
			MethodName: "SetLogoDescription",
			Handler:    _BiometricPromptBuilderService_SetLogoDescription_Handler,
		},
		{
			MethodName: "SetLogoRes",
			Handler:    _BiometricPromptBuilderService_SetLogoRes_Handler,
		},
		{
			MethodName: "SetNegativeButton",
			Handler:    _BiometricPromptBuilderService_SetNegativeButton_Handler,
		},
		{
			MethodName: "SetSubtitle",
			Handler:    _BiometricPromptBuilderService_SetSubtitle_Handler,
		},
		{
			MethodName: "SetTitle",
			Handler:    _BiometricPromptBuilderService_SetTitle_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/biometric/biometric.proto",
}

BiometricPromptBuilderService_ServiceDesc is the grpc.ServiceDesc for BiometricPromptBuilderService 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 BiometricPromptService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "biometric.BiometricPromptService",
	HandlerType: (*BiometricPromptServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Authenticate4",
			Handler:    _BiometricPromptService_Authenticate4_Handler,
		},
		{
			MethodName: "Authenticate3_1",
			Handler:    _BiometricPromptService_Authenticate3_1_Handler,
		},
		{
			MethodName: "GetAllowedAuthenticators",
			Handler:    _BiometricPromptService_GetAllowedAuthenticators_Handler,
		},
		{
			MethodName: "GetContentView",
			Handler:    _BiometricPromptService_GetContentView_Handler,
		},
		{
			MethodName: "GetDescription",
			Handler:    _BiometricPromptService_GetDescription_Handler,
		},
		{
			MethodName: "GetLogoBitmap",
			Handler:    _BiometricPromptService_GetLogoBitmap_Handler,
		},
		{
			MethodName: "GetLogoDescription",
			Handler:    _BiometricPromptService_GetLogoDescription_Handler,
		},
		{
			MethodName: "GetLogoRes",
			Handler:    _BiometricPromptService_GetLogoRes_Handler,
		},
		{
			MethodName: "GetNegativeButtonText",
			Handler:    _BiometricPromptService_GetNegativeButtonText_Handler,
		},
		{
			MethodName: "GetSubtitle",
			Handler:    _BiometricPromptService_GetSubtitle_Handler,
		},
		{
			MethodName: "GetTitle",
			Handler:    _BiometricPromptService_GetTitle_Handler,
		},
		{
			MethodName: "IsConfirmationRequired",
			Handler:    _BiometricPromptService_IsConfirmationRequired_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/biometric/biometric.proto",
}

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

View Source
var File_proto_biometric_biometric_proto protoreflect.FileDescriptor

Functions

func RegisterBiometricManagerServiceServer

func RegisterBiometricManagerServiceServer(s grpc.ServiceRegistrar, srv BiometricManagerServiceServer)

func RegisterBiometricPromptBuilderServiceServer

func RegisterBiometricPromptBuilderServiceServer(s grpc.ServiceRegistrar, srv BiometricPromptBuilderServiceServer)

func RegisterBiometricPromptServiceServer

func RegisterBiometricPromptServiceServer(s grpc.ServiceRegistrar, srv BiometricPromptServiceServer)

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 BiometricManagerServiceClient

type BiometricManagerServiceClient 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)
}

BiometricManagerServiceClient is the client API for BiometricManagerService service.

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

type BiometricManagerServiceServer

type BiometricManagerServiceServer 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
}

BiometricManagerServiceServer is the server API for BiometricManagerService service. All implementations must embed UnimplementedBiometricManagerServiceServer for forward compatibility.

type BiometricPromptBuilderServiceClient

type BiometricPromptBuilderServiceClient 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)
}

BiometricPromptBuilderServiceClient is the client API for BiometricPromptBuilderService service.

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

type BiometricPromptBuilderServiceServer

BiometricPromptBuilderServiceServer is the server API for BiometricPromptBuilderService service. All implementations must embed UnimplementedBiometricPromptBuilderServiceServer for forward compatibility.

type BiometricPromptServiceClient

type BiometricPromptServiceClient 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)
}

BiometricPromptServiceClient is the client API for BiometricPromptService service.

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

type BiometricPromptServiceServer

BiometricPromptServiceServer is the server API for BiometricPromptService service. All implementations must embed UnimplementedBiometricPromptServiceServer for forward compatibility.

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 string `protobuf:"bytes,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() string

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 string `protobuf:"bytes,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() string

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 string `protobuf:"bytes,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() string

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 string `protobuf:"bytes,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() string

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

type UnimplementedBiometricManagerServiceServer struct{}

UnimplementedBiometricManagerServiceServer 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 (UnimplementedBiometricManagerServiceServer) CanAuthenticate0

func (UnimplementedBiometricManagerServiceServer) CanAuthenticate1_1

func (UnimplementedBiometricManagerServiceServer) GetStrings

type UnimplementedBiometricPromptBuilderServiceServer

type UnimplementedBiometricPromptBuilderServiceServer struct{}

UnimplementedBiometricPromptBuilderServiceServer 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 (UnimplementedBiometricPromptBuilderServiceServer) Build

func (UnimplementedBiometricPromptBuilderServiceServer) SetAllowedAuthenticators

func (UnimplementedBiometricPromptBuilderServiceServer) SetConfirmationRequired

func (UnimplementedBiometricPromptBuilderServiceServer) SetContentView

func (UnimplementedBiometricPromptBuilderServiceServer) SetDescription

func (UnimplementedBiometricPromptBuilderServiceServer) SetLogoBitmap

func (UnimplementedBiometricPromptBuilderServiceServer) SetLogoDescription

func (UnimplementedBiometricPromptBuilderServiceServer) SetLogoRes

func (UnimplementedBiometricPromptBuilderServiceServer) SetNegativeButton

func (UnimplementedBiometricPromptBuilderServiceServer) SetSubtitle

func (UnimplementedBiometricPromptBuilderServiceServer) SetTitle

type UnimplementedBiometricPromptServiceServer

type UnimplementedBiometricPromptServiceServer struct{}

UnimplementedBiometricPromptServiceServer 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 (UnimplementedBiometricPromptServiceServer) Authenticate3_1

func (UnimplementedBiometricPromptServiceServer) Authenticate4

func (UnimplementedBiometricPromptServiceServer) GetContentView

func (UnimplementedBiometricPromptServiceServer) GetDescription

func (UnimplementedBiometricPromptServiceServer) GetLogoBitmap

func (UnimplementedBiometricPromptServiceServer) GetLogoDescription

func (UnimplementedBiometricPromptServiceServer) GetLogoRes

func (UnimplementedBiometricPromptServiceServer) GetNegativeButtonText

func (UnimplementedBiometricPromptServiceServer) GetSubtitle

func (UnimplementedBiometricPromptServiceServer) GetTitle

type UnsafeBiometricManagerServiceServer

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

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

type UnsafeBiometricPromptBuilderServiceServer

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

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

type UnsafeBiometricPromptServiceServer

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

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

Jump to

Keyboard shortcuts

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