biometric

package
v0.0.6 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ManagerClient added in v0.0.6

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

ManagerClient wraps the gRPC ManagerService client.

func NewManagerClient added in v0.0.6

func NewManagerClient(cc grpc.ClientConnInterface) *ManagerClient

NewManagerClient creates a new Manager client.

func (*ManagerClient) CanAuthenticate0 added in v0.0.6

func (c *ManagerClient) CanAuthenticate0(ctx context.Context) (int32, error)

CanAuthenticate0 calls the CanAuthenticate0 RPC.

func (*ManagerClient) CanAuthenticate1_1 added in v0.0.6

func (c *ManagerClient) CanAuthenticate1_1(ctx context.Context, arg0 int32) (int32, error)

CanAuthenticate1_1 calls the CanAuthenticate1_1 RPC.

func (*ManagerClient) GetLastAuthenticationTime added in v0.0.6

func (c *ManagerClient) GetLastAuthenticationTime(ctx context.Context, arg0 int32) (int64, error)

GetLastAuthenticationTime calls the GetLastAuthenticationTime RPC.

func (*ManagerClient) GetStrings added in v0.0.6

func (c *ManagerClient) GetStrings(ctx context.Context, arg0 int32) (int64, error)

GetStrings calls the GetStrings RPC.

type ManagerStringsClient added in v0.0.6

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

ManagerStringsClient wraps the gRPC ManagerStringsService client.

func NewManagerStringsClient added in v0.0.6

func NewManagerStringsClient(cc grpc.ClientConnInterface) *ManagerStringsClient

NewManagerStringsClient creates a new ManagerStrings client.

func (*ManagerStringsClient) GetButtonLabel added in v0.0.6

func (c *ManagerStringsClient) GetButtonLabel(ctx context.Context) (int64, error)

GetButtonLabel calls the GetButtonLabel RPC.

func (*ManagerStringsClient) GetPromptMessage added in v0.0.6

func (c *ManagerStringsClient) GetPromptMessage(ctx context.Context) (int64, error)

GetPromptMessage calls the GetPromptMessage RPC.

func (*ManagerStringsClient) GetSettingName added in v0.0.6

func (c *ManagerStringsClient) GetSettingName(ctx context.Context) (int64, error)

GetSettingName calls the GetSettingName RPC.

type PromptAuthenticationCallbackClient added in v0.0.6

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

PromptAuthenticationCallbackClient wraps the gRPC PromptAuthenticationCallbackService client.

func NewPromptAuthenticationCallbackClient added in v0.0.6

func NewPromptAuthenticationCallbackClient(cc grpc.ClientConnInterface) *PromptAuthenticationCallbackClient

NewPromptAuthenticationCallbackClient creates a new PromptAuthenticationCallback client.

func (*PromptAuthenticationCallbackClient) OnAuthenticationError added in v0.0.6

func (c *PromptAuthenticationCallbackClient) OnAuthenticationError(ctx context.Context, arg0 int32, arg1 string) error

OnAuthenticationError calls the OnAuthenticationError RPC.

func (*PromptAuthenticationCallbackClient) OnAuthenticationFailed added in v0.0.6

func (c *PromptAuthenticationCallbackClient) OnAuthenticationFailed(ctx context.Context) error

OnAuthenticationFailed calls the OnAuthenticationFailed RPC.

func (*PromptAuthenticationCallbackClient) OnAuthenticationHelp added in v0.0.6

func (c *PromptAuthenticationCallbackClient) OnAuthenticationHelp(ctx context.Context, arg0 int32, arg1 string) error

OnAuthenticationHelp calls the OnAuthenticationHelp RPC.

func (*PromptAuthenticationCallbackClient) OnAuthenticationSucceeded added in v0.0.6

func (c *PromptAuthenticationCallbackClient) OnAuthenticationSucceeded(ctx context.Context, arg0 int64) error

OnAuthenticationSucceeded calls the OnAuthenticationSucceeded RPC.

type PromptAuthenticationResultClient added in v0.0.6

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

PromptAuthenticationResultClient wraps the gRPC PromptAuthenticationResultService client.

func NewPromptAuthenticationResultClient added in v0.0.6

