(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"}cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |