Liking cljdoc? Tell your friends :D

monkey.ci.web.oauth2

OAuth2 flow support handlers

OAuth2 flow support handlers
raw docstring

login-handlerclj

(login-handler request-access-token request-user-info)

Invoked by the frontend during OAuth2 login flow. It requests a user access token using the given authorization code.

Invoked by the frontend during OAuth2 login flow.  It requests a
user access token using the given authorization code.
sourceraw docstring

oidc-loginclj

(oidc-login conf)

Generic OIDC login flow handler, that requests a new token using client id and secret. The given config specifies the urls to invoke, and where to get credentials.

Generic OIDC login flow handler, that requests a new token using client id and secret.
The given config specifies the urls to invoke, and where to get credentials.
sourceraw docstring

oidc-refreshclj

(oidc-refresh conf)

Generic OIDC refresh flow handler, that refreshes a token using client id and secret as specified in the given config.

Generic OIDC refresh flow handler, that refreshes a token using client id and secret 
as specified in the given config.
sourceraw docstring

refresh-tokenclj

(refresh-token {:keys [get-creds request-token-url set-params]} req)

Refreshes a token using the refresh token

Refreshes a token using the refresh token
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