oath

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: May 14, 2021 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reader

type Reader interface {
	ReadCodeWithoutPassword() (string, error)
	ReadCodeWithPassword(password string) (string, error)
}

type ReaderDiscoverer

type ReaderDiscoverer interface {
	StatusChannel() (chan ReaderStatus, error)
}

type ReaderPresence

type ReaderPresence int
const (
	Available   ReaderPresence = iota
	Unavailable ReaderPresence = iota
)

type ReaderStatus

type ReaderStatus interface {
	Availability() ReaderPresence
	Id() string
	Get() Reader
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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