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