func NewPromptAuthenticationResultClient(cc grpc.ClientConnInterface) *PromptAuthenticationResultClient

NewPromptAuthenticationResultClient creates a new PromptAuthenticationResult client.

func (*PromptAuthenticationResultClient) GetAuthenticationType added in v0.0.6

func (c *PromptAuthenticationResultClient) GetAuthenticationType(ctx context.Context) (int32, error)

GetAuthenticationType calls the GetAuthenticationType RPC.

func (*PromptAuthenticationResultClient) GetCryptoObject added in v0.0.6

func (c *PromptAuthenticationResultClient) GetCryptoObject(ctx context.Context) (int64, error)

GetCryptoObject calls the GetCryptoObject RPC.

type PromptBuilderClient added in v0.0.6

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

PromptBuilderClient wraps the gRPC PromptBuilderService client.

func NewPromptBuilderClient added in v0.0.6

func NewPromptBuilderClient(cc grpc.ClientConnInterface) *PromptBuilderClient

NewPromptBuilderClient creates a new PromptBuilder client.

func (*PromptBuilderClient) Build added in v0.0.6

func (c *PromptBuilderClient) Build(ctx context.Context) (int64, error)

Build calls the Build RPC.

func (*PromptBuilderClient) SetAllowedAuthenticators added in v0.0.6

func (c *PromptBuilderClient) SetAllowedAuthenticators(ctx context.Context, arg0 int32) (int64, error)

SetAllowedAuthenticators calls the SetAllowedAuthenticators RPC.

func (*PromptBuilderClient) SetConfirmationRequired added in v0.0.6

func (c *PromptBuilderClient) SetConfirmationRequired(ctx context.Context, arg0 bool) (int64, error)

SetConfirmationRequired calls the SetConfirmationRequired RPC.

func (*PromptBuilderClient) SetContentView added in v0.0.6

func (c *PromptBuilderClient) SetContentView(ctx context.Context, arg0 int64) (int64, error)

SetContentView calls the SetContentView RPC.

func (*PromptBuilderClient) SetDescription added in v0.0.6

func (c *PromptBuilderClient) SetDescription(ctx context.Context, arg0 string) (int64, error)

SetDescription calls the SetDescription RPC.

func (*PromptBuilderClient) SetDeviceCredentialAllowed added in v0.0.6

func (c *PromptBuilderClient) SetDeviceCredentialAllowed(ctx context.Context, arg0 bool) (int64, error)

SetDeviceCredentialAllowed calls the SetDeviceCredentialAllowed RPC.

func (*PromptBuilderClient) SetLogoBitmap added in v0.0.6

func (c *PromptBuilderClient) SetLogoBitmap(ctx context.Context, arg0 int64) (int64, error)

SetLogoBitmap calls the SetLogoBitmap RPC.

func (*PromptBuilderClient) SetLogoDescription added in v0.0.6

func (c *PromptBuilderClient) SetLogoDescription(ctx context.Context, arg0 string) (int64, error)

SetLogoDescription calls the SetLogoDescription RPC.

func (*PromptBuilderClient) SetLogoRes added in v0.0.6

func (c *PromptBuilderClient) SetLogoRes(ctx context.Context, arg0 int32) (int64, error)

SetLogoRes calls the SetLogoRes RPC.

func (*PromptBuilderClient) SetNegativeButton added in v0.0.6

func (c *PromptBuilderClient) SetNegativeButton(ctx context.Context, arg0 string, arg1 int64, arg2 int64) (int64, error)

SetNegativeButton calls the SetNegativeButton RPC.

func (*PromptBuilderClient) SetSubtitle added in v0.0.6

func (c *PromptBuilderClient) SetSubtitle(ctx context.Context, arg0 string) (int64, error)

SetSubtitle calls the SetSubtitle RPC.

func (*PromptBuilderClient) SetTitle added in v0.0.6

func (c *PromptBuilderClient) SetTitle(ctx context.Context, arg0 string) (int64, error)

SetTitle calls the SetTitle RPC.

type PromptClient added in v0.0.6

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

PromptClient wraps the gRPC PromptService client.

func NewPromptClient added in v0.0.6

func NewPromptClient(cc grpc.ClientConnInterface) *PromptClient

