Liking cljdoc? Tell your friends :D
Clojure only.

lucid.aether.authentication


auth-mapclj

(auth-map auth)

creates a map of the :authentications element

(auth-map (-> (AuthenticationBuilder.) (.addUsername "chris") (.addPassword "lucid"))) => {:username "chris" :password "lucid"}

creates a map of the `:authentications` element

(auth-map (-> (AuthenticationBuilder.)
              (.addUsername "chris")
              (.addPassword "lucid")))
=> {:username "chris" :password "lucid"}
raw docstring

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

× close