Liking cljdoc? Tell your friends :D

clj-oauth2.client


add-access-token-to-requestcljmultimethod

source

def-request-shortcut-fncljmacro

(def-request-shortcut-fn method)
source

deleteclj

(delete url__4673__auto__ & [req__4674__auto__])
source

getclj

(get url__4673__auto__ & [req__4674__auto__])
source

get-access-tokenclj

(get-access-token endpoint
                  &
                  [params {expected-state :state expected-scope :scope}])
source

(head url__4673__auto__ & [req__4674__auto__])
source

make-auth-requestclj

(make-auth-request {:keys [authorization-uri client-id redirect-uri scope
                           access-type]}
                   &
                   [state])
source

postclj

(post url__4673__auto__ & [req__4674__auto__])
source

prepare-access-token-requestcljmultimethod

source

putclj

(put url__4673__auto__ & [req__4674__auto__])
source

read-json-from-bodyclj

(read-json-from-body body)

convert body to a reader to be compatible with clojure.data.json 0.2.1 In case body is a byte array, aka class [B

convert body to a reader to be compatible with clojure.data.json 0.2.1
In case body is a byte array, aka class [B
sourceraw docstring

refresh-access-tokenclj

(refresh-access-token refresh-token
                      {:keys [client-id client-secret access-token-uri]})
source

requestclj

source

with-access-tokenclj

(with-access-token uri {:keys [access-token query-param]})
source

wrap-oauth2clj

(wrap-oauth2 client)
source

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

× close