totp

package
v0.0.0-...-f1d5b84 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Clock

type Clock interface {
	Now() time.Time
}

type Totp

type Totp struct {
	Digits    int
	Algorithm string
	TimeZero  int64
	TimeStep  int64
	// contains filtered or unexported fields
}

func (Totp) ComputeTotp

func (t Totp) ComputeTotp(key string) ([]int, error)

Jump to

Keyboard shortcuts

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