glauth

package module
v0.0.0-...-a351eae Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2019 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateQRCode

func CreateQRCode(account, issuer, t string, key []byte) (code barcode.Barcode, err error)

CreateQRCode - формируем qr код account - Аккаунт пользователя issuer - Название организации выдающей токен t - Тип токена, totp - по времени, hotp - по счетчику key - Ключ

func CreateQRCodeDefault

func CreateQRCodeDefault(account, issuer string, key []byte) (code barcode.Barcode, err error)

CreateQRCodeDefault - формируем код с настройками по умолчанию

func GetHOTPToken

func GetHOTPToken(key []byte, value int64) (code string, err error)

GetHOTPToken - получение токена по времени

func GetHOTPTokenInt

func GetHOTPTokenInt(key []byte, value int64) (int, error)

GetHOTPTokenInt - получение токена по времени

func GetTOTPToken

func GetTOTPToken(key []byte) (code string, err error)

GetTOTPToken - получение токена по времени

func GetTOTPTokenInt

func GetTOTPTokenInt(key []byte) (int, error)

GetTOTPTokenInt - получение токена по времени

Types

This section is empty.

Jump to

Keyboard shortcuts

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