(hotp-file {:keys [image-type image-size label user secret counter]
:or {image-type :JPG image-size 3}})
Returns a java.io.File with the hotp qrcode
Returns a java.io.File with the hotp qrcode
(hotp-stream {:keys [image-type image-size label user secret counter]
:or {image-type :JPG image-size 3}})
Returns a java.io.ByteArrayOutputStream with the hotp qrcode
Returns a java.io.ByteArrayOutputStream with the hotp qrcode
(totp-file {:keys [image-type image-size label user secret]
:or {image-type :JPG image-size 3}})
Returns a java.io.File with the totp qrcode
Returns a java.io.File with the totp qrcode
(totp-stream {:keys [image-type image-size label user secret]
:or {image-type :JPG image-size 3}})
Returns a java.io.ByteArrayOutputStream with the totp qrcode
Returns a java.io.ByteArrayOutputStream with the totp qrcode
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close