fprintd

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: May 6, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNoMatch = errors.New("fprintd: fingerprint did not match an enrolled finger")

Functions

This section is empty.

Types

type Fprintd

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

func New

func New() *Fprintd

func (*Fprintd) VerifyPresence

func (f *Fprintd) VerifyPresence() (chan Result, error)

VerifyPresence starts a fingerprint scan. If one is already in progress, returns the same result channel (deduplication for browser retries).

type Result

type Result struct {
	OK    bool
	Error error
}

Jump to

Keyboard shortcuts

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