Documentation ¶
Index ¶
- func CreateQRCode(account, issuer, t string, key []byte) (code barcode.Barcode, err error)
- func CreateQRCodeDefault(account, issuer string, key []byte) (code barcode.Barcode, err error)
- func GetHOTPToken(key []byte, value int64) (code string, err error)
- func GetHOTPTokenInt(key []byte, value int64) (int, error)
- func GetTOTPToken(key []byte) (code string, err error)
- func GetTOTPTokenInt(key []byte) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateQRCode ¶
CreateQRCode - формируем qr код account - Аккаунт пользователя issuer - Название организации выдающей токен t - Тип токена, totp - по времени, hotp - по счетчику key - Ключ
func CreateQRCodeDefault ¶
CreateQRCodeDefault - формируем код с настройками по умолчанию
func GetHOTPToken ¶
GetHOTPToken - получение токена по времени
func GetHOTPTokenInt ¶
GetHOTPTokenInt - получение токена по времени
func GetTOTPToken ¶
GetTOTPToken - получение токена по времени
func GetTOTPTokenInt ¶
GetTOTPTokenInt - получение токена по времени
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.