(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
Returns a java.io.File with the hotp qrcode
(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
Returns a java.io.ByteArrayOutputStream with the hotp qrcode
(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
Returns a java.io.File with the totp qrcode
(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
Returns a java.io.ByteArrayOutputStream with the totp qrcode
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |