Liking cljdoc? Tell your friends :D

auth0-clojure.api.authentication


accept-saml-urlclj

(accept-saml-url params)
(accept-saml-url {:as config :keys [:auth0/client-id]} params)
source

auth0-requestclj

(auth0-request config path options)
source

authorization-headerclj

source

authorize-urlclj

(authorize-url params)
(authorize-url config params)

Must have param: redirect-uri Valid params: connection audience scope state response-type

Must have param: redirect-uri
Valid params: connection audience scope state response-type
sourceraw docstring

base-urlclj

(base-url)
(base-url {:keys [:auth0/default-domain :auth0/custom-domain]})
source

bearerclj

source

build-url-paramsclj

(build-url-params uri params-map)
source

build-url-params-baseclj

(build-url-params-base uri params-map)
source

change-passwordclj

(change-password opts)
(change-password {:as config :keys [:auth0/client-id]} opts)
source

dynamically-register-clientclj

(dynamically-register-client opts)
(dynamically-register-client {:as config :keys [:auth0/client-id]}
                             {:as opts :keys [:auth0/redirect-uris]})
source

global-configclj

source

https-schemeclj

source

logout-urlclj

(logout-url params)
(logout-url config params)

Must have param: return-to Valid params: federated

Must have param: return-to
Valid params: federated
sourceraw docstring

oauth-ksclj

source

oauth-revokeclj

(oauth-revoke opts)
(oauth-revoke {:as config :keys [:auth0/client-id :auth0/client-secret]} opts)
source

oauth-tokenclj

(oauth-token opts)
(oauth-token {:as config :keys [:auth0/client-id :auth0/client-secret]} opts)
source

oauth-vals-edn->jsonclj

(oauth-vals-edn->json body)
source

param-key->param-fnclj

(param-key->param-fn param-key)

Some query parameters should be raw, depending on the key.

Some query parameters should be raw, depending on the key.
sourceraw docstring

parse-valueclj

(parse-value k v)
source

raw-param-ksclj

source

saml-metadata-urlclj

(saml-metadata-url)
(saml-metadata-url {:as config :keys [:auth0/client-id]})
source

set-config!clj

(set-config! new-config)
source

sign-upclj

(sign-up opts)
(sign-up {:as config :keys [:auth0/client-id]} opts)
source

sp-idp-init-flow-urlclj

(sp-idp-init-flow-url params)
(sp-idp-init-flow-url config params)
source

userinfoclj

(userinfo access-token)
(userinfo config access-token)
source

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

× close