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 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