(new-token! {:keys [access-token-url grant-type client-id client-secret scope
token-headers]
:or {grant-type "client_credentials"
token-headers {:Content-Type
"application/x-www-form-urlencoded"}}})
(schedule-token-renewal name-of-job
token-key
should-renew?
new-token!
stop-ch
token-store)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close