Liking cljdoc? Tell your friends :D

one-time.qrgen


hotp-fileclj

(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
raw docstring

hotp-streamclj

(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
raw docstring

totp-fileclj

(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
raw docstring

totp-streamclj

(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
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close