Liking cljdoc? Tell your friends :D

one-time.qrgen


hotp-fileclj

(hotp-file {:keys [image-type image-size label user secret counter]
            :or {image-type :JPG image-size 125}})

Returns a java.io.File with the hotp qrcode

Returns a java.io.File with the hotp qrcode
sourceraw docstring

hotp-streamclj

(hotp-stream {:keys [image-type image-size label user secret counter]
              :or {image-type :JPG image-size 125}})

Returns a java.io.ByteArrayOutputStream with the hotp qrcode

Returns a java.io.ByteArrayOutputStream with the hotp qrcode
sourceraw docstring

totp-fileclj

(totp-file {:keys [image-type image-size label user secret]
            :or {image-type :JPG image-size 125}})

Returns a java.io.File with the totp qrcode

Returns a java.io.File with the totp qrcode
sourceraw docstring

totp-streamclj

(totp-stream {:keys [image-type image-size label user secret]
              :or {image-type :JPG image-size 125}})

Returns a java.io.ByteArrayOutputStream with the totp qrcode

Returns a java.io.ByteArrayOutputStream with the totp qrcode
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close