What is the syntax?
JwtVerify(Token, WithClaims, Algorithm, Secret, Password)
- Token = string containing the JSON Web Token
- WithClaims = string representation of a JSON document that should be matched against the token playload during verification
- Algorithm = signing algorithm used in the token
- Secret = key used to sign the token