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 user-api-token]})
(new-auth)
(new-auth {:keys [basic password api-token user-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
:user-api-token - cybozu.com User API token. string
NOTE: :basic and :user-api-token cannot be used together as they both set the Authorization header. Use one or the other.
Make a new Auth object. :basic - Basic authentication params {:username "..." :password "..."} :password - Password authentication params {:username "..." :password "..."} :api-token - kintone app api token. string :user-api-token - cybozu.com User API token. string NOTE: :basic and :user-api-token cannot be used together as they both set the Authorization header. Use one or the other.
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 |