Documentation
¶
Index ¶
- func GenerateHOTP(key []byte, counter uint64, digits int) string
- func GenerateTOTP(now time.Time, key []byte, interval time.Duration, digits int) string
- func VerifyHOTP(key []byte, counter uint64, digits int, otp string) bool
- func VerifyTOTP(now time.Time, key []byte, interval time.Duration, digits int, otp string) bool
- func VerifyTOTPWithGracePeriod(now time.Time, key []byte, interval time.Duration, digits int, otp string, ...) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateTOTP ¶
func VerifyTOTP ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.