Liking cljdoc? Tell your friends :D

cerber.oauth2.response


access-token-responseclj

(access-token-response
  {:keys [:cerber.oauth2.context/client :cerber.oauth2.context/scopes
          :cerber.oauth2.context/user :cerber.oauth2.context/authcode]})
source

approval-form-responseclj

(approval-form-response req client)
source

authorization-form-responseclj

(authorization-form-response req)
source

redirect-toclj

(redirect-to location)

Redirects browser to given location

Redirects browser to given location
sourceraw docstring

redirect-with-codeclj

(redirect-with-code
  {:keys [params :cerber.oauth2.context/user :cerber.oauth2.context/client
          :cerber.oauth2.context/scopes :cerber.oauth2.context/state
          :cerber.oauth2.context/redirect-uri]})
source

redirect-with-sessionclj

(redirect-with-session url session)
source

redirect-with-tokenclj

(redirect-with-token
  {:keys [params :cerber.oauth2.context/user :cerber.oauth2.context/client
          :cerber.oauth2.context/scopes :cerber.oauth2.context/state
          :cerber.oauth2.context/redirect-uri]})
source

refresh-token-responseclj

(refresh-token-response req)
source

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

× close