Liking cljdoc? Tell your friends :D

jose.jwks


find-keyclj

(find-key source-value kid)

Returns the first key with kid, or nil.

Returns the first key with kid, or nil.
sourceraw docstring

get-keysclj

(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.
sourceraw docstring

local-sourceclj

(local-source jwk-set-or-vector)

Returns an opaque in-memory JWKS source.

Returns an opaque in-memory JWKS source.
sourceraw docstring

remote-sourceclj

(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.
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