Liking cljdoc? Tell your friends :D

funcade.jwks


find-current-kidsclj

(find-current-kids)

Find all current kids

Find all current kids
sourceraw docstring

find-kidclj

(find-kid token)
source

find-token-keycljdeprecated

(find-token-key jwks token)
source

find-token-key-by-kidclj

(find-token-key-by-kid kid)

Given the token's kid find the key from keyset

Given the token's kid find the key from keyset
sourceraw docstring

jwks->keysetclj

(jwks->keyset url {:keys [refresh-interval-ms refresh-callback]})

Generate the keyset and return getter-fn also given the refresh interval will schedule a scheduler to refresh keyset for every interval

Generate the keyset and return getter-fn
also given the refresh interval will schedule a 
scheduler to refresh keyset for every interval
sourceraw docstring

refresh-kidsclj

(refresh-kids uri)
(refresh-kids uri callback)

refresh jwks keyset from auth provider

refresh jwks keyset from auth provider
sourceraw docstring

stop-scheduled-refreshclj

(stop-scheduled-refresh)

stop the scheduled refresh

stop the scheduled refresh
sourceraw docstring

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

× close