(find-key source-value kid)Returns the first key with kid, or nil.
Returns the first key with kid, or nil.
(get-keys source-value opts)Returns a vector of Nimbus JWKs matching optional :kid, :kty, :use, and :alg.
Returns a vector of Nimbus JWKs matching optional :kid, :kty, :use, and :alg.
(local-source jwk-set-or-vector)Returns an opaque in-memory JWKS source.
Returns an opaque in-memory JWKS source.
(remote-source jwks-url)(remote-source jwks-url opts)Returns an opaque remote JWKS source.
Without options, Nimbus defaults are used; its default URL builder already caches keys. Pass timeout, cache, or rate-limit options to override those builder settings. Force refresh is omitted because Nimbus exposes no public force-refresh method on the verified caching source API.
Returns an opaque remote JWKS source. Without options, Nimbus defaults are used; its default URL builder already caches keys. Pass timeout, cache, or rate-limit options to override those builder settings. Force refresh is omitted because Nimbus exposes no public force-refresh method on the verified caching source API.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |