(find-current-kids)
Find all current kids
Find all current kids
(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
(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
(refresh-kids uri)
(refresh-kids uri callback)
refresh jwks keyset from auth provider
refresh jwks keyset from auth provider
(stop-scheduled-refresh)
stop the scheduled refresh
stop the scheduled refresh
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close