NewPromptClient creates a new Prompt client.

func (*PromptClient) Authenticate3_1 added in v0.0.6

func (c *PromptClient) Authenticate3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error

Authenticate3_1 calls the Authenticate3_1 RPC.

func (*PromptClient) Authenticate4 added in v0.0.6

func (c *PromptClient) Authenticate4(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error

Authenticate4 calls the Authenticate4 RPC.

func (*PromptClient) GetAllowedAuthenticators added in v0.0.6

func (c *PromptClient) GetAllowedAuthenticators(ctx context.Context) (int32, error)

GetAllowedAuthenticators calls the GetAllowedAuthenticators RPC.

func (*PromptClient) GetContentView added in v0.0.6

func (c *PromptClient) GetContentView(ctx context.Context) (int64, error)

GetContentView calls the GetContentView RPC.

func (*PromptClient) GetDescription added in v0.0.6

func (c *PromptClient) GetDescription(ctx context.Context) (int64, error)

GetDescription calls the GetDescription RPC.

func (*PromptClient) GetLogoBitmap added in v0.0.6

func (c *PromptClient) GetLogoBitmap(ctx context.Context) (int64, error)

GetLogoBitmap calls the GetLogoBitmap RPC.

func (*PromptClient) GetLogoDescription added in v0.0.6

func (c *PromptClient) GetLogoDescription(ctx context.Context) (string, error)

GetLogoDescription calls the GetLogoDescription RPC.

func (*PromptClient) GetLogoRes added in v0.0.6

func (c *PromptClient) GetLogoRes(ctx context.Context) (int32, error)

GetLogoRes calls the GetLogoRes RPC.

func (*PromptClient) GetNegativeButtonText added in v0.0.6

func (c *PromptClient) GetNegativeButtonText(ctx context.Context) (int64, error)

GetNegativeButtonText calls the GetNegativeButtonText RPC.

func (*PromptClient) GetSubtitle added in v0.0.6

func (c *PromptClient) GetSubtitle(ctx context.Context) (int64, error)

GetSubtitle calls the GetSubtitle RPC.

func (*PromptClient) GetTitle added in v0.0.6

func (c *PromptClient) GetTitle(ctx context.Context) (int64, error)

GetTitle calls the GetTitle RPC.

func (*PromptClient) IsConfirmationRequired added in v0.0.6

func (c *PromptClient) IsConfirmationRequired(ctx context.Context) (bool, error)

IsConfirmationRequired calls the IsConfirmationRequired RPC.

type PromptCryptoObjectClient added in v0.0.6

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

PromptCryptoObjectClient wraps the gRPC PromptCryptoObjectService client.

func NewPromptCryptoObjectClient added in v0.0.6

func NewPromptCryptoObjectClient(cc grpc.ClientConnInterface) *PromptCryptoObjectClient

NewPromptCryptoObjectClient creates a new PromptCryptoObject client.

func (*PromptCryptoObjectClient) GetCipher added in v0.0.6

func (c *PromptCryptoObjectClient) GetCipher(ctx context.Context) (int64, error)

GetCipher calls the GetCipher RPC.

func (*PromptCryptoObjectClient) GetIdentityCredential added in v0.0.6

func (c *PromptCryptoObjectClient) GetIdentityCredential(ctx context.Context) (int64, error)

GetIdentityCredential calls the GetIdentityCredential RPC.

func (*PromptCryptoObjectClient) GetMac added in v0.0.6

GetMac calls the GetMac RPC.

func (*PromptCryptoObjectClient) GetOperationHandle added in v0.0.6

func (c *PromptCryptoObjectClient) GetOperationHandle(ctx context.Context) (int64, error)

GetOperationHandle calls the GetOperationHandle RPC.

func (*PromptCryptoObjectClient) GetPresentationSession added in v0.0.6

func (c *PromptCryptoObjectClient) GetPresentationSession(ctx context.Context) (int64, error)

GetPresentationSession calls the GetPresentationSession RPC.

func (*PromptCryptoObjectClient) GetSignature added in v0.0.6

func (c *PromptCryptoObjectClient) GetSignature(ctx context.Context) (int64, error)

GetSignature calls the GetSignature RPC.

Jump to

Keyboard shortcuts

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