one-time.qrgen

hotp-file

(hotp-file {:keys [image-type image-scale image-border label user secret counter], :or {image-type :JPG, image-scale 6, image-border 0}})
Returns a java.io.File with the hotp qrcode

hotp-stream

(hotp-stream {:keys [image-type image-scale image-border label user secret counter], :or {image-type :JPG, image-scale 6, image-border 0}})
Returns a java.io.ByteArrayOutputStream with the hotp qrcode

totp-file

(totp-file {:keys [image-type image-scale image-border label user secret], :or {image-type :JPG, image-scale 6, image-border 0}})
Returns a java.io.File with the totp qrcode

totp-stream

(totp-stream {:keys [image-type image-scale image-border label user secret], :or {image-type :JPG, image-scale 6, image-border 0}})
Returns a java.io.ByteArrayOutputStream with the totp qrcode