What is the syntax?
JwtCreate(Header, Payload, Secret, Password)
- Header = JSON string that defines the JWT header
- Payload = JSON string containing the data to be encoded in the token
- Secret = keypair used to sign the token
- Password = password that protects the secret