Liking cljdoc? Tell your friends :D
All platforms.

kintone-client.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

new-authclj/s≠

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

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close