(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 is a website building & hosting documentation for Clojure/Script libraries
× close