Skip to content

Jwt.Verify

Name Mandatory Description Default Type
⬅️ Input The input of the shard, if any String
Output ➡️ The resulting output of the shard Bool
Jwk No The Key in JWK format to use for verifying the token signature. none NoneStringVar(String)
PemEc No The Key in PEM ECDSA format to use for verifying the token signature. none NoneStringVar(String)
PemRsa No The Key in PEM RSA format to use for verifying the token signature. none NoneStringVar(String)

Verifies a JWT token signature without fully decoding it