Authentication module is used to make Connection object. This module allows authenticating with the Kintone app by password authenticator or API token authenticator. This module is also supported the basic authenticator
Authentication module is used to make Connection object. This module allows authenticating with the Kintone app by password authenticator or API token authenticator. This module is also supported the basic authenticator
(new-auth {:keys [basic password api-token]})
(new-auth)
(new-auth {:keys [basic password api-token]})
Make a new Auth object.
:basic - Basic authentication params {:username "..." :password "..."}
:password - Password authentication params {:username "..." :password "..."}
:api-token - kintone app api token. string
Make a new Auth object. :basic - Basic authentication params {:username "..." :password "..."} :password - Password authentication params {:username "..." :password "..."} :api-token - kintone app api token. string
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close