Liking cljdoc? Tell your friends :D
Mostly clj/s.
Exceptions indicated.

kintone.authentication

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

Authcljs

source

new-authclj/s≠

clj
(new-auth {:keys [basic password api-token]})
cljs
(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
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close