- sign
string sign(string msg, string key, JWTAlgorithm algo)
Undocumented in source. Be warned that the author may not have intended to support it.
- verifySignature
bool verifySignature(string signature, string signing_input, string key, JWTAlgorithm algo)
Undocumented in source. Be warned that the author may not have intended to support it.