(fmv m f)
apply f to each value v of map m
apply f to each value v of map m
(timebox {:keys [issued issued-at iat expires expires-at exp] :as t})
some systems return issued, some issued-at, some iat, etc. some do not return expires/expires-at/exp some return ts is seconds, others in ms
timebox picks values if provided, compliments with values that are not provided and assocs issued-at and expires-at in seconds
some systems return issued, some issued-at, some iat, etc. some do not return expires/expires-at/exp some return ts is seconds, others in ms timebox picks values if provided, compliments with values that are not provided and assocs issued-at and expires-at in seconds
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close