Liking cljdoc? Tell your friends :D

clj-totp.core


build-authenticatorclj

(build-authenticator & {:keys [time-step window-size code-digits]})
source

generate-keyclj

(generate-key issuer account-name)

Returns a newly generated key

Returns a newly generated key
sourceraw docstring

generate-otpclj

(generate-otp secret-key)
(generate-otp secret-key time)

Generates a TOTP Password. For sending via email/sms

Generates a TOTP Password. For sending via email/sms
sourceraw docstring

valid-code?clj

(valid-code? secret-key code)
(valid-code? secret-key code time)

Validates a code

Validates a code
sourceraw docstring

with-authenticatorcljmacro

(with-authenticator the-authenticator & body)
source

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

× close