Protocol for JonWebSignature
Protocol for JonWebSignature
(set-alg this alg)
Set algorithm name to JWS Header Parameter
Set algorithm name to JWS Header Parameter
(sign this key)
(sign this alg key)
Set signature to this token
Set signature to this token
(verify this)
(verify this key)
(verify this algorithm key)
Verify this token
Verify this token
Protocol for JsonWebToken
Protocol for JsonWebToken
(encoded-claims this)
Get url-safe base64 encoded claims json
Get url-safe base64 encoded claims json
(encoded-header this)
Get url-safe base64 encoded header json
Get url-safe base64 encoded header json
(init this claims)
Initialize token
Initialize token
(to-str this)
Generate JsonWebToken as string
Generate JsonWebToken as string
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close